mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-02-11 23:25:04 -05:00
multioutput ScheduleItem (#3699)
* refactor realize.py * update docs * update test_sched * update runners and devices * update openpilot and unit tests * cleanup runner lowering * update more tests
This commit is contained in:
2
test/external/external_test_hip_compile.py
vendored
2
test/external/external_test_hip_compile.py
vendored
@@ -10,7 +10,7 @@ class TestHIPCompileSpeed(unittest.TestCase):
|
||||
def test_hip_compile(self):
|
||||
a, b = Tensor([1,2,3,4,5]), Tensor([1,2,3,4,5])
|
||||
out = a + b
|
||||
lin = Linearizer(create_schedule([out.lazydata])[-1].ast)
|
||||
lin = Linearizer(create_schedule([out.lazydata])[-1].ast[0])
|
||||
lin.linearize()
|
||||
|
||||
reference = """
|
||||
|
||||
Reference in New Issue
Block a user