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 0e554eb commit b8d4fe0Copy full SHA for b8d4fe0
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -1932,6 +1932,7 @@ cc_library(
1932
includes = ["include"],
1933
deps = [
1934
":IR",
1935
+ ":InferTypeOpInterface",
1936
":SparseTensorAttrDefsIncGen",
1937
":SparseTensorOpsIncGen",
1938
"//llvm:Support",
@@ -6876,6 +6877,7 @@ cc_library(
6876
6877
":ArithmeticDialect",
6878
":FuncDialect",
6879
6880
6881
":Pass",
6882
":QuantOpsIncGen",
6883
":QuantPassIncGen",
@@ -8150,6 +8152,7 @@ cc_library(
8150
8152
8151
8153
":CommonFolders",
8154
8155
8156
":MathBaseIncGen",
8157
":MathOpsIncGen",
8158
":SideEffectInterfaces",
0 commit comments