Skip to content

Commit

Permalink
use nvfuser_codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
crcrpar committed Apr 19, 2023
1 parent 7642c1c commit 0da3ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def check_cudnn_version_and_warn(global_option: str, required_cudnn_version: int
if nvfuser_is_refactored:
include_dirs.append(os.path.join(PYTORCH_HOME, "third_party/nvfuser/csrc"))
library_dirs = nvfuser.__path__
extra_link_args.append("-lnvfuser")
extra_link_args.append("-lnvfuser_codegen")
ext_modules.append(
CUDAExtension(
name='instance_norm_nvfuser_cuda',
Expand Down

0 comments on commit 0da3ffb

Please sign in to comment.