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 9bf5b8b commit a27889cCopy full SHA for a27889c
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -715,6 +715,8 @@ cc_library(
715
deps = [
716
"//llvm:NVPTXCodeGen",
717
"//llvm:Support",
718
+ "//mlir:AMDGPUDialect",
719
+ "//mlir:AMDGPUUtils",
720
"//mlir:AffineDialect",
721
"//mlir:AffineToStandard",
722
"//mlir:ArithDialect",
@@ -738,6 +740,7 @@ cc_library(
738
740
"//mlir:NVVMToLLVM",
739
741
"//mlir:NVVMToLLVMIRTranslation",
742
"//mlir:Pass",
743
+ "//mlir:ROCDLDialect",
744
"//mlir:ROCDLToLLVMIRTranslation",
745
"//mlir:ReconcileUnrealizedCasts",
746
"//mlir:SCFDialect",
0 commit comments