We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f13f8 commit f99e76bCopy full SHA for f99e76b
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3437,6 +3437,7 @@ cc_library(
3437
":IR",
3438
":IndexDialect",
3439
":InliningUtils",
3440
+ ":LoopLikeInterface",
3441
":MemRefDialect",
3442
":Pass",
3443
":TransformUtils",
@@ -3455,8 +3456,13 @@ cc_library(
3455
3456
hdrs = glob(["include/mlir/Dialect/XeGPU/Utils/*.h"]),
3457
includes = ["include"],
3458
deps = [
3459
+ ":DialectUtils",
3460
3461
3462
+ ":SCFTransforms",
3463
+ ":TransformUtils",
3464
":XeGPUDialect",
3465
+ "//llvm:Support",
3466
],
3467
)
3468
0 commit comments