Skip to content

Commit 1344621

Browse files
committed
Keep track of nvrtc-related GitHub comment
1 parent c813450 commit 1344621

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cuda_bindings/cuda/bindings/_path_finder/find_nvidia_dynamic_library.py

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ def _find_dll_using_nvidia_bin_dirs(libname, error_messages, attachments):
5858
# nvrtc-builtins64_128.dll
5959
# nvrtc64_120_0.alt.dll
6060
# nvrtc64_120_0.dll
61+
# See also:
62+
# https://github.com/NVIDIA/cuda-python/pull/563#discussion_r2054427641
6163
node = os.path.basename(path)
6264
if node.endswith(".alt.dll"):
6365
continue

0 commit comments

Comments
 (0)