-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ROCm] Add pieces from the CUDA codgen lowering path (#14769)
Enable iree-llvmgpu-cast-address-space-function. Add DropSharedMemoryDeallocOp rewrite pattern in ConvertToROCDLPass. Remove dynamic legalization for FuncOp. Add ConvertToDynamicSharedMemory ConvertToROCDLPass. I am not at all confident that these need to be the same on the ROCm path as are on the CUDA path. If there is no one to express confidence I will dig deeper to make sure it makes sense. --------- Co-authored-by: Boian Petkantchin <boian@nod-labs.com>
- Loading branch information
Showing
5 changed files
with
28 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters