Skip to content

Commit a60e060

Browse files
fix increasing framework overhead over time issue #188
1 parent d0dc834 commit a60e060

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
@@ -877,7 +877,7 @@ def JSONconverter(obj):
877877
return obj.tolist()
878878
return obj.__str__()
879879

880-
logging.debug('store_cache called, cache=%s, cachefile=%s' % (tuning_options.cache, tuning_options.cachefile))
880+
#logging.debug('store_cache called, cache=%s, cachefile=%s' % (tuning_options.cache, tuning_options.cachefile))
881881
if isinstance(tuning_options.cache, dict):
882882
if not key in tuning_options.cache:
883883
tuning_options.cache[key] = params

0 commit comments

Comments
 (0)