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