Skip to content

Commit

Permalink
catch printer
Browse files Browse the repository at this point in the history
  • Loading branch information
newling committed Aug 29, 2024
1 parent 0466837 commit 0743369
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_tools/ci/cpu_comparison/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@ def aie_vs_llvm_cpu(
return

name = name_from_mlir_filename(test_file)
print(f"Running {name} test")
if config.verbose:
print(f"Running {name} test")

input_args = generate_inputs(test_file, config.output_dir, seed)

Expand Down

0 comments on commit 0743369

Please sign in to comment.