thunder.last_interpreted_instructions

thunder.last_interpreted_instructions(fn)[source]

Returns the list of instructions the interpreter encountered while tracing through the user program (on the last cache miss).

Return type:

list[Instruction]

Parameters:

fn (Callable) –