From fab1caadbabb1b79b66bb0772b2428a3e31325ab Mon Sep 17 00:00:00 2001 From: Priya Mishra <52657555+Priya2698@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:40:35 -0700 Subject: [PATCH] Update nvfuser/__init__.py Co-authored-by: Ryan Spring --- nvfuser/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvfuser/__init__.py b/nvfuser/__init__.py index a6db8c5cf18..08c092bc754 100644 --- a/nvfuser/__init__.py +++ b/nvfuser/__init__.py @@ -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.