remove REMOTE=1 (#13722)

* remove REMOTE=1

* leave ibverbs
This commit is contained in:
George Hotz
2025-12-16 15:58:10 -04:00
committed by GitHub
parent 4d8d821f56
commit 4b741e893f
8 changed files with 2 additions and 973 deletions

View File

@@ -8,7 +8,7 @@ def multidevice_test(fxn):
def ret(self):
for device in Device._devices:
# broken on OSX USB AMD, why?
if device in ["REMOTE", "DISK", "NPY", "FAKE", "DSP", "NULL"] or (OSX and device in ["AMD"]): continue
if device in ["DISK", "NPY", "FAKE", "DSP", "NULL"] or (OSX and device in ["AMD"]): continue
if not CI: print(device)
if device in exclude_devices:
if not CI: print(f"WARNING: {device} test is excluded")