Skip to content

Commit

Permalink
Skip test_layout_donation_mismatching_in_and_out_fails on CPU and GPU
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 668652286
  • Loading branch information
yashk2810 authored and jax authors committed Aug 28, 2024
1 parent 59d75b3 commit 12642d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/layout_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ def f(x):
f(arr)
self.assertTrue(arr.is_deleted())

@jtu.skip_on_devices('cpu', 'gpu')
def test_layout_donation_mismatching_in_and_out_fails(self):
mesh = jtu.create_global_mesh((2, 2), ('x', 'y'))
s = NamedSharding(mesh, P('x', 'y'))
Expand Down

0 comments on commit 12642d3

Please sign in to comment.