-
Notifications
You must be signed in to change notification settings - Fork 787
[MLIR][GPU-LLVM] Define -convert-gpu-to-llvm-spv
pass
#13640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Define pass for GPU to LLVM conversion for SPIR-V backend tool injest. Supported operations: - `gpu.block_id` - `gpu.global_id` - `gpu.block_dim` - `gpu.thread_id` - `gpu.grid_dim` - `gpu.barrier` - `gpu.shuffle` Signed-off-by: Victor Perez <[email protected]>
I redefined patterns so now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Signed-off-by: Victor Perez <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Upstream llvm/llvm-project#90972 merged |
Define pass for GPU to LLVM conversion for SPIR-V backend tool injest.
Supported operations:
gpu.block_id
gpu.global_id
gpu.block_dim
gpu.thread_id
gpu.grid_dim
gpu.barrier
gpu.shuffle