We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65d7c6 commit fa7f432Copy full SHA for fa7f432
test/spmd/test_xla_sharding.py
@@ -1162,10 +1162,6 @@ def test_mark_shard_scalar(self):
1162
self.assertIsInstance(shard.indices, type(Ellipsis))
1163
self.assertEqual(shard.replica_id, i)
1164
1165
- # It looks like mesh_shape attribute is never implemented.
1166
- with self.assertRaises(AttributeError):
1167
- xt.mesh_shape
1168
-
1169
def test_global_mesh(self):
1170
expected_mesh = self._get_mesh((1, self.n_devices))
1171
xs.set_global_mesh(expected_mesh)
0 commit comments