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 0f50d01 commit 6f95737Copy full SHA for 6f95737
mlir/include/mlir/Dialect/Tosa/Transforms/Passes.td
@@ -101,7 +101,7 @@ def TosaValidation : Pass<"tosa-validate", "func::FuncOp"> {
101
"Use Main Inference profile."),
102
clEnumValN(mlir::tosa::TosaProfileEnum::MainTraining, "mt",
103
"Use Main Training profile."),
104
- clEnumValN(mlir::tosa::TosaProfileEnum::MainTraining, "undefined",
+ clEnumValN(mlir::tosa::TosaProfileEnum::Undefined, "undefined",
105
"Do not define a profile.")
106
)}]>,
107
Option<"StrictOperationSpecAlignment", "strict-op-spec-alignment", "bool",
0 commit comments