mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 04:46:06 +00:00
Run compilation_cache_test.py using TFRT
PiperOrigin-RevId: 426433041
This commit is contained in:
parent
f5107212db
commit
3fd91d6038
@ -43,8 +43,6 @@ class CompilationCacheTest(jtu.JaxTestCase):
|
||||
super().setUp()
|
||||
if jtu.device_under_test() != "tpu":
|
||||
raise SkipTest("serialize executable only works on TPU")
|
||||
if jax._src.lib.xla_bridge.get_backend().runtime_type == "tfrt":
|
||||
raise SkipTest("the new TFRT runtime does not support serialization")
|
||||
|
||||
def tearDown(self):
|
||||
super().tearDown()
|
||||
|
Loading…
x
Reference in New Issue
Block a user