Skip to content

Commit c126a01

Browse files
committed
fix small bug in _evaluate_configs
1 parent 503df1b commit c126a01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel_tuner/strategies/common.py

-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ def _evaluate_configs(self, configs):
194194
# in case of stop creterion reached, save the results so far
195195
self.results.append(result)
196196

197-
self.results.extend(final_results)
198197
# upon returning from this function control will be given back to the strategy, so reset the start time
199198
self.runner.last_strategy_start_time = perf_counter()
200199

0 commit comments

Comments
 (0)