update docs, remove corealize (#4264)

* update docs, remove corealize

* handle 0 line count

* tensor schedule
This commit is contained in:
George Hotz
2024-04-23 12:05:29 +04:00
committed by GitHub
parent 9b7efa72ea
commit 967638f0d5
11 changed files with 61 additions and 32 deletions

View File

@@ -144,7 +144,7 @@ class TestOptReduceLoop(unittest.TestCase):
@unittest.skipUnless(Device.DEFAULT == "GPU", "Not Implemented")
class TestOptWChild(unittest.TestCase):
@unittest.skip("this no longer happens, use corealize")
@unittest.skip("this no longer happens, use realize")
def test_unrealized_child(self):
a = Tensor.randn(16, 16)
b = Tensor.randn(16, 16)