assign is contiguous (#10066)

* assign is contiguous

* disable process replay for SDXL
This commit is contained in:
George Hotz
2025-04-27 08:40:33 -04:00
committed by GitHub
parent 1253819151
commit b6d2effaf5
4 changed files with 7 additions and 6 deletions

View File

@@ -350,7 +350,7 @@ class TestJit(unittest.TestCase):
assert len(res3) == 10, "All values should be different, rand works in jit."
assert res3 != res2, "Jit rand is diff with diff seeds"
@unittest.expectedFailure # requires contiguous folding
#@unittest.expectedFailure # requires contiguous folding
def test_jit_random_after_unrealized_random(self):
@TinyJit
def f(): return Tensor.rand()