Skip to content

Commit

Permalink
chore: remove print.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttjost committed Feb 24, 2025
1 parent 7ecc848 commit 8f934d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Compiler/CompilerPasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ void addPasses(mlir::OwningOpRef<ModuleOp> &module, mlir::PassManager &pm,
->getAttrOfType<mlir::StringAttr>("producer.name")
.strref()
.contains("quark.onnx");
llvm::errs() << "Is quark quantized " << enableQuarkQuantizedLegalization
<< "\n";
}

// NOTE: FlexML sets the targetCPU flag to false, as we do not want to run
Expand Down

0 comments on commit 8f934d4

Please sign in to comment.