mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
move multi_map to grouper rewrite pass (#10409)
* move multi_map to grouper rewrite pass * delete that
This commit is contained in:
@@ -628,6 +628,9 @@ class TestMultiTensor(unittest.TestCase):
|
||||
# assert for cannot maintain axis
|
||||
with self.assertRaises(AssertionError): t0.reshape(4, 3, 2, 7, 15)
|
||||
|
||||
# it doesn't work like this anymore
|
||||
# NOTE: this never failed in assign_multi, it failed tensor spec because MULTI was never pushed in the graph
|
||||
@unittest.expectedFailure
|
||||
def test_mlb_assign_change_axis(self):
|
||||
t_none = Tensor.zeros((16, 16)).shard(devices_2).contiguous().realize()
|
||||
t_zero = Tensor.ones((16, 16)).shard(devices_2, axis=0)
|
||||
|
||||
Reference in New Issue
Block a user