mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
hotfix: scheduler differ (#6115)
* hotfix: scheduler differ * add the test back * track keys
This commit is contained in:
@@ -6,7 +6,6 @@ from tinygrad.helpers import Context
|
||||
from tinygrad.engine.schedule import _graph_schedule
|
||||
from tinygrad.lazy import LazyBuffer
|
||||
|
||||
@unittest.skip("TODO: uop compare")
|
||||
class TestDiffSchedule(unittest.TestCase):
|
||||
def test_diff_arange(self):
|
||||
# diff a single arange kernel
|
||||
|
||||
Reference in New Issue
Block a user