thunder.DebugOptions

class thunder.DebugOptions(**options)[source]

Bases: object

options can be dynamically registered, currently registered ones are below

Keyword Arguments:
  • check_traces – bool | int=False Check traces for consistency. Pass True to enable.

  • record_interpreter_history – bool=False record interpreter history (use thunder.last_interpreter_log to access)

  • show_interpreter_progress – bool=False show progress while running the interpreter

__init__(**kwargs)[source]

Methods

__init__(**kwargs)

list_options([docstr])

register_option(name, typ, default[, doc])

Attributes

check_traces

record_interpreter_history

show_interpreter_progress