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 2549517 commit 94dc397Copy full SHA for 94dc397
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -4020,12 +4020,16 @@ cc_library(
4020
includes = ["include"],
4021
deps = [
4022
":AffineUtils",
4023
+ ":Analysis",
4024
+ ":FunctionInterfaces",
4025
+ ":GPUDialect",
4026
":IR",
4027
":MemRefDialect",
4028
":Pass",
4029
":SideEffectInterfaces",
4030
":Support",
4031
":TransformUtils",
4032
+ ":VectorDialect",
4033
":XeGPUDialect",
4034
":XeGPUPassIncGen",
4035
"//llvm:Support",
0 commit comments