Skip to content

Commit b7e779e

Browse files
committed
If there is a problem loading the cache, the path of the cachefile is given
1 parent bb152f2 commit b7e779e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_tuner/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ def process_cache(cache, kernel_options, tuning_options, runner):
12291229
)
12301230
raise ValueError(
12311231
f"Cannot load cache which contains results obtained with different tunable parameters. \
1232-
Cache has: {cached_data['tune_params_keys']}, tuning_options has: {list(tuning_options.tune_params.keys())}"
1232+
Cache at '{cache}' has: {cached_data['tune_params_keys']}, tuning_options has: {list(tuning_options.tune_params.keys())}"
12331233
)
12341234

12351235
tuning_options.cachefile = cache

0 commit comments

Comments
 (0)