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 db5f7dc commit 4e63d70Copy full SHA for 4e63d70
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3723,11 +3723,14 @@ cc_library(
3723
includes = ["include"],
3724
deps = [
3725
":DialectUtils",
3726
+ ":GPUDialect",
3727
":IR",
3728
+ ":LLVMDialect",
3729
":LoopLikeInterface",
3730
":SCFTransforms",
3731
":TransformUtils",
3732
":XeGPUDialect",
3733
+ ":XeVMDialect",
3734
"//llvm:Support",
3735
],
3736
)
0 commit comments