Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cuda_bindings/tests/nvml/test_cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def test_cuda_device_order():
for kind in ("Orin", "Thor"):
if any(kind in device["name"] for device in nvml_devices):
pytest.skip(f"Skipping test on {kind}, which has non-standard device naming")
return

if "CUDA_VISIBLE_DEVICES" not in os.environ:
# If that environment variable isn't set, the device lists should match exactly
Expand Down
Loading