Skip to content

Commit

Permalink
Update nvfuser/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Spring <[email protected]>
  • Loading branch information
Priya2698 and rdspring1 authored Oct 30, 2024
1 parent 124cefb commit fab1caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvfuser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def execute(
save_repro_inputs (bool): Saves the inputs for last_repro_script() to
provide a provide a reproduction script.
_enable_options/_disable_options (list): NVFUSER_ENABLE/DISABLE options to use.
This is an alternative to enviroment variables.
This is an alternative to environment variables.
Note: Currently, we do not cache/store these options in the FusionCache which makes it
plausible to reuse kernels when executing the same fusion definition with different sets of options.
Reset the FusionCache manually to avoid inadvertent kernel reuse when between different sets of options.
Expand Down

0 comments on commit fab1caa

Please sign in to comment.