mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
Pass list to block_reorder in test_loads (#10881)
This commit is contained in:
@@ -54,7 +54,7 @@ class TestBlockReorder(unittest.TestCase):
|
||||
sink = c.store(sum(loads)).sink()
|
||||
|
||||
# determine golden order
|
||||
golden = block_reorder(sink.toposort())
|
||||
golden = block_reorder(list(sink.toposort()))
|
||||
|
||||
# render for test
|
||||
print(self._test_render(golden))
|
||||
|
||||
Reference in New Issue
Block a user