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 491375c commit 9c7c63cCopy full SHA for 9c7c63c
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -10663,8 +10663,8 @@ cc_library(
10663
td_library(
10664
name = "QuantizationOpsTdFiles",
10665
srcs = [
10666
- "include/mlir/Dialect/Quant/IR/QuantOps.td",
10667
"include/mlir/Dialect/Quant/IR/QuantBase.td",
+ "include/mlir/Dialect/Quant/IR/QuantOps.td",
10668
],
10669
includes = ["include"],
10670
deps = [
@@ -13164,6 +13164,7 @@ cc_library(
13164
13165
13166
":ArithDialect",
13167
+ ":ArithUtils",
13168
":DialectUtils",
13169
":IR",
13170
":MathDialect",
0 commit comments