summaryrefslogtreecommitdiff
path: root/mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td')
-rw-r--r--mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td b/mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td
index 5d25f8d0a404..41fbdcaea095 100644
--- a/mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td
+++ b/mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td
@@ -40,7 +40,7 @@ def Tosa_Dialect : Dialect {
there will be tools to lower from the ML frameworks into TOSA.
}];
- let dependentDialects = ["tensor::TensorDialect"];
+ let dependentDialects = ["tensor::TensorDialect", "quant::QuantizationDialect"];
let cppNamespace = "mlir::tosa";
let hasConstantMaterializer = 1;