Enable test_scan_offload in memories_test.

PiperOrigin-RevId: 742840628
This commit is contained in:
jax authors 2025-04-01 14:25:40 -07:00
parent 2eb5c8a6ea
commit ff5a2e8c91

View File

@ -1090,7 +1090,6 @@ class ComputeOffload(jtu.BufferDonationTestCase):
self.assertArraysEqual(g(arr), all_true)
def test_scan_offload(self):
self.skipTest('b/406586554')
np_inp = jnp.arange(4096).reshape(16, 16, 16)
@jax.jit