fix sync issue

This commit is contained in:
George Hotz
2023-02-17 12:42:45 -08:00
parent 5e6265be6e
commit fae7654924

View File

@@ -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(",")]