mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
[ROCm] enable test_cufft_plan_cache test (#57520)
Summary: This pr enables the test_cufft_plan_cache in test_spectral suite. Pull Request resolved: https://github.com/pytorch/pytorch/pull/57520 Reviewed By: ejguan Differential Revision: D28936128 Pulled By: ngimel fbshipit-source-id: c843ab31c50855b624a986155c17c8d24e89a2ac
This commit is contained in:
committed by
Facebook GitHub Bot
parent
43274ca145
commit
1bb1a9e22b
@ -602,7 +602,6 @@ class TestFFT(TestCase):
|
||||
self._test_fft_ifft_rfft_irfft(device, dtype)
|
||||
|
||||
@deviceCountAtLeast(1)
|
||||
@skipCUDAIfRocm
|
||||
@onlyCUDA
|
||||
@dtypes(torch.double)
|
||||
def test_cufft_plan_cache(self, devices, dtype):
|
||||
|
Reference in New Issue
Block a user