pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 4 --ndim 1 --range 2 10000 --r2c --bluestein --lut --norm 0 --range-mb 0 4100
ERRORS:
======================================================================
test_systematic (backend='pyopencl', shape=(np.int64(7024),), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/favre/miniforge3/envs/pyvkfft-test/lib/python3.13/site-packages/pyvkfft/test/test_fft.py", line 1149, in test_systematic
raise ex
File "/Users/favre/miniforge3/envs/pyvkfft-test/lib/python3.13/site-packages/pyvkfft/test/test_fft.py", line 1144, in test_systematic
res = results.next(timeout=self.timeout * r)
File "/Users/favre/miniforge3/envs/pyvkfft-test/lib/python3.13/multiprocessing/pool.py", line 868, in next
raise TimeoutError from None
multiprocessing.context.TimeoutError
|