Skip to content

Commit 6cd8029

Browse files
committed
Changed pyATF strategies to use invalid configs
1 parent 5c94c78 commit 6cd8029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_tuner/strategies/pyatf_strategies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def tune(searchspace: Searchspace, runner, tuning_options):
4242
warn("dill is not installed, pyATF search space caching will not be used.")
4343

4444
# setup the Kernel Tuner functionalities
45-
cost_func = CostFunc(searchspace, tuning_options, runner, scaling=False, snap=False, return_invalid=False)
45+
cost_func = CostFunc(searchspace, tuning_options, runner, scaling=False, snap=False, return_invalid=True)
4646

4747
# dynamically import the search technique based on the provided options
4848
module = import_module(f"pyatf.search_techniques.{module_name}")

0 commit comments

Comments
 (0)