mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 04:46:06 +00:00
jax_jit_test: inherit from JaxTestCase
This commit is contained in:
parent
b8372b0ca2
commit
8cacad2e23
@ -39,7 +39,7 @@ def _cpp_device_put(value, device):
|
||||
return jaxlib.jax_jit.device_put(value, config.x64_enabled, device)
|
||||
|
||||
|
||||
class JaxJitTest(parameterized.TestCase):
|
||||
class JaxJitTest(jtu.JaxTestCase):
|
||||
|
||||
def test_is_float_0(self):
|
||||
self.assertTrue(
|
||||
|
Loading…
x
Reference in New Issue
Block a user