Skip to content

Commit

Permalink
use numba config to turn on pynvjitlink
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Dec 19, 2024
1 parent a081a57 commit 5468916
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/cudf/cudf/utils/_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ def _setup_numba():
if driver_version < (12, 0):
patch_numba_linker_cuda_11()
else:
from pynvjitlink.patch import patch_numba_linker

patch_numba_linker()
numba_config.CUDA_ENABLE_PYNVJITLINK = True


class _CUDFNumbaConfig:
Expand Down

0 comments on commit 5468916

Please sign in to comment.