Skip to content

Commit ecc70b4

Browse files
Eugene Burmakoaartbik
authored andcommitted
[MLIR] Fixup Bazel build for Add a pattern for transforming gpu.global_id to thread + blockId * blockDim
This patch updates the Bazel build to catch up with changes in https://reviews.llvm.org/D148978. Reviewed By: aartbik Differential Revision: https://reviews.llvm.org/D151496
1 parent bad1a69 commit ecc70b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4350,6 +4350,7 @@ cc_library(
43504350
":GPUPassIncGen",
43514351
":GPUToLLVMIRTranslation",
43524352
":IR",
4353+
":IndexDialect",
43534354
":LLVMToLLVMIRTranslation",
43544355
":MemRefDialect",
43554356
":Pass",

utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ cc_library(
602602
"//mlir:GPUDialect",
603603
"//mlir:GPUTransforms",
604604
"//mlir:IR",
605+
"//mlir:IndexDialect",
605606
"//mlir:MemRefDialect",
606607
"//mlir:NVVMToLLVMIRTranslation",
607608
"//mlir:Pass",

0 commit comments

Comments
 (0)