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 4e30cf7 commit 7fc67b5Copy full SHA for 7fc67b5
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -1534,6 +1534,7 @@ cc_library(
1534
":BytecodeOpInterface",
1535
":GPUDialect",
1536
":IR",
1537
+ ":ROCDLDialect",
1538
":SideEffectInterfaces",
1539
"//llvm:Support",
1540
],
@@ -8581,11 +8582,14 @@ cc_library(
8581
8582
includes = ["include"],
8583
deps = [
8584
":AMDGPUDialect",
8585
+ ":AMDGPUUtils",
8586
":ArithDialect",
8587
":ArithUtils",
8588
":ConversionPassIncGen",
8589
8590
+ ":LLVMDialect",
8591
":Pass",
8592
8593
":Support",
8594
":TransformUtils",
8595
":VectorDialect",
0 commit comments