Skip to content

Commit

Permalink
address reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Aug 19, 2024
1 parent c3b9084 commit 2c940ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions numba_cuda/numba/cuda/cudadrv/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def _readenv(name, ctor, default):
return default


config.ENABLE_PYNVJITLINK = False
if _readenv("ENABLE_PYNVJITLINK", bool, False):
config.ENABLE_PYNVJITLINK = True

Expand All @@ -93,7 +92,7 @@ def _readenv(name, ctor, default):
)

_MVC_ERROR_MESSAGE_CU12 = (
"Minor version compatibility requires pynvjitlink package to be available"
"Using pynvjitlink requires the pynvjitlink package to be available"
)


Expand Down

0 comments on commit 2c940ee

Please sign in to comment.