Skip to content

Commit

Permalink
fix increasing framework overhead over time issue #188
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanwerkhoven committed Mar 13, 2023
1 parent d0dc834 commit a60e060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel_tuner/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ def JSONconverter(obj):
return obj.tolist()
return obj.__str__()

logging.debug('store_cache called, cache=%s, cachefile=%s' % (tuning_options.cache, tuning_options.cachefile))
#logging.debug('store_cache called, cache=%s, cachefile=%s' % (tuning_options.cache, tuning_options.cachefile))
if isinstance(tuning_options.cache, dict):
if not key in tuning_options.cache:
tuning_options.cache[key] = params
Expand Down

0 comments on commit a60e060

Please sign in to comment.