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 462cede commit ad05543Copy full SHA for ad05543
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -123,6 +123,7 @@ td_library(
123
"//mlir:InferTypeOpInterfaceTdFiles",
124
"//mlir:LinalgStructuredOpsTdFiles",
125
"//mlir:MemorySlotInterfacesTdFiles",
126
+ "//mlir:NVVMRequiresSMTraitsTdFiles",
127
"//mlir:OpBaseTdFiles",
128
"//mlir:PtrTdFiles",
129
"//mlir:SideEffectInterfacesTdFiles",
@@ -368,6 +369,7 @@ cc_library(
368
369
"//mlir:LinalgInterfaces",
370
"//mlir:LoopLikeInterface",
371
"//mlir:MemorySlotInterfaces",
372
+ "//mlir:NVVMDialect",
373
"//mlir:Pass",
374
"//mlir:PtrDialect",
375
"//mlir:Reducer",
0 commit comments