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.
scf_tests
1 parent 79abf89 commit ad761f0Copy full SHA for ad761f0
utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel
@@ -104,6 +104,21 @@ cc_test(
104
],
105
)
106
107
+cc_test(
108
+ name = "scf_tests",
109
+ size = "small",
110
+ srcs = glob([
111
+ "Dialect/SCF/*.cpp",
112
+ "Dialect/SCF/*.h",
113
+ ]),
114
+ deps = [
115
+ "//llvm:gtest_main",
116
+ "//mlir:Parser",
117
+ "//mlir:SCFDialect",
118
+ "//mlir:StandardOps",
119
+ ],
120
+)
121
+
122
cc_test(
123
name = "sparse_tensor_tests",
124
size = "small",
0 commit comments