mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
ops_ext to replace cpu import (#3406)
* ops_ext to replace cpu import * don't allow zero copy with as buffer * memoryview(bytearray * reenable test
This commit is contained in:
2
test/external/external_test_example.py
vendored
2
test/external/external_test_example.py
vendored
@@ -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", "FAKE"]: continue
|
||||
if device in ["DISK", "EXT", "FAKE"]: continue
|
||||
if not CI: print(device)
|
||||
if device in exclude_devices:
|
||||
if not CI: print(f"WARNING: {device} test is excluded")
|
||||
|
||||
Reference in New Issue
Block a user