Unverified Commit 98d5d344 authored by Victor Perez's avatar Victor Perez Committed by GitHub
Browse files

[MLIR][GPU-LLVM] Define `-convert-gpu-to-llvm-spv` pass (#90972)



Define pass for GPU to LLVM conversion for SPIR-V backend tool ingest.

Supported operations:

- `gpu.block_id`
- `gpu.global_id`
- `gpu.block_dim`
- `gpu.thread_id`
- `gpu.grid_dim`
- `gpu.barrier`
- `gpu.shuffle`

---------

Signed-off-by: default avatarVictor Perez <victor.perez@codeplay.com>
parent 85ea1aaf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment