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 3c30e58 commit 6d4cb61Copy full SHA for 6d4cb61
taichi/program/compile_config.cpp
@@ -10,6 +10,7 @@ CompileConfig::CompileConfig() {
10
external_optimization_level = 3;
11
packed = false;
12
print_ir = false;
13
+ print_preprocessed_ir = false;
14
print_accessor_ir = false;
15
print_evaluator_ir = false;
16
print_benchmark_stat = false;
0 commit comments