mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Disable testiDctn just like testiDct
PiperOrigin-RevId: 552583621
This commit is contained in:
parent
9d62d867bc
commit
e1e88e1d9c
@ -106,6 +106,9 @@ class LaxBackedScipyFftTests(jtu.JaxTestCase):
|
||||
dtype=real_dtypes,
|
||||
norm=[None, 'ortho'],
|
||||
)
|
||||
# TODO(phawkins): these tests are failing on T4 GPUs in CI with a
|
||||
# CUDA_ERROR_ILLEGAL_ADDRESS.
|
||||
@jtu.skip_on_devices("cuda")
|
||||
def testiDctn(self, shape, dtype, s, axes, norm):
|
||||
rng = jtu.rand_default(self.rng())
|
||||
args_maker = lambda: (rng(shape, dtype),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user