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 02cae54 commit cb70721Copy full SHA for cb70721
thunder/__init__.py
@@ -729,6 +729,7 @@ def get_computation_and_inputs(*args, **kwargs):
729
730
# Updates cache statistics
731
cs.cache_hits += 1
732
+ cs.last_trace_cache_stop = time.perf_counter_ns()
733
cs.last_traces = comp_traces
734
cs.last_interpreted_instructions = None
735
cs.last_interpreter_log = None
@@ -759,6 +760,7 @@ def get_computation_and_inputs(*args, **kwargs):
759
760
761
762
763
764
765
766
0 commit comments