We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e33c7d commit 80463f6Copy full SHA for 80463f6
1 file changed
cuda_bindings/tests/nvml/test_device.py
@@ -71,7 +71,7 @@ def test_get_nv_link_supported_bw_modes(all_devices):
71
for device in all_devices:
72
with unsupported_before(device, None):
73
modes = nvml.device_get_nvlink_supported_bw_modes(device)
74
- assert isinstance(modes, nvml.NvLinkSupportedBWModes)
+ assert isinstance(modes, nvml.NvLinkSupportedBWModes_v1)
75
# #define NVML_NVLINK_TOTAL_SUPPORTED_BW_MODES 23
76
assert len(modes.bw_modes) <= 23
77
assert not hasattr(modes, "total_bw_modes")
0 commit comments