thunder.last_interpreter_log¶
- thunder.last_interpreter_log(fn)[source]¶
Returns the list of instructions and other information the interpreter encountered while tracing through the user program (on the last cache miss).
- Return type:
list[Instruction|str|LineLogItem|OpaqueLogItem|LookasideLogItem|CallLogItem|ReturnLogItem]- Parameters:
fn (Callable) –