File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ def compile(
86
86
dla_sram_size : int = DLA_SRAM_SIZE ,
87
87
dla_local_dram_size : int = DLA_LOCAL_DRAM_SIZE ,
88
88
dla_global_dram_size : int = DLA_GLOBAL_DRAM_SIZE ,
89
- calibrator : object = None ,
90
89
truncate_long_and_double : bool = TRUNCATE_LONG_AND_DOUBLE ,
91
90
require_full_compilation : bool = REQUIRE_FULL_COMPILATION ,
92
91
min_block_size : int = MIN_BLOCK_SIZE ,
@@ -225,6 +224,7 @@ def compile(
225
224
"use_python_runtime" : use_python_runtime ,
226
225
"truncate_long_and_double" : truncate_long_and_double ,
227
226
"use_fast_partitioner" : use_fast_partitioner ,
227
+ "num_avg_timing_iters" : num_avg_timing_iters ,
228
228
"enable_experimental_decompositions" : enable_experimental_decompositions ,
229
229
"require_full_compilation" : require_full_compilation ,
230
230
"disable_tf32" : disable_tf32 ,
You can’t perform that action at this time.
0 commit comments