mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 20:06:05 +00:00
[host_callback] Skip test that only works in legacy mode.
The jax.experimental.host_callback module is deprecated and will be removed. See https://github.com/google/jax/issues/20385. PiperOrigin-RevId: 680988939
This commit is contained in:
parent
98b72b17f9
commit
a644e23a4b
@ -585,6 +585,7 @@ class HostCallbackTapTest(jtu.JaxTestCase):
|
||||
# See also b/160692602.
|
||||
raise SkipTest("concurrent id_tap not supported on CPU, GPU")
|
||||
|
||||
self.supported_only_in_legacy_mode()
|
||||
received = set()
|
||||
count = 5
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user