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 a68c8e8 commit 178cdbfCopy full SHA for 178cdbf
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -698,6 +698,8 @@ cc_library(
698
deps = [
699
"//llvm:NVPTXCodeGen",
700
"//llvm:Support",
701
+ "//mlir:AMDGPUDialect",
702
+ "//mlir:AMDGPUUtils",
703
"//mlir:AffineDialect",
704
"//mlir:AffineToStandard",
705
"//mlir:ArithDialect",
@@ -721,6 +723,7 @@ cc_library(
721
723
"//mlir:NVVMToLLVM",
722
724
"//mlir:NVVMToLLVMIRTranslation",
725
"//mlir:Pass",
726
+ "//mlir:ROCDLDialect",
727
"//mlir:ROCDLToLLVMIRTranslation",
728
"//mlir:ReconcileUnrealizedCasts",
729
"//mlir:SCFDialect",
0 commit comments