linearizer fixups from DSP branch (#9581)

This commit is contained in:
George Hotz
2025-03-26 18:28:15 +08:00
committed by GitHub
parent e799df537e
commit 9115ce8860
2 changed files with 13 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ def multidevice_test(fxn):
exclude_devices = getenv("EXCLUDE_DEVICES", "").split(",")
def ret(self):
for device in Device._devices:
if device in ["DISK", "NPY", "FAKE", "DSP"]: continue
if device in ["DISK", "NPY", "FAKE", "DSP", "NULL"]: continue
if not CI: print(device)
if device in exclude_devices:
if not CI: print(f"WARNING: {device} test is excluded")