thunder.compile_data

thunder.compile_data(fn)[source]

Obtains the compilation data from a JITed function.

The compile data (thunder.common.CompileData) contains information about how the JIT has been configured for compilation (including referencing the function or module that is being compiled).

Return type:

Optional[CompileData]