We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f7611 commit 977c8c9Copy full SHA for 977c8c9
numba_cuda/numba/cuda/cudadrv/libs.py
@@ -93,6 +93,7 @@ def check_static_lib(path):
93
94
95
def _get_source_variable(lib, static=False):
96
+ # remove? only used in test()
97
if lib == "nvvm":
98
return get_cuda_paths()["nvvm"].by
99
elif lib == "nvrtc":
0 commit comments