mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 23:48:01 -05:00
fix sync issue
This commit is contained in:
@@ -21,6 +21,7 @@ try:
|
||||
def sync(): CL().cl_queue.finish()
|
||||
except ImportError:
|
||||
CL = None
|
||||
def sync(): pass
|
||||
|
||||
IN_CHANS = [int(x) for x in getenv("IN_CHANS", "4,16,64").split(",")]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user