[PATCH] D151496: [MLIR] Fixup Bazel build for Add a pattern for transforming gpu.global_id to thread + blockId * blockDim
Aart Bik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 25 14:28:53 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGecc70b447430: [MLIR] Fixup Bazel build for Add a pattern for transforming gpu.global_id to… (authored by burmako, committed by aartbik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151496/new/
https://reviews.llvm.org/D151496
Files:
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -602,6 +602,7 @@
"//mlir:GPUDialect",
"//mlir:GPUTransforms",
"//mlir:IR",
+ "//mlir:IndexDialect",
"//mlir:MemRefDialect",
"//mlir:NVVMToLLVMIRTranslation",
"//mlir:Pass",
Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -4350,6 +4350,7 @@
":GPUPassIncGen",
":GPUToLLVMIRTranslation",
":IR",
+ ":IndexDialect",
":LLVMToLLVMIRTranslation",
":MemRefDialect",
":Pass",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151496.525812.patch
Type: text/x-patch
Size: 927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230525/8131eddb/attachment.bin>
More information about the llvm-commits
mailing list