gtxcupy 32-550 (N,N,N)2,3,5,7,11,13float32inplaceTrue12024-01-23 15h06:16 +00h 08m 04s [ 175 tests] 0
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 3 --ndim 3 --range 2 550 --dct 1 --radix --inplace --lut --norm 1 --range-mb 0 4100

ERRORS:

======================================================================
test_systematic  (backend='cupy', shape=(468, 468, 468), ndim=3, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback: 
"""
Traceback (most recent call last):
  File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/multiprocessing/pool.py", line 125, in worker
    result = (True, func(*args, **kwds))
                    ^^^^^^^^^^^^^^^^^^^
  File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
    return test_accuracy(**kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 318, in test_accuracy
    app = cuVkFFTApp(d0.shape, d0.dtype, ndim=ndim, norm=norm, axes=axes,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/cuda.py", line 199, in __init__
    check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, dst, axes, "cuda")
  File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
    raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (468,468,468) float32 3D inplace norm=1 [cuda]
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1021, in test_systematic
    res = results.next(timeout=self.timeout * r)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/multiprocessing/pool.py", line 873, in next
    raise value
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (468,468,468) float32 3D inplace norm=1 [cuda]

======================================================================
test_systematic  (backend='cupy', shape=(480, 480, 480), ndim=3, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback: 
"""
Traceback (most recent call last):
  File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/multiprocessing/pool.py", line 125, in worker
    result = (True, func(*args, **kwds))
                    ^^^^^^^^^^^^^^^^^^^
  File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
    return test_accuracy(**kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 318, in test_accuracy
    app = cuVkFFTApp(d0.shape, d0.dtype, ndim=ndim, norm=norm, axes=axes,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/cuda.py", line 199, in __init__
    check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, dst, axes, "cuda")
  File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
    raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (480,480,480) float32 3D inplace norm=1 [cuda]
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1021, in test_systematic
    res = results.next(timeout=self.timeout * r)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/multiprocessing/pool.py", line 873, in next
    raise value
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (480,480,480) float32 3D inplace norm=1 [cuda]