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 568c23b commit d8c33ddCopy full SHA for d8c33dd
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3654,6 +3654,7 @@ cc_library(
3654
":ArithUtils",
3655
":BytecodeOpInterface",
3656
":DialectUtils",
3657
+ ":GPUDialect",
3658
":IR",
3659
":IndexDialect",
3660
":ShapedOpInterfaces",
@@ -3663,6 +3664,7 @@ cc_library(
3663
3664
":XeGPUAttrInterfaceIncGen",
3665
":XeGPUEnumsIncGen",
3666
":XeGPUIncGen",
3667
+ ":XeVMDialect",
3668
"//llvm:Support",
3669
],
3670
)
0 commit comments