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 95be731 commit 7ac5b09Copy full SHA for 7ac5b09
test/spmd/test_xla_sharding.py
@@ -1189,10 +1189,6 @@ def test_mark_shard_scalar(self):
1189
self.assertIsInstance(shard.indices, type(Ellipsis))
1190
self.assertEqual(shard.replica_id, i)
1191
1192
- # It looks like mesh_shape attribute is never implemented.
1193
- with self.assertRaises(AttributeError):
1194
- xt.mesh_shape
1195
-
1196
def test_global_mesh(self):
1197
expected_mesh = self._get_mesh((1, self.n_devices))
1198
xs.set_global_mesh(expected_mesh)
0 commit comments