invert the string in string check for p2p device check (#2044)
This commit is contained in:
@@ -15,7 +15,7 @@ def check_cuda_p2p_ib_support():
|
|||||||
device_names, device_count = get_gpu_info()
|
device_names, device_count = get_gpu_info()
|
||||||
if 1 < device_count < 8:
|
if 1 < device_count < 8:
|
||||||
if any(
|
if any(
|
||||||
device_name in unsupported_device
|
unsupported_device in device_name
|
||||||
for device_name in device_names
|
for device_name in device_names
|
||||||
for unsupported_device in unsupported_devices
|
for unsupported_device in unsupported_devices
|
||||||
):
|
):
|
||||||
|
|||||||
Reference in New Issue
Block a user