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 9d0394a commit 35459feCopy full SHA for 35459fe
test/gtest/uct/cuda/test_cuda_nvml.cc
@@ -41,6 +41,6 @@ UCS_TEST_F(test_cuda_nvml, device_get_fabric_info) {
41
fabric_info.version = nvmlGpuFabricInfo_v2;
42
status = UCT_CUDA_NVML_WRAP_CALL(nvmlDeviceGetGpuFabricInfoV, device,
43
&fabric_info);
44
- EXPECT_EQ(status, UCS_OK);
+ EXPECT_TRUE((status == UCS_OK) || (status == UCS_ERR_IO_ERROR));
45
}
46
#endif
0 commit comments