Skip to content

Commit

Permalink
fix small bug in _evaluate_configs
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloLurati committed Jul 1, 2024
1 parent 503df1b commit c126a01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel_tuner/strategies/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ def _evaluate_configs(self, configs):
# in case of stop creterion reached, save the results so far
self.results.append(result)

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

Expand Down

0 comments on commit c126a01

Please sign in to comment.