pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 12 --ndim 2 --range 2 4500 --radix --double --norm 1 --range-nd-narrow 0.04 8 --radix-max-pow 3 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='cupy', shape=(4356, 4410), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 549, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 471, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/basic.py", line 88, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 307,359,744 bytes (allocated so far: 307,359,744 bytes). """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 307,359,744 bytes (allocated so far: 307,359,744 bytes). ====================================================================== test_systematic (backend='cupy', shape=(4290, 4459), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 549, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 471, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/basic.py", line 88, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 306,065,920 bytes (allocated so far: 306,065,920 bytes). """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 306,065,920 bytes (allocated so far: 306,065,920 bytes). ====================================================================== test_systematic (backend='cupy', shape=(4410, 4500), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 549, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 361, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/basic.py", line 88, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 317,520,384 bytes (allocated so far: 317,520,384 bytes). """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 317,520,384 bytes (allocated so far: 317,520,384 bytes). ====================================================================== test_systematic (backend='cupy', shape=(4459, 4500), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 549, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 309, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/from_data.py", line 46, in array return _core.array(obj, dtype, copy, order, subok, ndmin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2382, in cupy._core.core.array File "cupy/_core/core.pyx", line 2406, in cupy._core.core.array File "cupy/_core/core.pyx", line 2538, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 321,048,064 bytes (allocated so far: 0 bytes). """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 321,048,064 bytes (allocated so far: 0 bytes).