Command:/Users/favre/miniforge3/envs/py39-pynx/bin/python3.9 pyvkfft-test-suite --backend pyopencl --gpu m1 --gpumem 8 --nproc 8 --single
Methodology: the included graphs measure the accuracy of the forward and backward transforms: an array is generated with random uniform values between -0.5 and 0.5, and the results of its transform are compared with either pyfftw (in long double precision) if available, or scipy if available, or numpy fft. The L2 curve measures the average square norm difference, and the L∞ the maximum difference.
Note: for the R2C inverse transform, the result of the forward transform is used instead of re-using the random array (in order to have a proper half-Hermitian array), contrary to what is done for other transforms. This explains why the IFFT R2C maximum (L∞) errors are larger.
Note 2: some "errors" for DCT may be due to unsupported sizes in VkFFT, which vary depending on the card and language used (amount of shared/local memory). So they just indicate a current limit for the transform sizes rather than a real error.
[Click on the highlighted cells for details and accuracy graphs vs the transform size]
GPU | backend | transform | ndim | range | radix | dtype | inplace | LUT | norm | time-duration | FAIL | ERROR |
---|---|---|---|---|---|---|---|---|---|---|---|---|
- | pyopencl | Regular multi-dimensional C2C/R2C/DCT test | 2023-07-05 21h21:47 +00h 02m 47s | 0 | 0 | |||||||
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h24:35 +00h 02m 46s [ 1847 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h27:22 +00h 01m 56s [ 512 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h29:18 +00h 08m 34s [ 175 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h37:53 +00h 02m 41s [ 1420 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 2 100000 --r2c --radix --norm 1 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='pyopencl', shape=(4116,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4116 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4158,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4158 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4160 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4200 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4212 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4224 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4290 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4312 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4320 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4356,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4356 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4368 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4374,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4374 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4394,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4394 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4400 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4410 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4480 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4500 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4536 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4550 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4576 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4608 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4620 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4680 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4704 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4732 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4752 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4800 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4802,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4802 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4840 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4860 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4900 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4914 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4928 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4950 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4992 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5000 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5040 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5070 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5082 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5096 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5120 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5148 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5184 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5200 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5250 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5280 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5292 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5324 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5346,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5346 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5376 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5390 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5400 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5408 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5460 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5488 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5500 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5544 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5600 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5616 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5632 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5670 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5720 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5760 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5808 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5824 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5832 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5850 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5880 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5940 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6000 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6006 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6048 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6050 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6084 6144 | ||||||||||||
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h40:35 +00h 01m 12s [ 368 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h41:48 +00h 01m 39s [ 118 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-1500 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h43:28 +00h 00m 27s [ 299 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 2 1500 --dct 1 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(1040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1040,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1040,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1050,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1050,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1053,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1053,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1078,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1078,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1080,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1080,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1092,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1092,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1120,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1120,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1134,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1134,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1152,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1152,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1170,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1170,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1176,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1176,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1188,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1188,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1188,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1215,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1215,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1232,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1232,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1260,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1260,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1280,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1280,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1287,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1287,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1320,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1320,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1372,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1372,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1375,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1375,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1386,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1386,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1400,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1400,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1430,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1430,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1440,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1440,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1452,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1452,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1458,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1458,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1500,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1500,) float32 1D norm=1 [opencl:Apple:Apple M1] | ||||||||||||
m1 | pyopencl | 2 | 2-1024 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h43:56 +00h 02m 21s [ 245 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h46:18 +00h 04m 14s [ 165 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h50:33 +00h 00m 38s [ 489 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h51:11 +00h 01m 31s [ 349 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h52:43 +00h 01m 30s [ 165 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h54:14 +00h 00m 37s [ 489 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h54:52 +00h 01m 33s [ 349 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h56:25 +00h 01m 30s [ 165 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 3-4096 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h57:57 +00h 00m 44s [ 488 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 3-2047 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 21h58:41 +00h 01m 32s [ 348 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 3-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-07-05 22h00:14 +00h 01m 33s [ 164 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h01:48 +00h 02m 32s [ 1847 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h04:20 +00h 01m 44s [ 512 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h06:05 +00h 05m 44s [ 175 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h11:49 +00h 02m 31s [ 1420 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h14:21 +00h 01m 13s [ 368 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h15:34 +00h 01m 40s [ 118 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-1500 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h17:15 +00h 00m 26s [ 299 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 2 1500 --dct 1 --radix --inplace --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(1040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1040,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1040,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1050,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1050,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1053,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1053,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1078,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1078,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1080,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1080,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1092,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1092,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1120,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1120,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1134,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1134,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1152,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1152,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1170,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1170,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1176,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1176,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1188,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1188,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1188,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1215,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1215,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1232,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1232,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1260,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1260,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1280,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1280,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1287,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1287,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1320,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1320,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1372,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1372,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1375,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1375,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1386,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1386,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1400,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1400,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1430,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1430,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1440,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1440,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1452,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1452,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1458,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1458,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1500,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1500,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] | ||||||||||||
m1 | pyopencl | 2 | 2-1024 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h17:41 +00h 02m 20s [ 245 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h20:02 +00h 03m 26s [ 165 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h23:29 +00h 00m 37s [ 489 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h24:07 +00h 01m 30s [ 349 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h25:38 +00h 01m 19s [ 165 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h26:57 +00h 00m 37s [ 489 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h27:35 +00h 01m 35s [ 349 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h29:11 +00h 01m 34s [ 165 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 3-4096 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h30:46 +00h 00m 43s [ 488 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 3-2047 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h31:30 +00h 01m 39s [ 348 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 3-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-07-05 22h33:10 +00h 01m 39s [ 164 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 22h34:49 +00h 02m 49s [ 1847 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 22h37:39 +00h 01m 56s [ 512 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 22h39:36 +00h 07m 44s [ 175 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 22h47:21 +00h 02m 35s [ 1420 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 2 100000 --r2c --radix --lut --norm 1 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='pyopencl', shape=(4116,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4116 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4158,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4158 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4160 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4200 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4212 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4224 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4290 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4312 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4320 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4356,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4356 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4368 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4374,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4374 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4394,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4394 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4400 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4410 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4480 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4500 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4536 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4550 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4576 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4608 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4620 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4680 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4704 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4732 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4752 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4800 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4802,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4802 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4840 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4860 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4900 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4914 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4928 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4950 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4992 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5000 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5040 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5070 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5082 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5096 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5120 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5148 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5184 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5200 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5250 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5280 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5292 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5324 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5346,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5346 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5376 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5390 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5400 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5408 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5460 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5488 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5500 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5544 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5600 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5616 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5632 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5670 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5720 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5760 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5808 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5824 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5832 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5850 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5880 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5940 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6000 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6006 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6048 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6050 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6084 6144 | ||||||||||||
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 22h49:57 +00h 01m 12s [ 368 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 22h51:10 +00h 01m 35s [ 118 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-1500 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 22h52:46 +00h 00m 24s [ 299 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 2 1500 --dct 1 --radix --lut --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(1040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1040,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1040,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1050,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1050,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1053,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1053,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1078,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1078,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1080,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1080,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1092,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1092,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1120,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1120,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1134,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1134,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1152,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1152,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1170,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1170,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1176,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1176,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1188,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1188,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1188,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1215,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1215,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1232,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1232,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1260,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1260,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1280,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1280,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1287,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1287,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1320,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1320,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1372,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1372,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1375,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1375,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1386,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1386,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1400,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1400,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1430,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1430,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1440,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1440,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1452,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1452,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1458,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1458,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1500,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1500,) float32 1D norm=1 [opencl:Apple:Apple M1] | ||||||||||||
m1 | pyopencl | 2 | 2-1024 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 22h53:11 +00h 02m 15s [ 245 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 22h55:26 +00h 04m 10s [ 165 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 22h59:37 +00h 00m 37s [ 489 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 23h00:14 +00h 01m 35s [ 349 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 23h01:50 +00h 01m 30s [ 165 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 23h03:21 +00h 00m 38s [ 489 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 23h03:59 +00h 01m 32s [ 349 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 23h05:32 +00h 01m 27s [ 165 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 3-4096 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 23h07:00 +00h 00m 45s [ 488 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 3-2047 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 23h07:45 +00h 01m 40s [ 348 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 3-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-07-05 23h09:25 +00h 01m 37s [ 164 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h11:03 +00h 02m 44s [ 1847 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h13:48 +00h 01m 47s [ 512 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h15:36 +00h 05m 44s [ 175 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h21:21 +00h 02m 33s [ 1420 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h23:55 +00h 01m 12s [ 368 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h25:07 +00h 01m 51s [ 118 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-1500 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h26:58 +00h 00m 24s [ 299 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 2 1500 --dct 1 --radix --inplace --lut --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(1040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1040,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1040,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1050,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1050,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1053,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1053,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1078,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1078,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1080,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1080,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1092,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1092,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1120,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1120,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1134,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1134,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1152,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1152,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1170,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1170,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1176,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1176,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1188,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1188,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1188,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1215,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1215,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1232,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1232,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1260,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1260,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1280,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1280,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1287,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1287,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1320,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1320,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1372,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1372,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1375,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1375,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1386,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1386,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1400,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1400,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1430,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1430,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1440,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1440,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1452,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1452,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1458,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1458,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1500,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1500,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] | ||||||||||||
m1 | pyopencl | 2 | 2-1024 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h27:23 +00h 02m 08s [ 245 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h29:32 +00h 03m 23s [ 165 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h32:56 +00h 00m 37s [ 489 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h33:33 +00h 01m 35s [ 349 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h35:09 +00h 01m 32s [ 165 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h36:41 +00h 00m 37s [ 489 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h37:19 +00h 01m 34s [ 349 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h38:54 +00h 01m 27s [ 165 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 3-4096 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h40:22 +00h 00m 45s [ 488 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 3-2047 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h41:08 +00h 01m 43s [ 348 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 3-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-07-05 23h42:51 +00h 01m 34s [ 164 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2023-07-05 23h44:26 +00h 02m 34s [ 1847 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2023-07-05 23h47:00 +00h 01m 54s [ 512 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2023-07-05 23h48:55 +00h 07m 41s [ 175 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2023-07-05 23h56:37 +00h 02m 34s [ 1420 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 2 100000 --r2c --radix --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='pyopencl', shape=(4116,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4116 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4158,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4158 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4160,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4160 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4200,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4200 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4212,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4212 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4224,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4224 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4290,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4290 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4312,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4312 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4320,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4320 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4356,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4356 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4368,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4368 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4374,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4374 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4394,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4394 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4400,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4400 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4410,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4410 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4480,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4480 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4500,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4500 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4536,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4536 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4550,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4550 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4576,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4576 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4608,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4608 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4620,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4620 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4680,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4680 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4704,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4704 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4732,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4732 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4752,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4752 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4800,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4800 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4802,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4802 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4840,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4840 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4860,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4860 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4900,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4900 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4914,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4914 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4928,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4928 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4950,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4950 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4992,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4992 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5000,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5000 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5040,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5040 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5070,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5070 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5082,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5082 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5096,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5096 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5120,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5120 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5148,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5148 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5184,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5184 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5200,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5200 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5250,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5250 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5280,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5280 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5292,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5292 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5324,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5324 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5346,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5346 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5376,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5376 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5390,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5390 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5400,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5400 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5408,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5408 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5460,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5460 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5488,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5488 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5500,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5500 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5544,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5544 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5600,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5600 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5616,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5616 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5632,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5632 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5670,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5670 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5720,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5720 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5760,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5760 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5808,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5808 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5824,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5824 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5832,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5832 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5850,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5850 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5880,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5880 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5940,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5940 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6000,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6000 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6006,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6006 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6048,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6048 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6050,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6050 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6084,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6084 6144 | ||||||||||||
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2023-07-05 23h59:12 +00h 01m 11s [ 368 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2023-07-06 00h00:24 +00h 01m 40s [ 118 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2023-07-06 00h02:05 +00h 02m 29s [ 1847 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2023-07-06 00h04:34 +00h 01m 44s [ 512 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2023-07-06 00h06:19 +00h 05m 59s [ 175 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2023-07-06 00h12:18 +00h 02m 26s [ 1420 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2023-07-06 00h14:45 +00h 01m 13s [ 368 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2023-07-06 00h15:59 +00h 01m 58s [ 118 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2023-07-06 00h17:58 +00h 02m 47s [ 1847 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2023-07-06 00h20:45 +00h 01m 56s [ 512 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2023-07-06 00h22:42 +00h 08m 03s [ 175 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2023-07-06 00h30:47 +00h 02m 37s [ 1420 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 2 100000 --r2c --radix --lut --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='pyopencl', shape=(4116,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4116 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4158,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4158 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4160,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4160 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4200,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4200 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4212,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4212 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4224,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4224 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4290,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4290 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4312,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4312 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4320,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4320 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4356,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4356 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4368,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4368 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4374,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4374 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4394,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4394 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4400,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4400 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4410,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4410 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4480,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4480 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4500,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4500 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4536,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4536 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4550,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4550 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4576,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4576 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4608,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4608 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4620,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4620 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4680,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4680 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4704,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4704 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4732,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4732 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4752,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4752 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4800,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4800 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4802,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4802 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4840,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4840 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4860,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4860 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4900,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4900 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4914,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4914 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4928,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4928 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4950,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4950 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(4992,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 4992 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5000,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5000 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5040,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5040 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5070,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5070 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5082,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5082 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5096,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5096 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5120,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5120 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5148,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5148 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5184,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5184 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5200,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5200 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5250,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5250 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5280,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5280 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5292,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5292 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5324,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5324 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5346,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5346 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5376,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5376 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5390,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5390 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5400,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5400 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5408,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5408 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5460,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5460 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5488,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5488 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5500,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5500 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5544,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5544 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5600,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5600 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5616,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5616 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5632,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5632 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5670,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5670 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5720,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5720 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5760,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5760 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5808,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5808 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5824,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5824 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5832,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5832 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5850,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5850 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5880,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5880 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(5940,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 5940 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6000,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6000 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6006,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6006 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6048,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6048 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6050,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6050 6144 ====================================================================== test_systematic (backend='pyopencl', shape=(6084,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=True, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 921, in test_systematic self.assertTrue(src2, AssertionError: False is not true : The source array was modified during the iFFT 6084 6144 | ||||||||||||
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2023-07-06 00h33:25 +00h 01m 10s [ 368 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2023-07-06 00h34:36 +00h 01m 35s [ 118 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2023-07-06 00h36:11 +00h 02m 42s [ 1847 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2023-07-06 00h38:53 +00h 01m 46s [ 512 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2023-07-06 00h40:40 +00h 05m 52s [ 175 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2023-07-06 00h46:33 +00h 02m 33s [ 1420 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2023-07-06 00h49:07 +00h 01m 12s [ 368 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2023-07-06 00h50:20 +00h 01m 46s [ 118 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-10000 | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 00h52:06 +00h 22m 22s [ 9267 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 01h14:29 +00h 31m 36s [ 3987 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 01h46:07 +00h 41m 00s [ 374 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-10000 | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 02h27:08 +00h 12m 14s [ 4463 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 02h39:22 +00h 11m 15s [ 1882 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 02h50:38 +00h 04m 31s [ 157 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-1500 | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 02h55:10 +00h 01m 46s [ 1200 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 2 1500 --dct 1 --bluestein --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(1031,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1031,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1031,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1032,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1032,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1034,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1034,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1034,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1035,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1035,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1039,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1039,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1039,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1042,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1042,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1044,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1044,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1047,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1047,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1047,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1048,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1048,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1062,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1062,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1062,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1063,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1063,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1064,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1064,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1070,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1070,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1071,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1071,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1071,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1075,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1075,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1077,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1077,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1077,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1082,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1082,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1088,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1088,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1097,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1097,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1097,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1098,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1098,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1102,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1102,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1102,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1104,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1104,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1109,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1109,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1109,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1110,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1110,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1113,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1113,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1113,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1115,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1115,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1116,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1116,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1116,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1118,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1118,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1118,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1122,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1122,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1124,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1124,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1124,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1127,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1127,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1127,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1129,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1129,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1129,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1130,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1130,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1130,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1133,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1133,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1133,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1136,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1136,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1139,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1139,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1139,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1143,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1143,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1146,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1146,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1146,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1147,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1147,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1147,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1150,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1150,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1163,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1163,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1163,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1164,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1164,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1164,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1166,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1166,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1166,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1168,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1168,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1173,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1173,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1173,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1175,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1175,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1178,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1178,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1178,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1181,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1181,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1181,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1182,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1182,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1187,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1187,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1187,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1193,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1193,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1193,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1194,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1194,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1194,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1196,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1196,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1199,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1199,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1212,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1212,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1214,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1214,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1214,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1218,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1218,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1218,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1223,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1223,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1223,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1224,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1224,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1227,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1227,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1227,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1228,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1228,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1229,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1229,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1229,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1230,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1230,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1234,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1234,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1237,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1237,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1238,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1238,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1238,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1239,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1239,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1239,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1240,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1240,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1245,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1245,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1245,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1246,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1246,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1246,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1252,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1252,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1254,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1254,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1254,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1258,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1258,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1258,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1269,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1269,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1269,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1270,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1270,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1270,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1278,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1278,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1278,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1284,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1284,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1284,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1285,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1285,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1290,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1290,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1292,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1292,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1294,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1294,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1295,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1295,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1299,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1299,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1299,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1304,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1304,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1307,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1307,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1307,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1308,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1308,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1316,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1316,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1316,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1317,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1317,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1317,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1318,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1318,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1319,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1319,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1328,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1328,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1329,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1329,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1329,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1330,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1330,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1337,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1337,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1337,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1338,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1338,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1338,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1339,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1339,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1340,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1340,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1342,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1342,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1342,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1346,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1346,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1346,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1358,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1358,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1358,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1362,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1362,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1362,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1363,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1363,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1364,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1364,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1367,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1367,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1367,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1368,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1368,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1371,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1371,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1382,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1382,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1382,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1383,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1383,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1383,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1384,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1384,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1385,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1385,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1389,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1389,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1389,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1391,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1391,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1391,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1392,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1392,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1397,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1397,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1397,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1399,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1399,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1399,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1402,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1402,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1402,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1411,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1411,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1412,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1412,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1412,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1416,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1416,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1417,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1417,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1417,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1419,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1419,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1419,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1424,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1424,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1428,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1428,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1428,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1433,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1433,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1433,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1434,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1434,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1434,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1435,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1435,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1437,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1437,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1437,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1438,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1438,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1438,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1439,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1439,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1439,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1443,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1443,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1443,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1448,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1448,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1466,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1466,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1466,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1467,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1467,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1467,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1469,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1469,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1469,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1476,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1476,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1476,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1479,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1479,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1479,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1482,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1482,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1482,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1484,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1484,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1487,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1487,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1487,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1488,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1488,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1490,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1490,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1491,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1491,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1491,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1493,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1493,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1493,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1494,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1494,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1494,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1495,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1495,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1498,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1498,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1498,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1499,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1499,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1499,) float32 1D norm=1 [opencl:Apple:Apple M1] | ||||||||||||
m1 | pyopencl | 2 | 2-1024 (N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 02h56:56 +00h 09m 45s [ 778 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 03h06:42 +00h 10m 03s [ 334 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-3000 | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 03h16:45 +00h 04m 21s [ 2579 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 2 3000 --dct 2 --bluestein --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2049,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2049,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2051,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2051,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2051,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2053,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2053,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2055,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2055,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2055,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2060,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2060,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2061,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2061,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2061,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2062,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2062,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2062,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2063,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2063,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2065,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2065,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2065,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2066,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2066,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2066,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2068,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2068,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2068,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2069,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2069,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2069,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2073,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2073,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2073,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2075,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2075,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2076,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2076,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2076,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2078,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2078,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2082,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2082,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2083,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2083,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2083,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2085,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2085,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2085,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2086,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2086,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2086,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2087,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2087,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2087,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2089,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2089,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2089,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2092,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2092,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2094,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2094,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2094,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2095,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2095,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2097,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2097,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2097,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2098,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2098,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2099,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2099,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2099,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2101,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2101,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2101,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2104,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2104,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2111,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2111,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2111,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2115,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2115,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2122,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2122,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2124,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2124,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2124,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2126,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2126,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2127,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2127,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2127,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2129,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2129,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2129,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2131,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2131,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2131,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2137,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2137,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2137,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2138,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2138,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2138,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2140,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2140,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2141,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2141,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2141,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2143,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2143,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2148,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2148,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2149,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2149,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2149,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2151,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2151,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2151,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2152,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2152,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2153,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2153,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2153,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2154,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2154,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2155,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2155,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2155,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2157,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2157,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2157,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2158,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2158,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2158,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2162,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2162,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2162,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2163,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2163,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2163,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2171,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2171,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2171,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2174,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2174,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2174,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2177,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2177,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2177,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2182,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2182,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2183,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2183,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2183,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2192,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2192,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2194,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2194,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2194,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2195,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2195,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2195,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2199,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2199,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2202,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2202,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2202,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2203,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2203,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2203,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2206,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2206,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2206,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2207,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2207,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2207,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2209,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2209,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2209,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2213,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2213,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2213,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2215,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2215,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2216,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2216,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2217,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2217,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2217,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2218,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2218,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2218,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2219,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2219,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2219,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2221,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2221,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2221,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2224,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2224,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2228,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2228,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2229,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2229,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2229,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2230,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2230,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2234,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2234,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2235,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2235,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2237,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2237,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2238,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2238,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2238,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2239,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2239,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2239,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2241,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2241,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2241,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2242,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2242,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2242,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2243,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2243,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2243,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2246,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2246,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2246,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2247,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2247,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2247,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2249,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2249,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2249,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2252,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2252,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2256,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2256,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2258,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2258,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2258,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2264,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2264,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2266,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2266,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2266,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2267,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2267,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2267,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2270,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2270,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2270,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2273,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2273,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2273,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2276,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2276,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2281,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2281,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2281,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2283,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2283,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2283,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2284,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2284,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2284,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2285,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2285,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2287,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2287,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2290,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2290,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2292,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2292,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2293,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2293,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2293,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2297,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2297,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2297,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2298,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2298,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2298,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2301,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2301,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2301,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2302,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2302,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2302,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2303,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2303,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2303,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2305,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2305,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2309,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2309,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2309,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2319,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2319,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2324,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2324,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2326,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2326,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2326,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2327,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2327,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2327,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2329,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2329,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2329,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2330,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2330,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2333,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2333,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2333,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2334,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2334,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2334,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2335,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2335,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2335,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2338,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2338,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2338,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2339,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2339,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2344,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2344,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2347,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2347,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2347,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2348,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2348,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2348,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2350,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2350,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2351,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2351,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2351,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2354,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2354,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2354,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2357,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2357,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2357,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2360,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2360,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2361,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2361,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2361,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2362,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2362,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2362,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2363,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2363,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2367,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2367,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2367,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2369,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2369,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2369,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2371,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2371,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2372,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2372,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2374,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2374,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2374,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2381,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2381,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2381,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2383,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2383,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2383,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2384,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2384,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2386,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2386,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2389,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2389,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2389,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2390,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2390,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2391,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2391,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2391,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2393,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2393,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2393,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2395,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2395,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2396,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2396,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2396,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2397,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2397,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2397,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2399,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2399,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2399,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2407,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2407,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2407,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2411,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2411,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2417,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2417,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2417,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2419,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2419,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2419,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2421,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2421,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2421,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2422,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2422,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2422,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2423,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2423,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2423,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2426,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2426,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2426,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2427,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2427,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2427,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2428,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2428,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2428,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2429,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2429,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2429,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2434,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2434,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2434,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2437,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2437,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2437,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2441,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2441,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2441,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2443,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2443,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2443,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2444,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2444,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2444,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2446,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2446,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2446,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2447,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2447,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2447,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2452,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2452,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2453,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2453,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2453,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2454,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2454,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2454,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2456,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2456,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2458,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2458,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2459,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2459,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2459,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2461,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2461,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2461,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2462,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2462,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2463,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2463,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2463,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2466,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2466,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2466,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2467,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2467,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2467,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2469,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2469,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2469,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2472,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2472,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2473,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2473,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2473,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2474,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2474,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2474,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2476,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2476,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2476,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2477,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2477,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2477,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2478,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2478,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2478,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2481,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2481,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2481,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2483,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2483,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2483,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2487,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2487,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2487,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2488,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2488,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2490,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2490,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2491,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2491,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2491,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2493,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2493,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2493,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2495,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2495,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2497,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2497,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2497,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2502,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2502,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2502,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2503,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2503,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2503,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2505,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2505,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2505,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2506,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2506,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2506,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2513,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2513,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2513,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2514,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2514,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2514,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2515,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2515,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2517,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2517,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2517,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2518,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2518,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2518,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2519,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2519,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2519,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2531,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2531,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2531,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2533,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2533,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2533,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2536,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2536,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2537,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2537,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2537,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2538,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2538,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2538,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2539,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2539,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2539,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2543,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2543,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2543,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2545,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2545,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2545,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2547,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2547,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2547,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2551,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2551,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2551,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2554,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2554,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2554,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2557,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2557,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2557,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2558,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2558,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2558,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2559,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2559,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2559,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2563,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2563,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2563,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2566,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2566,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2566,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2568,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2568,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2569,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2569,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2569,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2571,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2571,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2571,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2572,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2572,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2572,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2573,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2573,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2573,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2575,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2575,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2578,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2578,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2578,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2579,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2579,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2579,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2582,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2582,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2582,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2585,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2585,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2586,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2586,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2586,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2588,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2588,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2589,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2589,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2589,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2591,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2591,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2591,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2595,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2595,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2596,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2596,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2596,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2603,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2603,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2603,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2606,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2606,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2606,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2609,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2609,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2609,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2611,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2611,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2611,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2612,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2612,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2612,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2614,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2614,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2614,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2615,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2615,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2615,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2617,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2617,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2617,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2621,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2621,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2621,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2629,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2629,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2629,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2630,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2630,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2631,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2631,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2631,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2632,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2632,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2633,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2633,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2633,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2634,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2634,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2634,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2636,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2636,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2636,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2637,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2637,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2637,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2638,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2638,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2641,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2641,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2641,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2654,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2654,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2654,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2655,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2655,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2656,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2656,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2657,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2657,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2657,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2658,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2658,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2658,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2659,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2659,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2659,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2661,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2661,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2661,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2671,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2671,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2671,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2672,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2672,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2674,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2674,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2674,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2675,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2675,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2676,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2676,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2676,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2677,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2677,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2677,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2678,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2678,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2678,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2679,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2679,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2679,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2681,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2681,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2681,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2682,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2682,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2682,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2683,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2683,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2685,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2685,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2685,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2687,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2687,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2687,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2690,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2690,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2693,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2693,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2693,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2699,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2699,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2699,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2707,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2707,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2707,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2711,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2711,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2711,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2713,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2713,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2713,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2714,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2714,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2714,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2719,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2719,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2719,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2721,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2721,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2721,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2722,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2722,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2722,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2723,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2723,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2723,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2724,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2724,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2724,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2726,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2726,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2726,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2729,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2729,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2729,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2732,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2732,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2734,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2734,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2734,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2739,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2739,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2739,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2740,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2740,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2741,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2741,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2741,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2742,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2742,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2742,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2748,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2748,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2748,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2749,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2749,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2749,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2753,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2753,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2753,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2757,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2757,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2757,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2762,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2762,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2762,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2763,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2763,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2763,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2764,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2764,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2764,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2766,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2766,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2766,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2767,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2767,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2767,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2768,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2768,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2770,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2770,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2773,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2773,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2776,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2776,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2777,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2777,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2777,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2780,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2780,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2781,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2781,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2781,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2782,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2782,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2782,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2785,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2785,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2785,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2787,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2787,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2787,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2789,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2789,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2789,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2791,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2791,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2791,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2792,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2792,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2796,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2796,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2797,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2797,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2797,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2798,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2798,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2798,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2799,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2799,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2799,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2802,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2802,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2802,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2803,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2803,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2803,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2815,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2815,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2819,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2819,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2819,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2820,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2820,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2822,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2822,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2823,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2823,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2823,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2830,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2830,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2830,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2831,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2831,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2831,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2832,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2832,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2833,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2833,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2833,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2836,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2836,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2836,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2837,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2837,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2837,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2839,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2839,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2839,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2841,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2841,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2841,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2843,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2843,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2843,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2845,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2845,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2846,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2846,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2846,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2851,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2851,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2851,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2853,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2853,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2853,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2854,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2854,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2854,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2855,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2855,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2855,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2857,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2857,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2857,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2858,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2858,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2859,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2859,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2859,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2863,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2863,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2863,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2864,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2864,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2865,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2865,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2866,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2866,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2866,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2867,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2867,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2867,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2868,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2868,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2868,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2872,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2872,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2874,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2874,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2874,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2876,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2876,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2877,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2877,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2877,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2878,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2878,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2878,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2879,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2879,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2879,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2884,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2884,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2884,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2887,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2887,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2887,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2889,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2889,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2889,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2891,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2891,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2891,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2893,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2893,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2893,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2894,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2894,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2894,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2897,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2897,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2897,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2899,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2899,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2899,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2901,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2901,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2901,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2902,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2902,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2902,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2903,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2903,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2903,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2905,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2905,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2905,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2909,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2909,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2909,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2913,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2913,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2913,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2914,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2914,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2919,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2919,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2919,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2927,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2927,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2927,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2930,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2930,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2931,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2931,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2931,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2932,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2932,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2932,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2933,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2933,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2933,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2935,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2935,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2936,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2936,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2939,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2939,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2939,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2941,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2941,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2941,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2949,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2949,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2949,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2950,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2950,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2951,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2951,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2951,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2953,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2953,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2953,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2956,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2956,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2956,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2957,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2957,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2957,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2959,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2959,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2959,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2961,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2961,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2961,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2962,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2962,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2962,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2963,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2963,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2963,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2965,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2965,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2965,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2966,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2966,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2966,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2969,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2969,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2969,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2972,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2972,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2974,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2974,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2974,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2977,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2977,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2977,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2978,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2978,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2978,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2980,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2980,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2984,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2984,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2986,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2986,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2986,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2987,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2987,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2987,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2988,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2988,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2988,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2991,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2991,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2991,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2994,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2994,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2994,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2995,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2995,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2995,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2996,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2996,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2996,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2998,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2998,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2998,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2999,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2999,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2999,) float32 1D norm=1 [opencl:Apple:Apple M1] | ||||||||||||
m1 | pyopencl | 2 | 2-2047 (N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 03h21:08 +00h 28m 35s [ 1697 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 03h49:43 +00h 06m 54s [ 334 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-3000 | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 03h56:39 +00h 04m 23s [ 2579 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 2 3000 --dct 3 --bluestein --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2049,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2049,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2051,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2051,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2051,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2053,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2053,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2055,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2055,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2055,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2060,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2060,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2061,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2061,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2061,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2062,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2062,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2062,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2063,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2063,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2065,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2065,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2065,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2066,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2066,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2066,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2068,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2068,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2068,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2069,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2069,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2069,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2073,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2073,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2073,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2075,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2075,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2076,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2076,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2076,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2078,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2078,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2082,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2082,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2083,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2083,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2083,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2085,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2085,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2085,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2086,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2086,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2086,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2087,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2087,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2087,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2089,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2089,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2089,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2092,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2092,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2094,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2094,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2094,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2095,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2095,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2097,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2097,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2097,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2098,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2098,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2099,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2099,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2099,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2101,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2101,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2101,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2104,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2104,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2111,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2111,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2111,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2115,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2115,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2122,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2122,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2124,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2124,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2124,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2126,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2126,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2127,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2127,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2127,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2129,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2129,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2129,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2131,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2131,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2131,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2137,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2137,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2137,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2138,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2138,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2138,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2140,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2140,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2141,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2141,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2141,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2143,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2143,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2148,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2148,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2149,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2149,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2149,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2151,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2151,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2151,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2152,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2152,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2153,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2153,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2153,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2154,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2154,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2155,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2155,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2155,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2157,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2157,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2157,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2158,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2158,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2158,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2162,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2162,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2162,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2163,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2163,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2163,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2171,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2171,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2171,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2174,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2174,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2174,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2177,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2177,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2177,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2182,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2182,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2183,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2183,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2183,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2192,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2192,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2194,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2194,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2194,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2195,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2195,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2195,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2199,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2199,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2202,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2202,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2202,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2203,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2203,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2203,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2206,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2206,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2206,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2207,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2207,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2207,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2209,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2209,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2209,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2213,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2213,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2213,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2215,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2215,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2216,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2216,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2217,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2217,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2217,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2218,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2218,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2218,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2219,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2219,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2219,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2221,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2221,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2221,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2224,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2224,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2228,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2228,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2229,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2229,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2229,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2230,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2230,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2234,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2234,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2235,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2235,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2237,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2237,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2238,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2238,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2238,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2239,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2239,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2239,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2241,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2241,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2241,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2242,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2242,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2242,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2243,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2243,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2243,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2246,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2246,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2246,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2247,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2247,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2247,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2249,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2249,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2249,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2252,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2252,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2256,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2256,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2258,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2258,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2258,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2264,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2264,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2266,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2266,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2266,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2267,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2267,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2267,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2270,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2270,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2270,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2273,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2273,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2273,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2276,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2276,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2281,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2281,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2281,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2283,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2283,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2283,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2284,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2284,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2284,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2285,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2285,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2287,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2287,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2290,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2290,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2292,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2292,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2293,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2293,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2293,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2297,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2297,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2297,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2298,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2298,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2298,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2301,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2301,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2301,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2302,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2302,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2302,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2303,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2303,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2303,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2305,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2305,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2309,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2309,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2309,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2319,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2319,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2324,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2324,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2326,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2326,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2326,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2327,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2327,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2327,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2329,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2329,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2329,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2330,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2330,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2333,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2333,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2333,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2334,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2334,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2334,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2335,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2335,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2335,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2338,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2338,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2338,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2339,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2339,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2344,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2344,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2347,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2347,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2347,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2348,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2348,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2348,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2350,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2350,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2351,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2351,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2351,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2354,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2354,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2354,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2357,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2357,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2357,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2360,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2360,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2361,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2361,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2361,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2362,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2362,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2362,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2363,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2363,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2367,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2367,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2367,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2369,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2369,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2369,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2371,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2371,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2372,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2372,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2374,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2374,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2374,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2381,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2381,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2381,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2383,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2383,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2383,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2384,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2384,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2386,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2386,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2389,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2389,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2389,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2390,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2390,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2391,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2391,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2391,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2393,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2393,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2393,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2395,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2395,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2396,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2396,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2396,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2397,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2397,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2397,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2399,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2399,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2399,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2407,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2407,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2407,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2411,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2411,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2417,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2417,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2417,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2419,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2419,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2419,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2421,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2421,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2421,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2422,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2422,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2422,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2423,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2423,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2423,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2426,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2426,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2426,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2427,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2427,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2427,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2428,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2428,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2428,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2429,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2429,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2429,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2434,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2434,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2434,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2437,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2437,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2437,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2441,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2441,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2441,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2443,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2443,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2443,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2444,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2444,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2444,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2446,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2446,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2446,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2447,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2447,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2447,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2452,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2452,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2453,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2453,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2453,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2454,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2454,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2454,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2456,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2456,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2458,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2458,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2459,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2459,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2459,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2461,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2461,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2461,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2462,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2462,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2463,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2463,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2463,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2466,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2466,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2466,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2467,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2467,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2467,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2469,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2469,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2469,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2472,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2472,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2473,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2473,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2473,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2474,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2474,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2474,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2476,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2476,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2476,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2477,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2477,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2477,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2478,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2478,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2478,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2481,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2481,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2481,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2483,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2483,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2483,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2487,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2487,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2487,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2488,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2488,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2490,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2490,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2491,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2491,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2491,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2493,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2493,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2493,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2495,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2495,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2497,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2497,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2497,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2502,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2502,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2502,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2503,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2503,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2503,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2505,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2505,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2505,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2506,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2506,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2506,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2513,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2513,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2513,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2514,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2514,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2514,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2515,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2515,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2517,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2517,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2517,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2518,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2518,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2518,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2519,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2519,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2519,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2531,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2531,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2531,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2533,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2533,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2533,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2536,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2536,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2537,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2537,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2537,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2538,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2538,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2538,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2539,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2539,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2539,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2543,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2543,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2543,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2545,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2545,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2545,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2547,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2547,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2547,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2551,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2551,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2551,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2554,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2554,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2554,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2557,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2557,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2557,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2558,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2558,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2558,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2559,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2559,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2559,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2563,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2563,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2563,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2566,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2566,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2566,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2568,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2568,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2569,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2569,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2569,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2571,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2571,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2571,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2572,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2572,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2572,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2573,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2573,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2573,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2575,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2575,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2578,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2578,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2578,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2579,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2579,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2579,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2582,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2582,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2582,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2585,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2585,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2586,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2586,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2586,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2588,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2588,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2589,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2589,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2589,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2591,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2591,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2591,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2595,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2595,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2596,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2596,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2596,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2603,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2603,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2603,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2606,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2606,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2606,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2609,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2609,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2609,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2611,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2611,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2611,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2612,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2612,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2612,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2614,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2614,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2614,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2615,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2615,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2615,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2617,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2617,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2617,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2621,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2621,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2621,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2629,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2629,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2629,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2630,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2630,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2631,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2631,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2631,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2632,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2632,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2633,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2633,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2633,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2634,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2634,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2634,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2636,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2636,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2636,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2637,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2637,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2637,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2638,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2638,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2641,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2641,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2641,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2654,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2654,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2654,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2655,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2655,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2656,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2656,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2657,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2657,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2657,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2658,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2658,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2658,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2659,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2659,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2659,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2661,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2661,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2661,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2671,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2671,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2671,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2672,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2672,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2674,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2674,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2674,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2675,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2675,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2676,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2676,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2676,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2677,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2677,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2677,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2678,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2678,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2678,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2679,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2679,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2679,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2681,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2681,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2681,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2682,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2682,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2682,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2683,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2683,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2685,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2685,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2685,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2687,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2687,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2687,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2690,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2690,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2693,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2693,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2693,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2699,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2699,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2699,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2707,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2707,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2707,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2711,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2711,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2711,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2713,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2713,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2713,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2714,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2714,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2714,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2719,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2719,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2719,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2721,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2721,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2721,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2722,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2722,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2722,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2723,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2723,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2723,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2724,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2724,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2724,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2726,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2726,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2726,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2729,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2729,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2729,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2732,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2732,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2734,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2734,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2734,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2739,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2739,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2739,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2740,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2740,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2741,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2741,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2741,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2742,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2742,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2742,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2748,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2748,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2748,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2749,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2749,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2749,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2753,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2753,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2753,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2757,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2757,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2757,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2762,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2762,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2762,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2763,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2763,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2763,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2764,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2764,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2764,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2766,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2766,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2766,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2767,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2767,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2767,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2768,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2768,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2770,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2770,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2773,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2773,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2776,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2776,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2777,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2777,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2777,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2780,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2780,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2781,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2781,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2781,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2782,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2782,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2782,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2785,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2785,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2785,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2787,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2787,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2787,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2789,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2789,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2789,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2791,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2791,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2791,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2792,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2792,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2796,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2796,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2797,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2797,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2797,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2798,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2798,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2798,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2799,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2799,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2799,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2802,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2802,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2802,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2803,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2803,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2803,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2815,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2815,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2819,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2819,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2819,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2820,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2820,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2822,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2822,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2823,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2823,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2823,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2830,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2830,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2830,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2831,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2831,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2831,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2832,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2832,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2833,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2833,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2833,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2836,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2836,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2836,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2837,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2837,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2837,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2839,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2839,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2839,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2841,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2841,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2841,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2843,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2843,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2843,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2845,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2845,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2846,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2846,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2846,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2851,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2851,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2851,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2853,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2853,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2853,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2854,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2854,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2854,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2855,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2855,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2855,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2857,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2857,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2857,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2858,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2858,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2859,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2859,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2859,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2863,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2863,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2863,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2864,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2864,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2865,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2865,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2866,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2866,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2866,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2867,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2867,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2867,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2868,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2868,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2868,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2872,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2872,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2874,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2874,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2874,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2876,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2876,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2877,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2877,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2877,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2878,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2878,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2878,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2879,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2879,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2879,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2884,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2884,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2884,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2887,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2887,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2887,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2889,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2889,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2889,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2891,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2891,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2891,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2893,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2893,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2893,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2894,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2894,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2894,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2897,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2897,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2897,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2899,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2899,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2899,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2901,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2901,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2901,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2902,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2902,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2902,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2903,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2903,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2903,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2905,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2905,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2905,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2909,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2909,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2909,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2913,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2913,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2913,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2914,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2914,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2919,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2919,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2919,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2927,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2927,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2927,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2930,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2930,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2931,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2931,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2931,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2932,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2932,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2932,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2933,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2933,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2933,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2935,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2935,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2936,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2936,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2939,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2939,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2939,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2941,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2941,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2941,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2949,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2949,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2949,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2950,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2950,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2951,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2951,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2951,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2953,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2953,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2953,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2956,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2956,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2956,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2957,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2957,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2957,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2959,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2959,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2959,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2961,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2961,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2961,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2962,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2962,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2962,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2963,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2963,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2963,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2965,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2965,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2965,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2966,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2966,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2966,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2969,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2969,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2969,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2972,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2972,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2974,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2974,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2974,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2977,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2977,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2977,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2978,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2978,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2978,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2980,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2980,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2984,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2984,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2986,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2986,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2986,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2987,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2987,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2987,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2988,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2988,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2988,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2991,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2991,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2991,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2994,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2994,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2994,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2995,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2995,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2995,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2996,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2996,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2996,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2998,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2998,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2998,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2999,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2999,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2999,) float32 1D norm=1 [opencl:Apple:Apple M1] | ||||||||||||
m1 | pyopencl | 2 | 2-2047 (N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 04h01:02 +00h 28m 33s [ 1697 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 04h29:36 +00h 06m 47s [ 334 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 3-3000 | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 04h36:24 +00h 05m 20s [ 2579 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 3 3000 --dct 4 --bluestein --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2049,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2049,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2051,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2051,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2051,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2053,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2053,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2055,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2055,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2055,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2061,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2061,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2061,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2063,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2063,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2065,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2065,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2065,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2069,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2069,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2069,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2073,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2073,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2073,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2075,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2075,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2083,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2083,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2083,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2085,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2085,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2085,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2087,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2087,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2087,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2089,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2089,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2089,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2095,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2095,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2097,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2097,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2097,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2099,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2099,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2099,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2101,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2101,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2101,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2111,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2111,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2111,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2115,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2115,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2127,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2127,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2127,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2129,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2129,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2129,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2131,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2131,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2131,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2137,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2137,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2137,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2141,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2141,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2141,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2143,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2143,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2149,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2149,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2149,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2151,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2151,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2151,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2153,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2153,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2153,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2155,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2155,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2155,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2157,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2157,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2157,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2163,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2163,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2163,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2171,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2171,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2171,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2177,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2177,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2177,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2183,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2183,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2183,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2195,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2195,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2195,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2199,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2199,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2203,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2203,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2203,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2207,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2207,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2207,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2209,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2209,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2209,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2213,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2213,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2213,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2215,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2215,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2217,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2217,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2217,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2219,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2219,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2219,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2221,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2221,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2221,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2229,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2229,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2229,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2235,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2235,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2237,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2237,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2239,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2239,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2239,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2241,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2241,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2241,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2243,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2243,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2243,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2247,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2247,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2247,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2249,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2249,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2249,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2267,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2267,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2267,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2273,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2273,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2273,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2281,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2281,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2281,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2283,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2283,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2283,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2285,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2285,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2287,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2287,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2293,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2293,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2293,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2297,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2297,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2297,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2301,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2301,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2301,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2303,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2303,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2303,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2305,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2305,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2309,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2309,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2309,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2319,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2319,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2327,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2327,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2327,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2329,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2329,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2329,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2333,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2333,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2333,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2335,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2335,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2335,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2339,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2339,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2347,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2347,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2347,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2351,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2351,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2351,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2357,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2357,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2357,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2361,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2361,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2361,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2363,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2363,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2367,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2367,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2367,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2369,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2369,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2369,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2371,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2371,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2381,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2381,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2381,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2383,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2383,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2383,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2389,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2389,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2389,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2391,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2391,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2391,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2393,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2393,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2393,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2395,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2395,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2397,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2397,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2397,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2399,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2399,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2399,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2407,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2407,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2407,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2411,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2411,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2417,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2417,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2417,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2419,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2419,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2419,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2421,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2421,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2421,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2423,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2423,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2423,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2427,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2427,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2427,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2429,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2429,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2429,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2437,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2437,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2437,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2441,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2441,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2441,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2443,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2443,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2443,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2447,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2447,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2447,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2453,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2453,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2453,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2459,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2459,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2459,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2461,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2461,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2461,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2463,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2463,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2463,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2467,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2467,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2467,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2469,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2469,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2469,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2473,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2473,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2473,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2477,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2477,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2477,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2481,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2481,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2481,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2483,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2483,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2483,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2487,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2487,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2487,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2491,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2491,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2491,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2493,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2493,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2493,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2495,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2495,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2497,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2497,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2497,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2503,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2503,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2503,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2505,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2505,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2505,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2513,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2513,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2513,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2515,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2515,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2517,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2517,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2517,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2519,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2519,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2519,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2531,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2531,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2531,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2533,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2533,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2533,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2537,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2537,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2537,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2539,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2539,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2539,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2543,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2543,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2543,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2545,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2545,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2545,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2547,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2547,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2547,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2551,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2551,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2551,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2557,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2557,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2557,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2559,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2559,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2559,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2563,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2563,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2563,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2569,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2569,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2569,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2571,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2571,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2571,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2573,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2573,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2573,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2575,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2575,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2579,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2579,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2579,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2585,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2585,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2589,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2589,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2589,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2591,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2591,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2591,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2595,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2595,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2603,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2603,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2603,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2609,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2609,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2609,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2611,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2611,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2611,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2615,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2615,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2615,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2617,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2617,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2617,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2621,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2621,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2621,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2629,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2629,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2629,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2631,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2631,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2631,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2633,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2633,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2633,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2637,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2637,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2637,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2641,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2641,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2641,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2655,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2655,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2657,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2657,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2657,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2659,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2659,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2659,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2661,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2661,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2661,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2671,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2671,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2671,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2675,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2675,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2677,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2677,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2677,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2679,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2679,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2679,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2681,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2681,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2681,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2683,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2683,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2685,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2685,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2685,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2687,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2687,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2687,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2693,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2693,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2693,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2699,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2699,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2699,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2707,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2707,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2707,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2711,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2711,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2711,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2713,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2713,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2713,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2719,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2719,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2719,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2721,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2721,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2721,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2723,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2723,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2723,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2729,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2729,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2729,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2739,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2739,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2739,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2741,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2741,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2741,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2749,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2749,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2749,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2753,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2753,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2753,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2757,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2757,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2757,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2763,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2763,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2763,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2767,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2767,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2767,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2773,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2773,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2777,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2777,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2777,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2781,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2781,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2781,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2785,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2785,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2785,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2787,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2787,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2787,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2789,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2789,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2789,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2791,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2791,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2791,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2797,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2797,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2797,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2799,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2799,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2799,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2803,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2803,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2803,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2815,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2815,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2819,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2819,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2819,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2823,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2823,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2823,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2831,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2831,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2831,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2833,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2833,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2833,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2837,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2837,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2837,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2839,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2839,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2839,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2841,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2841,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2841,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2843,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2843,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2843,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2845,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2845,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2851,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2851,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2851,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2853,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2853,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2853,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2855,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2855,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2855,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2857,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2857,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2857,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2859,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2859,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2859,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2863,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2863,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2863,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2865,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2865,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2867,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2867,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2867,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2877,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2877,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2877,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2879,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2879,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2879,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2887,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2887,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2887,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2889,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2889,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2889,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2891,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2891,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2891,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2893,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2893,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2893,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2897,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2897,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2897,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2899,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2899,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2899,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2901,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2901,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2901,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2903,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2903,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2903,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2905,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2905,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2905,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2909,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2909,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2909,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2913,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2913,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2913,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2919,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2919,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2919,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2927,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2927,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2927,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2931,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2931,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2931,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2933,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2933,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2933,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2935,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2935,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2939,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2939,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2939,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2941,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2941,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2941,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2949,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2949,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2949,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2951,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2951,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2951,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2953,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2953,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2953,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2957,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2957,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2957,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2959,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2959,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2959,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2961,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2961,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2961,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2963,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2963,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2963,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2965,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2965,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2965,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2969,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2969,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2969,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2977,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2977,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2977,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2987,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2987,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2987,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2991,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2991,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2991,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2995,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2995,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2995,) float32 1D norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2999,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2999,) float32 1D norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT4 (2999,) float32 1D norm=1 [opencl:Apple:Apple M1] | ||||||||||||
m1 | pyopencl | 2 | 3-2047 (N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 04h41:44 +00h 25m 48s [ 1697 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 3-500 (N,N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-07-06 05h07:34 +00h 06m 47s [ 334 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-10000 | Bluestein | float32 | inplace | Auto | 1 | 2023-07-06 05h14:21 +00h 21m 49s [ 9267 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-07-06 05h36:11 +00h 28m 36s [ 3987 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-07-06 06h04:48 +00h 27m 05s [ 374 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-10000 | Bluestein | float32 | inplace | Auto | 1 | 2023-07-06 06h31:54 +00h 11m 53s [ 4463 tests] | 0 | 0 | |
m1 | pyopencl | 2 | 2-4500 (N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-07-06 06h43:48 +00h 11m 28s [ 1882 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-550 (N,N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-07-06 06h55:16 +00h 05m 04s [ 157 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-1500 | Bluestein | float32 | inplace | Auto | 1 | 2023-07-06 07h00:22 +00h 01m 46s [ 1200 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 2 1500 --dct 1 --bluestein --inplace --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(1031,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1031,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1031,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1032,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1032,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1034,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1034,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1034,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1035,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1035,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1039,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1039,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1039,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1042,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1042,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1044,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1044,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1047,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1047,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1047,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1048,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1048,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1062,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1062,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1062,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1063,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1063,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1064,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1064,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1070,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1070,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1071,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1071,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1071,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1075,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1075,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1077,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1077,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1077,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1082,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1082,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1088,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1088,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1097,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1097,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1097,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1098,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1098,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1102,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1102,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1102,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1104,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1104,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1109,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1109,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1109,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1110,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1110,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1113,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1113,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1113,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1115,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1115,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1116,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1116,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1116,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1118,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1118,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1118,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1122,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1122,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1124,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1124,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1124,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1127,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1127,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1127,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1129,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1129,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1129,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1130,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1130,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1130,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1133,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1133,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1133,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1136,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1136,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1139,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1139,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1139,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1143,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1143,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1146,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1146,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1146,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1147,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1147,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1147,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1150,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1150,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1163,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1163,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1163,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1164,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1164,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1164,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1166,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1166,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1166,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1168,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1168,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1173,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1173,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1173,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1175,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1175,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1178,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1178,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1178,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1181,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1181,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1181,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1182,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1182,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1187,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1187,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1187,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1193,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1193,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1193,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1194,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1194,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1194,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1196,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1196,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1199,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1199,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1212,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1212,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1214,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1214,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1214,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1218,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1218,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1218,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1223,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1223,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1223,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1224,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1224,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1227,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1227,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1227,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1228,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1228,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1229,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1229,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1229,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1230,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1230,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1234,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1234,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1237,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1237,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1238,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1238,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1238,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1239,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1239,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1239,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1240,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1240,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1245,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1245,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1245,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1246,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1246,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1246,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1252,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1252,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1254,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1254,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1254,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1258,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1258,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1258,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1269,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1269,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1269,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1270,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1270,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1270,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1278,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1278,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1278,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1284,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1284,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1284,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1285,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1285,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1290,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1290,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1292,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1292,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1294,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1294,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1295,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1295,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1299,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1299,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1299,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1304,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1304,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1307,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1307,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1307,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1308,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1308,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1316,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1316,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1316,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1317,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1317,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1317,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1318,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1318,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1319,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1319,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1328,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1328,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1329,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1329,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1329,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1330,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1330,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1337,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1337,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1337,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1338,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1338,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1338,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1339,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1339,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1340,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1340,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1342,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1342,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1342,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1346,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1346,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1346,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1358,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1358,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1358,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1362,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1362,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1362,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1363,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1363,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1364,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1364,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1367,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1367,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1367,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1368,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1368,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1371,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1371,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1382,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1382,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1382,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1383,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1383,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1383,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1384,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1384,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1385,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1385,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1389,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1389,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1389,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1391,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1391,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1391,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1392,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1392,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1397,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1397,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1397,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1399,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1399,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1399,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1402,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1402,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1402,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1411,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1411,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1412,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1412,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1412,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1416,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1416,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1417,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1417,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1417,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1419,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1419,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1419,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1424,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1424,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1428,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1428,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1428,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1433,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1433,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1433,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1434,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1434,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1434,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1435,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1435,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1437,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1437,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1437,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1438,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1438,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1438,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1439,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1439,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1439,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1443,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1443,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1443,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1448,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1448,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1466,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1466,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1466,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1467,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1467,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1467,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1469,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1469,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1469,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1476,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1476,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1476,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1479,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1479,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1479,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1482,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1482,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1482,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1484,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1484,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1487,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1487,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1487,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1488,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1488,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1490,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1490,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1491,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1491,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1491,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1493,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1493,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1493,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1494,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1494,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1494,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1495,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1495,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1498,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1498,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1498,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(1499,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1499,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT1 (1499,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] | ||||||||||||
m1 | pyopencl | 2 | 2-1024 (N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-07-06 07h02:08 +00h 09m 48s [ 778 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-07-06 07h11:57 +00h 08m 22s [ 334 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-3000 | Bluestein | float32 | inplace | Auto | 1 | 2023-07-06 07h20:20 +00h 04m 24s [ 2579 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 2 3000 --dct 2 --bluestein --inplace --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2049,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2049,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2051,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2051,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2051,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2053,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2053,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2055,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2055,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2055,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2060,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2060,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2061,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2061,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2061,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2062,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2062,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2062,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2063,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2063,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2065,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2065,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2065,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2066,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2066,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2066,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2068,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2068,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2068,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2069,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2069,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2069,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2073,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2073,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2073,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2075,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2075,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2076,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2076,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2076,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2078,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2078,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2082,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2082,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2083,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2083,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2083,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2085,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2085,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2085,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2086,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2086,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2086,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2087,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2087,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2087,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2089,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2089,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2089,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2092,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2092,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2094,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2094,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2094,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2095,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2095,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2097,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2097,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2097,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2098,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2098,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2099,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2099,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2099,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2101,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2101,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2101,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2104,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2104,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2111,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2111,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2111,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2115,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2115,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2122,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2122,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2124,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2124,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2124,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2126,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2126,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2127,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2127,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2127,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2129,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2129,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2129,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2131,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2131,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2131,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2137,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2137,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2137,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2138,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2138,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2138,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2140,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2140,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2141,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2141,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2141,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2143,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2143,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2148,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2148,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2149,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2149,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2149,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2151,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2151,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2151,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2152,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2152,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2153,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2153,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2153,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2154,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2154,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2155,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2155,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2155,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2157,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2157,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2157,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2158,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2158,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2158,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2162,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2162,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2162,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2163,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2163,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2163,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2171,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2171,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2171,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2174,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2174,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2174,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2177,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2177,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2177,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2182,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2182,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2183,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2183,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2183,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2192,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2192,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2194,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2194,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2194,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2195,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2195,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2195,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2199,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2199,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2202,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2202,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2202,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2203,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2203,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2203,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2206,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2206,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2206,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2207,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2207,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2207,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2209,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2209,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2209,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2213,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2213,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2213,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2215,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2215,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2216,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2216,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2217,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2217,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2217,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2218,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2218,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2218,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2219,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2219,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2219,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2221,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2221,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2221,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2224,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2224,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2228,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2228,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2229,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2229,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2229,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2230,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2230,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2234,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2234,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2235,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2235,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2237,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2237,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2238,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2238,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2238,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2239,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2239,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2239,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2241,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2241,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2241,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2242,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2242,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2242,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2243,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2243,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2243,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2246,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2246,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2246,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2247,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2247,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2247,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2249,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2249,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2249,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2252,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2252,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2256,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2256,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2258,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2258,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2258,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2264,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2264,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2266,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2266,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2266,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2267,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2267,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2267,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2270,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2270,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2270,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2273,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2273,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2273,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2276,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2276,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2281,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2281,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2281,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2283,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2283,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2283,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2284,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2284,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2284,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2285,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2285,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2287,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2287,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2290,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2290,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2292,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2292,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2293,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2293,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2293,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2297,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2297,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2297,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2298,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2298,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2298,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2301,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2301,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2301,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2302,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2302,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2302,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2303,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2303,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2303,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2305,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2305,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2309,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2309,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2309,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2319,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2319,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2324,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2324,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2326,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2326,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2326,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2327,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2327,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2327,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2329,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2329,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2329,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2330,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2330,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2333,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2333,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2333,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2334,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2334,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2334,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2335,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2335,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2335,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2338,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2338,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2338,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2339,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2339,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2344,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2344,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2347,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2347,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2347,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2348,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2348,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2348,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2350,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2350,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2351,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2351,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2351,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2354,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2354,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2354,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2357,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2357,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2357,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2360,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2360,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2361,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2361,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2361,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2362,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2362,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2362,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2363,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2363,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2367,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2367,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2367,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2369,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2369,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2369,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2371,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2371,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2372,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2372,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2374,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2374,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2374,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2381,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2381,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2381,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2383,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2383,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2383,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2384,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2384,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2386,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2386,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2389,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2389,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2389,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2390,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2390,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2391,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2391,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2391,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2393,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2393,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2393,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2395,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2395,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2396,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2396,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2396,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2397,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2397,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2397,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2399,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2399,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2399,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2407,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2407,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2407,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2411,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2411,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2417,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2417,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2417,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2419,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2419,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2419,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2421,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2421,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2421,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2422,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2422,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2422,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2423,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2423,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2423,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2426,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2426,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2426,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2427,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2427,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2427,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2428,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2428,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2428,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2429,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2429,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2429,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2434,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2434,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2434,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2437,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2437,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2437,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2441,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2441,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2441,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2443,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2443,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2443,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2444,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2444,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2444,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2446,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2446,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2446,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2447,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2447,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2447,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2452,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2452,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2453,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2453,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2453,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2454,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2454,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2454,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2456,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2456,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2458,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2458,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2459,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2459,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2459,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2461,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2461,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2461,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2462,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2462,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2463,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2463,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2463,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2466,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2466,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2466,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2467,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2467,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2467,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2469,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2469,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2469,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2472,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2472,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2473,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2473,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2473,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2474,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2474,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2474,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2476,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2476,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2476,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2477,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2477,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2477,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2478,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2478,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2478,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2481,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2481,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2481,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2483,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2483,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2483,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2487,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2487,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2487,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2488,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2488,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2490,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2490,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2491,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2491,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2491,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2493,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2493,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2493,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2495,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2495,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2497,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2497,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2497,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2502,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2502,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2502,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2503,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2503,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2503,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2505,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2505,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2505,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2506,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2506,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2506,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2513,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2513,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2513,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2514,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2514,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2514,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2515,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2515,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2517,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2517,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2517,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2518,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2518,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2518,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2519,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2519,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2519,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2531,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2531,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2531,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2533,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2533,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2533,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2536,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2536,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2537,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2537,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2537,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2538,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2538,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2538,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2539,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2539,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2539,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2543,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2543,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2543,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2545,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2545,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2545,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2547,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2547,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2547,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2551,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2551,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2551,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2554,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2554,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2554,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2557,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2557,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2557,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2558,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2558,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2558,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2559,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2559,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2559,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2563,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2563,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2563,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2566,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2566,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2566,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2568,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2568,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2569,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2569,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2569,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2571,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2571,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2571,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2572,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2572,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2572,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2573,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2573,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2573,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2575,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2575,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2578,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2578,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2578,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2579,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2579,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2579,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2582,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2582,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2582,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2585,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2585,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2586,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2586,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2586,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2588,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2588,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2589,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2589,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2589,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2591,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2591,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2591,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2595,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2595,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2596,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2596,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2596,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2603,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2603,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2603,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2606,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2606,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2606,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2609,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2609,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2609,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2611,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2611,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2611,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2612,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2612,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2612,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2614,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2614,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2614,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2615,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2615,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2615,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2617,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2617,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2617,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2621,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2621,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2621,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2629,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2629,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2629,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2630,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2630,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2631,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2631,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2631,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2632,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2632,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2633,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2633,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2633,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2634,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2634,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2634,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2636,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2636,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2636,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2637,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2637,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2637,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2638,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2638,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2641,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2641,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2641,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2654,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2654,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2654,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2655,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2655,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2656,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2656,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2657,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2657,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2657,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2658,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2658,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2658,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2659,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2659,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2659,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2661,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2661,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2661,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2671,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2671,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2671,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2672,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2672,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2674,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2674,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2674,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2675,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2675,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2676,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2676,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2676,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2677,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2677,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2677,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2678,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2678,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2678,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2679,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2679,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2679,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2681,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2681,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2681,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2682,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2682,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2682,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2683,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2683,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2685,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2685,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2685,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2687,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2687,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2687,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2690,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2690,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2693,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2693,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2693,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2699,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2699,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2699,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2707,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2707,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2707,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2711,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2711,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2711,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2713,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2713,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2713,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2714,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2714,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2714,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2719,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2719,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2719,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2721,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2721,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2721,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2722,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2722,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2722,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2723,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2723,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2723,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2724,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2724,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2724,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2726,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2726,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2726,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2729,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2729,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2729,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2732,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2732,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2734,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2734,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2734,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2739,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2739,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2739,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2740,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2740,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2741,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2741,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2741,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2742,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2742,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2742,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2748,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2748,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2748,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2749,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2749,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2749,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2753,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2753,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2753,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2757,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2757,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2757,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2762,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2762,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2762,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2763,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2763,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2763,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2764,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2764,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2764,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2766,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2766,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2766,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2767,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2767,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2767,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2768,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2768,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2770,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2770,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2773,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2773,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2776,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2776,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2777,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2777,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2777,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2780,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2780,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2781,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2781,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2781,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2782,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2782,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2782,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2785,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2785,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2785,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2787,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2787,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2787,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2789,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2789,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2789,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2791,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2791,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2791,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2792,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2792,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2796,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2796,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2797,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2797,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2797,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2798,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2798,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2798,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2799,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2799,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2799,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2802,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2802,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2802,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2803,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2803,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2803,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2815,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2815,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2819,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2819,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2819,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2820,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2820,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2822,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2822,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2823,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2823,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2823,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2830,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2830,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2830,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2831,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2831,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2831,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2832,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2832,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2833,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2833,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2833,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2836,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2836,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2836,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2837,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2837,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2837,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2839,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2839,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2839,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2841,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2841,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2841,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2843,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2843,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2843,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2845,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2845,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2846,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2846,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2846,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2851,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2851,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2851,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2853,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2853,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2853,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2854,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2854,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2854,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2855,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2855,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2855,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2857,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2857,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2857,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2858,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2858,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2859,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2859,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2859,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2863,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2863,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2863,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2864,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2864,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2865,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2865,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2866,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2866,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2866,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2867,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2867,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2867,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2868,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2868,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2868,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2872,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2872,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2874,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2874,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2874,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2876,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2876,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2877,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2877,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2877,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2878,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2878,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2878,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2879,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2879,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2879,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2884,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2884,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2884,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2887,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2887,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2887,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2889,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2889,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2889,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2891,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2891,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2891,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2893,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2893,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2893,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2894,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2894,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2894,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2897,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2897,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2897,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2899,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2899,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2899,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2901,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2901,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2901,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2902,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2902,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2902,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2903,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2903,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2903,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2905,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2905,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2905,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2909,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2909,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2909,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2913,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2913,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2913,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2914,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2914,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2919,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2919,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2919,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2927,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2927,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2927,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2930,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2930,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2931,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2931,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2931,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2932,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2932,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2932,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2933,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2933,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2933,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2935,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2935,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2936,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2936,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2939,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2939,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2939,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2941,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2941,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2941,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2949,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2949,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2949,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2950,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2950,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2951,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2951,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2951,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2953,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2953,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2953,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2956,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2956,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2956,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2957,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2957,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2957,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2959,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2959,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2959,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2961,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2961,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2961,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2962,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2962,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2962,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2963,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2963,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2963,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2965,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2965,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2965,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2966,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2966,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2966,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2969,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2969,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2969,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2972,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2972,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2974,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2974,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2974,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2977,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2977,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2977,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2978,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2978,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2978,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2980,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2980,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2984,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2984,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2986,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2986,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2986,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2987,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2987,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2987,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2988,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2988,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2988,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2991,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2991,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2991,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2994,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2994,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2994,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2995,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2995,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2995,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2996,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2996,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2996,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2998,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2998,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2998,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2999,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2999,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT2 (2999,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] | ||||||||||||
m1 | pyopencl | 2 | 2-2047 (N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-07-06 07h24:45 +00h 28m 37s [ 1697 tests] | 0 | 0 | |
m1 | pyopencl | 3 | 2-500 (N,N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-07-06 07h53:23 +00h 06m 33s [ 334 tests] | 0 | 0 | |
m1 | pyopencl | 1 | 2-3000 | Bluestein | float32 | inplace | Auto | 1 | 2023-07-06 07h59:56 +00h 04m 23s [ 2579 tests] | 0 | ||
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 8 --ndim 1 --range 2 3000 --dct 3 --bluestein --inplace --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2049,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2049,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2051,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2051,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2051,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2053,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2053,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2055,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2055,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2055,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2060,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2060,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2061,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2061,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2061,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2062,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2062,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2062,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2063,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2063,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2065,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2065,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2065,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2066,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2066,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2066,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2068,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2068,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2068,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2069,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2069,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2069,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2073,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2073,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2073,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2075,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2075,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2076,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2076,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2076,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2078,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2078,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2082,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2082,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2083,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2083,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2083,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2085,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2085,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2085,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2086,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2086,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2086,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2087,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2087,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2087,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2089,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2089,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2089,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2092,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2092,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2094,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2094,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2094,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2095,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2095,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2097,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2097,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2097,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2098,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2098,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2099,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2099,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2099,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2101,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2101,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2101,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2104,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2104,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2111,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2111,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2111,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2115,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2115,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2122,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2122,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2124,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2124,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2124,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2126,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2126,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2127,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2127,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2127,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2129,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2129,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2129,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2131,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2131,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2131,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2137,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2137,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2137,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2138,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2138,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2138,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2140,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2140,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2141,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2141,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2141,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2143,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2143,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2148,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2148,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2149,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2149,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2149,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2151,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2151,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2151,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2152,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2152,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2153,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2153,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2153,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2154,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2154,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2155,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2155,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2155,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2157,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2157,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2157,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2158,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2158,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2158,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2162,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2162,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2162,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2163,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2163,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2163,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2171,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2171,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2171,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2174,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2174,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2174,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2177,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2177,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2177,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2182,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2182,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2183,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2183,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2183,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2192,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2192,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2194,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2194,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2194,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2195,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2195,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2195,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2199,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2199,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2202,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2202,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2202,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2203,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2203,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2203,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2206,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2206,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2206,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2207,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2207,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2207,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2209,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2209,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2209,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2213,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2213,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2213,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2215,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2215,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2216,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2216,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2217,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2217,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2217,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2218,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2218,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2218,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2219,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2219,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2219,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2221,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2221,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2221,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2224,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2224,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2228,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2228,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2229,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2229,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2229,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2230,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2230,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2234,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2234,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2235,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2235,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2237,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2237,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2238,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2238,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2238,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2239,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2239,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2239,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2241,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2241,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2241,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2242,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2242,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2242,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2243,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2243,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2243,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2246,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2246,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2246,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2247,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2247,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2247,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2249,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2249,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2249,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2252,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2252,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2256,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2256,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2258,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2258,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2258,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2264,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2264,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2266,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2266,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2266,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2267,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2267,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2267,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2270,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2270,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2270,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2273,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2273,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2273,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2276,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2276,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2281,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2281,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2281,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2283,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2283,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2283,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2284,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2284,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2284,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2285,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2285,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2287,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2287,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2290,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2290,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2292,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2292,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2293,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2293,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2293,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2297,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2297,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2297,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2298,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2298,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2298,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2301,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2301,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2301,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2302,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2302,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2302,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2303,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2303,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2303,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2305,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2305,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2309,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2309,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2309,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2319,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2319,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2324,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2324,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2326,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2326,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2326,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2327,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2327,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2327,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2329,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2329,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2329,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2330,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2330,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2333,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2333,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2333,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2334,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2334,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2334,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2335,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2335,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2335,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2338,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2338,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2338,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2339,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2339,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2344,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2344,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2347,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2347,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2347,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2348,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2348,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2348,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2350,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2350,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2351,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2351,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2351,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2354,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2354,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2354,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2357,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2357,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2357,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2360,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2360,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2361,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2361,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2361,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2362,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2362,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2362,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2363,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2363,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2367,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2367,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2367,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2369,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2369,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2369,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2371,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2371,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2372,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2372,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2374,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2374,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2374,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2381,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2381,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2381,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2383,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2383,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2383,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2384,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2384,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2386,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2386,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2389,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2389,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2389,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2390,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2390,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2391,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2391,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2391,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2393,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2393,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2393,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2395,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2395,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2396,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2396,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2396,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2397,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2397,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2397,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2399,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2399,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2399,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2407,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2407,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2407,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2411,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2411,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2417,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2417,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2417,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2419,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2419,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2419,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2421,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2421,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2421,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2422,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2422,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2422,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2423,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2423,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2423,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2426,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2426,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2426,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2427,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2427,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2427,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2428,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2428,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2428,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2429,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2429,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2429,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2434,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2434,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2434,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2437,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2437,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2437,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2441,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2441,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2441,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2443,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2443,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2443,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2444,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2444,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2444,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2446,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2446,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2446,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2447,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2447,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2447,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2452,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2452,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2453,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2453,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2453,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2454,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2454,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2454,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2456,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2456,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2458,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2458,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2459,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2459,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2459,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2461,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2461,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2461,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2462,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2462,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2463,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2463,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2463,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2466,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2466,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2466,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2467,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2467,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2467,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2469,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2469,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2469,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2472,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2472,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2473,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2473,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2473,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2474,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2474,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2474,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2476,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2476,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2476,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2477,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2477,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2477,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2478,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2478,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2478,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2481,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2481,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2481,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2483,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2483,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2483,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2487,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2487,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2487,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2488,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2488,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2490,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2490,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2491,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2491,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2491,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2493,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2493,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2493,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2495,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2495,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2497,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2497,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2497,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2502,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2502,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2502,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2503,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2503,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2503,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2505,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2505,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2505,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2506,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2506,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2506,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2513,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2513,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2513,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2514,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2514,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2514,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2515,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2515,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2517,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2517,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2517,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2518,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2518,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2518,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2519,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2519,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2519,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2531,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2531,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2531,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2533,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2533,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2533,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2536,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2536,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2537,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2537,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2537,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2538,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2538,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2538,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2539,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2539,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2539,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2543,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2543,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2543,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2545,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2545,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2545,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2547,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2547,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2547,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2551,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2551,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2551,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2554,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2554,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2554,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2557,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2557,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2557,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2558,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2558,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2558,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2559,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2559,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2559,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2563,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2563,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2563,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2566,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2566,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2566,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2568,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2568,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2569,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2569,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2569,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2571,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2571,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2571,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2572,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2572,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2572,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2573,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2573,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2573,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2575,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2575,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2578,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2578,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2578,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2579,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2579,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2579,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2582,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2582,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2582,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2585,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2585,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2586,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2586,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2586,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2588,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2588,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2589,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2589,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2589,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2591,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2591,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2591,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2595,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2595,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2596,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2596,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2596,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2603,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2603,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2603,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2606,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2606,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2606,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2609,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2609,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2609,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2611,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2611,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2611,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2612,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2612,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2612,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2614,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2614,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2614,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2615,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2615,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2615,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2617,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2617,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2617,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2621,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2621,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2621,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2629,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2629,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2629,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2630,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2630,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2631,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2631,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2631,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2632,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2632,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2633,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2633,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2633,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2634,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2634,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2634,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2636,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2636,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2636,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2637,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2637,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2637,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2638,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2638,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2641,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2641,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2641,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2654,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2654,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2654,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2655,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2655,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2656,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2656,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2657,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2657,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2657,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2658,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2658,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2658,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2659,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2659,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2659,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2661,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2661,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2661,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2671,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2671,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2671,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2672,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2672,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2674,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2674,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2674,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2675,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2675,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2676,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2676,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2676,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2677,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2677,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2677,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2678,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2678,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2678,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2679,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2679,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2679,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2681,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2681,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2681,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2682,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2682,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2682,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2683,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2683,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2685,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2685,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2685,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2687,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2687,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2687,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2690,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2690,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2693,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2693,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2693,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2699,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2699,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2699,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2707,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2707,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2707,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2711,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2711,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2711,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2713,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2713,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2713,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2714,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2714,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2714,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2719,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2719,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2719,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2721,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2721,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2721,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2722,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2722,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2722,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2723,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2723,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2723,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2724,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2724,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2724,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2726,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2726,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2726,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2729,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2729,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2729,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2732,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2732,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2734,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2734,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2734,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2739,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2739,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2739,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2740,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2740,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2741,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2741,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2741,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2742,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2742,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2742,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2748,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2748,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2748,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2749,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2749,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2749,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2753,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2753,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2753,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2757,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2757,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2757,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2762,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2762,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2762,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2763,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2763,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2763,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2764,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2764,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2764,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2766,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2766,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2766,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2767,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2767,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2767,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2768,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2768,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2770,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2770,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2773,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2773,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2776,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2776,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2777,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2777,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2777,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2780,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2780,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2781,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2781,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2781,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2782,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2782,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2782,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2785,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2785,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2785,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2787,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2787,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2787,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2789,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2789,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2789,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2791,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2791,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2791,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2792,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2792,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2796,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2796,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2797,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2797,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2797,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2798,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2798,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2798,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2799,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2799,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2799,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2802,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2802,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2802,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2803,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2803,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2803,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2815,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2815,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2819,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2819,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2819,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2820,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2820,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2822,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2822,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2823,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2823,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2823,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2830,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2830,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2830,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2831,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2831,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2831,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2832,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2832,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2833,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2833,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2833,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2836,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2836,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2836,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2837,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2837,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2837,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2839,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2839,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2839,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2841,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2841,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2841,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2843,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2843,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2843,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2845,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2845,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2846,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2846,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2846,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2851,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2851,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2851,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2853,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2853,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2853,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2854,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2854,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2854,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2855,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2855,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2855,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2857,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2857,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2857,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2858,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2858,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2859,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2859,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2859,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2863,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2863,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2863,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2864,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2864,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2865,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2865,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2866,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2866,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2866,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2867,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2867,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2867,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2868,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2868,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2868,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2872,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2872,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2874,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2874,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2874,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2876,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2876,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2877,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2877,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2877,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2878,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2878,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2878,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2879,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2879,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2879,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2884,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2884,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2884,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2887,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2887,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2887,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2889,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2889,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2889,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2891,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2891,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2891,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2893,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2893,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2893,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2894,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2894,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2894,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2897,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2897,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2897,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2899,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2899,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2899,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2901,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2901,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2901,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2902,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2902,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2902,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2903,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2903,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2903,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2905,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2905,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2905,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2909,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2909,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2909,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2913,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2913,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2913,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2914,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2914,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2919,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2919,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2919,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2927,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2927,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2927,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2930,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2930,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2931,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2931,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2931,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2932,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2932,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2932,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2933,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2933,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2933,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2935,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2935,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2936,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2936,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2939,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2939,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2939,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2941,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2941,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2941,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2949,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2949,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2949,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2950,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2950,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2951,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2951,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2951,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2953,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2953,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2953,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2956,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2956,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2956,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2957,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2957,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2957,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2959,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2959,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2959,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2961,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2961,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2961,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2962,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2962,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2962,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2963,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2963,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2963,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2965,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2965,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2965,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2966,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2966,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2966,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2969,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2969,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2969,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2972,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2972,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2974,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2974,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2974,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2977,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2977,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2977,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2978,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2978,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2978,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2980,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2980,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2984,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2984,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2986,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2986,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2986,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2987,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2987,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2987,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2988,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2988,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2988,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2991,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2991,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2991,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2994,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2994,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2994,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2995,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2995,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2995,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2996,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2996,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2996,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2998,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2998,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2998,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] ====================================================================== test_systematic (backend='pyopencl', shape=(2999,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 542, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 293, in test_accuracy app = clVkFFTApp(d0.shape, d0.dtype, queue, ndim=ndim, norm=norm, File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/opencl.py", line 145, in __init__ check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, axes, "opencl:%s:%s" % File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/base.py", line 425, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2999,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value RuntimeError: VkFFT error 3004: VKFFT_ERROR_UNSUPPORTED_FFT_LENGTH_DCT DCT3 (2999,) float32 1D inplace norm=1 [opencl:Apple:Apple M1] |