mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-08 22:48:25 -05:00
move GlobalCounter to helpers (#4002)
break circular import between ops and buffer
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
import unittest
|
||||
import numpy as np
|
||||
from tinygrad.tensor import Tensor
|
||||
from tinygrad import dtypes, TinyJit, GlobalCounters, Variable
|
||||
from tinygrad import dtypes, Tensor, TinyJit, GlobalCounters, Variable
|
||||
|
||||
N = 200 # has to be bigger than the cache to fail
|
||||
|
||||
|
||||
Reference in New Issue
Block a user