mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Enable test_scan_offload in memories_test.
PiperOrigin-RevId: 742840628
This commit is contained in:
parent
2eb5c8a6ea
commit
ff5a2e8c91
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user