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 002ce1a commit 801ecb7Copy full SHA for 801ecb7
1 file changed
cuda_bindings/cuda/bindings/nvml.pyx
@@ -1593,6 +1593,9 @@ class FieldId(_FastEnum):
1593
1594
MAX = 289
1595
1596
+# This value changed in CTK 13.3. We need to build a binary that works across
1597
+# all versions, so the only way to support this is to check the version at
1598
+# runtime and set the value accordingly.
1599
1600
if tuple(int(x) for x in system_get_nvml_version().split(".")) < (3, 13):
1601
NVLINK_MAX_LINKS = 18
0 commit comments