mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 07:56:33 +00:00

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: Victor Perez <victor.perez@codeplay.com>
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.