There was an error while loading. Please reload this page.
1 parent 1ff07d3 commit 0bf0e80Copy full SHA for 0bf0e80
1 file changed
cuda_pathfinder/cuda/pathfinder/_dynamic_libs/supported_nvidia_libs.py
@@ -35,7 +35,7 @@
35
if not IS_WINDOWS:
36
ALL_AVAILABLE_LIBNAMES = frozenset(desc.name for desc in DESCRIPTOR_CATALOG if desc.linux_sonames)
37
else:
38
- assert IS_WINDOWS_X64 or IS_WINDOWS_ARM64
+ assert IS_WINDOWS_X64 != IS_WINDOWS_ARM64
39
_current_windows_arch = "x64" if IS_WINDOWS_X64 else "arm64"
40
ALL_AVAILABLE_LIBNAMES = frozenset(
41
desc.name for desc in DESCRIPTOR_CATALOG if _current_windows_arch in desc.supported_windows_arch
0 commit comments