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 707b33f commit 03636cfCopy full SHA for 03636cf
codeflash/optimization/function_optimizer.py
@@ -359,7 +359,6 @@ def determine_best_candidate(
359
) -> BestOptimization | None:
360
best_optimization: BestOptimization | None = None
361
best_runtime_until_now = original_code_baseline.runtime
362
- best_speedup_ratio_until_now = 1.0
363
364
speedup_ratios: dict[str, float | None] = {}
365
optimized_runtimes: dict[str, float | None] = {}
0 commit comments