[all-commits] [llvm/llvm-project] 9f864a: [mlir][gpu] Introduce gpu.global_id op
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Tue Mar 15 03:28:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f864a5447503d54d576736e2e095e145edc01f8
https://github.com/llvm/llvm-project/commit/9f864a5447503d54d576736e2e095e145edc01f8
Author: Ivan Butygin <ivan.butygin at gmail.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M mlir/include/mlir/Dialect/GPU/GPUOps.td
M mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRV.cpp
M mlir/test/Conversion/GPUToSPIRV/builtins.mlir
M mlir/test/Dialect/GPU/ops.mlir
Log Message:
-----------
[mlir][gpu] Introduce gpu.global_id op
Introduce OpenCL-style global_id op and corresponding spirv lowering.
Differential Revision: https://reviews.llvm.org/D121548
More information about the All-commits
mailing list