Skip to content

Commit 0734ac7

Browse files
committed
nvidia-libmathdx-... only exists for cu12: tolerate abs_path=None in test_load_nvidia_dynamic_lib.py
1 parent d36a62d commit 0734ac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda_pathfinder/tests/test_load_nvidia_dynamic_lib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def test_runtime_error_on_non_64bit_python():
7171

7272

7373
IMPORTLIB_METADATA_DISTRIBUTIONS_NAMES = {
74+
"cufftMp": r"^nvidia-cufftmp-.*$",
7475
"mathdx": r"^nvidia-libmathdx-.*$",
7576
}
7677

0 commit comments

Comments
 (0)