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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
gtx | cupy | Regular multi-dimensional C2C/R2C/R2R test | 2024-09-27 12h57:43 +02h 39m 35s | 0 | 0 | |||||||
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 15h37:20 +00h 04m 11s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 15h41:33 +00h 02m 58s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 15h44:32 +00h 20m 11s [ 175 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 8 --ndim 3 --range 2 550 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='cupy', shape=(np.int64(364), np.int64(364), np.int64(364)), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1126, in test_systematic raise ex File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 868, in next raise TimeoutError from None multiprocessing.context.TimeoutError ====================================================================== test_systematic (backend='cupy', shape=(np.int64(375), np.int64(375), np.int64(375)), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1126, in test_systematic raise ex File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 868, in next raise TimeoutError from None multiprocessing.context.TimeoutError ====================================================================== test_systematic (backend='cupy', shape=(np.int64(378), np.int64(378), np.int64(378)), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1126, in test_systematic raise ex File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 868, in next raise TimeoutError from None multiprocessing.context.TimeoutError ====================================================================== test_systematic (backend='cupy', shape=(np.int64(384), np.int64(384), np.int64(384)), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1126, in test_systematic raise ex File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 868, in next raise TimeoutError from None multiprocessing.context.TimeoutError ====================================================================== test_systematic [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1269, in test_systematic raise RuntimeError("4 multiprocessing timeouts while testing... giving up") RuntimeError: 4 multiprocessing timeouts while testing... giving up | ||||||||||||
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h04:47 +00h 04m 22s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h09:10 +00h 02m 25s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h11:37 +00h 03m 20s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h14:59 +00h 04m 39s [ 1846 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h19:40 +00h 02m 25s [ 511 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h22:06 +00h 02m 21s [ 174 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h24:29 +00h 04m 39s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h29:10 +00h 02m 31s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h31:43 +00h 02m 01s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h33:46 +00h 04m 38s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h38:26 +00h 02m 31s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h40:58 +00h 02m 22s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h43:22 +00h 04m 42s [ 1504 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h48:19 +00h 02m 33s [ 401 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h50:55 +00h 01m 25s [ 132 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 16h52:21 +00h 13m 05s [ 1846 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 17h05:39 +00h 05m 11s [ 511 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 17h10:57 +00h 03m 39s [ 174 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 8 --ndim 3 --range 2 550 --dst 1 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='cupy', shape=(np.int64(508), np.int64(508), np.int64(508)), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 322, 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.12/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.12/site-packages/pyvkfft/base.py", line 515, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DST1 (508,508,508) float32 3D 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DST1 (508,508,508) float32 3D norm=1 [cuda] | ||||||||||||
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 17h14:40 +00h 04m 55s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 17h19:37 +00h 02m 39s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 17h22:18 +00h 02m 07s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 17h24:27 +00h 04m 52s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 17h29:21 +00h 02m 39s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 17h32:02 +00h 02m 08s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 17h34:12 +00h 04m 39s [ 1504 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 17h38:52 +00h 02m 34s [ 401 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 17h41:28 +00h 01m 28s [ 132 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 17h42:57 +00h 04m 29s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 17h47:28 +00h 03m 13s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 17h50:42 +00h 28m 07s [ 175 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 8 --ndim 3 --range 2 550 --radix --double --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='cupy', shape=(np.int64(378), np.int64(378), np.int64(378)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 864,162,816 bytes (allocated so far: 864,162,816 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 864,162,816 bytes (allocated so far: 864,162,816 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(384), np.int64(384), np.int64(384)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 905,969,664 bytes (allocated so far: 905,969,664 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 905,969,664 bytes (allocated so far: 905,969,664 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(390), np.int64(390), np.int64(390)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 949,104,128 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 949,104,128 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(396), np.int64(396), np.int64(396)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 993,586,176 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 993,586,176 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(400), np.int64(400), np.int64(400)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1126, in test_systematic raise ex File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 868, in next raise TimeoutError from None multiprocessing.context.TimeoutError ====================================================================== test_systematic (backend='cupy', shape=(np.int64(416), np.int64(416), np.int64(416)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,151,860,736 bytes (allocated so far: 1,151,860,736 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,151,860,736 bytes (allocated so far: 1,151,860,736 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(420), np.int64(420), np.int64(420)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,185,408,000 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,185,408,000 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(429), np.int64(429), np.int64(429)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1126, in test_systematic raise ex File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 868, in next raise TimeoutError from None multiprocessing.context.TimeoutError ====================================================================== test_systematic (backend='cupy', shape=(np.int64(432), np.int64(432), np.int64(432)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1126, in test_systematic raise ex File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 868, in next raise TimeoutError from None multiprocessing.context.TimeoutError ====================================================================== test_systematic (backend='cupy', shape=(np.int64(440), np.int64(440), np.int64(440)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,362,944,000 bytes (allocated so far: 1,362,944,000 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,362,944,000 bytes (allocated so far: 1,362,944,000 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(441), np.int64(441), np.int64(441)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1126, in test_systematic raise ex File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 868, in next raise TimeoutError from None multiprocessing.context.TimeoutError ====================================================================== test_systematic [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1269, in test_systematic raise RuntimeError("4 multiprocessing timeouts while testing... giving up") RuntimeError: 4 multiprocessing timeouts while testing... giving up | ||||||||||||
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 18h18:51 +00h 04m 48s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 18h23:41 +00h 02m 42s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 18h26:24 +00h 07m 00s [ 175 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 8 --ndim 3 --range 2 550 --r2c --radix --double --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='cupy', shape=(np.int64(462), np.int64(462), np.int64(462)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 788,889,088 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 788,889,088 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(468), np.int64(468), np.int64(468)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 497, in test_accuracy d1_gpu = cp.empty(shape, dtype=dtypef, order=order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 31, in empty return cupy.ndarray(shape, dtype, order=order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 820,025,856 bytes (allocated so far: 823,530,496 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 820,025,856 bytes (allocated so far: 823,530,496 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(480), np.int64(480), np.int64(480)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 375, in test_accuracy d1_gpu = cp.empty(shapec, dtype=dtype, order=order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 31, in empty return cupy.ndarray(shape, dtype, order=order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 888,422,400 bytes (allocated so far: 884,736,000 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 888,422,400 bytes (allocated so far: 884,736,000 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(495), np.int64(495), np.int64(495)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 375, in test_accuracy d1_gpu = cp.empty(shapec, dtype=dtype, order=order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 31, in empty return cupy.ndarray(shape, dtype, order=order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 972,259,328 bytes (allocated so far: 970,299,392 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 972,259,328 bytes (allocated so far: 970,299,392 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(500), np.int64(500), np.int64(500)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,000,000,000 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,000,000,000 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(507), np.int64(507), np.int64(507)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1126, in test_systematic raise ex File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 868, in next raise TimeoutError from None multiprocessing.context.TimeoutError ====================================================================== test_systematic (backend='cupy', shape=(np.int64(520), np.int64(520), np.int64(520)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 375, in test_accuracy d1_gpu = cp.empty(shapec, dtype=dtype, order=order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 31, in empty return cupy.ndarray(shape, dtype, order=order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,129,190,400 bytes (allocated so far: 1,124,864,000 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,129,190,400 bytes (allocated so far: 1,124,864,000 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(525), np.int64(525), np.int64(525)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,157,625,344 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,157,625,344 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(528), np.int64(528), np.int64(528)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,177,583,616 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,177,583,616 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(540), np.int64(540), np.int64(540)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 375, in test_accuracy d1_gpu = cp.empty(shapec, dtype=dtype, order=order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 31, in empty return cupy.ndarray(shape, dtype, order=order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,264,377,856 bytes (allocated so far: 1,259,712,000 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,264,377,856 bytes (allocated so far: 1,259,712,000 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(546), np.int64(546), np.int64(546)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 375, in test_accuracy d1_gpu = cp.empty(shapec, dtype=dtype, order=order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 31, in empty return cupy.ndarray(shape, dtype, order=order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,306,940,928 bytes (allocated so far: 1,302,171,136 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,306,940,928 bytes (allocated so far: 1,302,171,136 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(550), np.int64(550), np.int64(550)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=True, dct=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 375, in test_accuracy d1_gpu = cp.empty(shapec, dtype=dtype, order=order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 31, in empty return cupy.ndarray(shape, dtype, order=order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,335,840,256 bytes (allocated so far: 1,331,000,320 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,335,840,256 bytes (allocated so far: 1,331,000,320 bytes). | ||||||||||||
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 18h33:25 +00h 05m 08s [ 1846 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 18h38:35 +00h 02m 59s [ 511 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 18h41:35 +00h 02m 49s [ 174 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 8 --ndim 3 --range 2 550 --dct 1 --radix --double --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='cupy', shape=(np.int64(485), np.int64(485), np.int64(485)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 912,673,280 bytes (allocated so far: 912,673,280 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 912,673,280 bytes (allocated so far: 912,673,280 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(491), np.int64(491), np.int64(491)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 946,966,528 bytes (allocated so far: 946,966,528 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 946,966,528 bytes (allocated so far: 946,966,528 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(496), np.int64(496), np.int64(496)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 976,191,488 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 976,191,488 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(505), np.int64(505), np.int64(505)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,030,301,184 bytes (allocated so far: 1,030,301,184 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,030,301,184 bytes (allocated so far: 1,030,301,184 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(513), np.int64(513), np.int64(513)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,080,046,080 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,080,046,080 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(521), np.int64(521), np.int64(521)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,131,366,400 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,131,366,400 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(529), np.int64(529), np.int64(529)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,184,287,232 bytes (allocated so far: 1,184,287,232 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,184,287,232 bytes (allocated so far: 1,184,287,232 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(540), np.int64(540), np.int64(540)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,259,712,000 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,259,712,000 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(541), np.int64(541), np.int64(541)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,266,723,840 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,266,723,840 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(547), np.int64(547), np.int64(547)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,309,338,624 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,309,338,624 bytes (allocated so far: 0 bytes). | ||||||||||||
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 18h44:28 +00h 05m 12s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 18h49:42 +00h 02m 59s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 18h52:43 +00h 09m 39s [ 175 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 8 --ndim 3 --range 2 550 --dct 2 --radix --double --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='cupy', shape=(np.int64(480), np.int64(480), np.int64(480)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 499, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 884,736,000 bytes (allocated so far: 884,736,000 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 884,736,000 bytes (allocated so far: 884,736,000 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(490), np.int64(490), np.int64(490)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 941,192,192 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 941,192,192 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(495), np.int64(495), np.int64(495)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 499, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 970,299,392 bytes (allocated so far: 970,299,392 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 970,299,392 bytes (allocated so far: 970,299,392 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(500), np.int64(500), np.int64(500)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,000,000,000 bytes (allocated so far: 1,000,000,000 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,000,000,000 bytes (allocated so far: 1,000,000,000 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(504), np.int64(504), np.int64(504)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,024,192,512 bytes (allocated so far: 1,024,192,512 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,024,192,512 bytes (allocated so far: 1,024,192,512 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(507), np.int64(507), np.int64(507)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,042,591,232 bytes (allocated so far: 1,042,591,232 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,042,591,232 bytes (allocated so far: 1,042,591,232 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(525), np.int64(525), np.int64(525)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1126, in test_systematic raise ex File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 868, in next raise TimeoutError from None multiprocessing.context.TimeoutError ====================================================================== test_systematic (backend='cupy', shape=(np.int64(528), np.int64(528), np.int64(528)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,177,583,616 bytes (allocated so far: 1,177,583,616 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,177,583,616 bytes (allocated so far: 1,177,583,616 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(546), np.int64(546), np.int64(546)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,302,171,136 bytes (allocated so far: 1,302,171,136 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,302,171,136 bytes (allocated so far: 1,302,171,136 bytes). | ||||||||||||
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 19h02:23 +00h 05m 12s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 19h07:37 +00h 02m 58s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 19h10:37 +00h 03m 04s [ 175 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 8 --ndim 3 --range 2 550 --dct 3 --radix --double --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='cupy', shape=(np.int64(480), np.int64(480), np.int64(480)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 884,736,000 bytes (allocated so far: 884,736,000 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 884,736,000 bytes (allocated so far: 884,736,000 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(495), np.int64(495), np.int64(495)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 970,299,392 bytes (allocated so far: 970,299,392 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 970,299,392 bytes (allocated so far: 970,299,392 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(504), np.int64(504), np.int64(504)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,024,192,512 bytes (allocated so far: 1,024,192,512 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,024,192,512 bytes (allocated so far: 1,024,192,512 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(512), np.int64(512), np.int64(512)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,073,741,824 bytes (allocated so far: 1,073,741,824 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,073,741,824 bytes (allocated so far: 1,073,741,824 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(520), np.int64(520), np.int64(520)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,124,864,000 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,124,864,000 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(525), np.int64(525), np.int64(525)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,157,625,344 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,157,625,344 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(528), np.int64(528), np.int64(528)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,177,583,616 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,177,583,616 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(540), np.int64(540), np.int64(540)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,259,712,000 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,259,712,000 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(546), np.int64(546), np.int64(546)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,302,171,136 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,302,171,136 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(550), np.int64(550), np.int64(550)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,331,000,320 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,331,000,320 bytes (allocated so far: 0 bytes). | ||||||||||||
gtx | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 19h13:43 +00h 04m 38s [ 1504 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 19h18:23 +00h 02m 42s [ 401 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 19h21:06 +00h 01m 35s [ 132 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 8 --ndim 3 --range 3 550 --dct 4 --radix --double --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='cupy', shape=(np.int64(507), np.int64(507), np.int64(507)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,042,591,232 bytes (allocated so far: 1,042,591,232 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,042,591,232 bytes (allocated so far: 1,042,591,232 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(525), np.int64(525), np.int64(525)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,157,625,344 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,157,625,344 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(539), np.int64(539), np.int64(539)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,252,726,784 bytes (allocated so far: 1,252,726,784 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,252,726,784 bytes (allocated so far: 1,252,726,784 bytes). | ||||||||||||
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 19h22:42 +00h 13m 31s [ 1846 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 19h36:16 +00h 06m 17s [ 511 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 19h42:35 +00h 06m 13s [ 174 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 8 --ndim 3 --range 2 550 --dst 1 --radix --double --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='cupy', shape=(np.int64(430), np.int64(430), np.int64(430)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 322, 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.12/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.12/site-packages/pyvkfft/base.py", line 515, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DST1 (430,430,430) float64 3D 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DST1 (430,430,430) float64 3D norm=1 [cuda] ====================================================================== test_systematic (backend='cupy', shape=(np.int64(487), np.int64(487), np.int64(487)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 924,010,496 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 924,010,496 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(491), np.int64(491), np.int64(491)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 946,966,528 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 946,966,528 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(501), np.int64(501), np.int64(501)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,006,012,416 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,006,012,416 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(505), np.int64(505), np.int64(505)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,030,301,184 bytes (allocated so far: 1,030,301,184 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,030,301,184 bytes (allocated so far: 1,030,301,184 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(508), np.int64(508), np.int64(508)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 322, 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.12/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.12/site-packages/pyvkfft/base.py", line 515, in check_vkfft_result raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s)) RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DST1 (508,508,508) float64 3D 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DST1 (508,508,508) float64 3D norm=1 [cuda] ====================================================================== test_systematic (backend='cupy', shape=(np.int64(513), np.int64(513), np.int64(513)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,080,046,080 bytes (allocated so far: 1,080,046,080 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,080,046,080 bytes (allocated so far: 1,080,046,080 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(521), np.int64(521), np.int64(521)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,131,366,400 bytes (allocated so far: 1,131,366,400 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,131,366,400 bytes (allocated so far: 1,131,366,400 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(526), np.int64(526), np.int64(526)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,164,252,672 bytes (allocated so far: 1,164,252,672 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,164,252,672 bytes (allocated so far: 1,164,252,672 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(529), np.int64(529), np.int64(529)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,184,287,232 bytes (allocated so far: 1,184,287,232 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,184,287,232 bytes (allocated so far: 1,184,287,232 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(541), np.int64(541), np.int64(541)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,266,723,840 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,266,723,840 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(547), np.int64(547), np.int64(547)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,309,338,624 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,309,338,624 bytes (allocated so far: 0 bytes). | ||||||||||||
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 19h48:50 +00h 05m 23s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 19h54:15 +00h 03m 08s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 19h57:24 +00h 02m 38s [ 175 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 8 --ndim 3 --range 2 550 --dst 2 --radix --double --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='cupy', shape=(np.int64(490), np.int64(490), np.int64(490)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 941,192,192 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 941,192,192 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(495), np.int64(495), np.int64(495)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 970,299,392 bytes (allocated so far: 970,299,392 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 970,299,392 bytes (allocated so far: 970,299,392 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(504), np.int64(504), np.int64(504)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,024,192,512 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,024,192,512 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(507), np.int64(507), np.int64(507)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,042,591,232 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,042,591,232 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(520), np.int64(520), np.int64(520)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,124,864,000 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,124,864,000 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(525), np.int64(525), np.int64(525)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,157,625,344 bytes (allocated so far: 1,157,625,344 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,157,625,344 bytes (allocated so far: 1,157,625,344 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(528), np.int64(528), np.int64(528)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,177,583,616 bytes (allocated so far: 1,177,583,616 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,177,583,616 bytes (allocated so far: 1,177,583,616 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(539), np.int64(539), np.int64(539)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,252,726,784 bytes (allocated so far: 1,252,726,784 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,252,726,784 bytes (allocated so far: 1,252,726,784 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(540), np.int64(540), np.int64(540)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,259,712,000 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,259,712,000 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(546), np.int64(546), np.int64(546)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,302,171,136 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,302,171,136 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(550), np.int64(550), np.int64(550)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,331,000,320 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,331,000,320 bytes (allocated so far: 0 bytes). | ||||||||||||
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 20h00:04 +00h 05m 23s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 20h05:29 +00h 03m 07s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 20h08:38 +00h 08m 28s [ 175 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 8 --ndim 3 --range 2 550 --dst 3 --radix --double --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='cupy', shape=(np.int64(480), np.int64(480), np.int64(480)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 884,736,000 bytes (allocated so far: 884,736,000 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 884,736,000 bytes (allocated so far: 884,736,000 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(495), np.int64(495), np.int64(495)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 970,299,392 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 970,299,392 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(500), np.int64(500), np.int64(500)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,000,000,000 bytes (allocated so far: 1,000,000,000 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,000,000,000 bytes (allocated so far: 1,000,000,000 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(504), np.int64(504), np.int64(504)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,024,192,512 bytes (allocated so far: 1,024,192,512 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,024,192,512 bytes (allocated so far: 1,024,192,512 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(507), np.int64(507), np.int64(507)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,042,591,232 bytes (allocated so far: 1,042,591,232 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,042,591,232 bytes (allocated so far: 1,042,591,232 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(512), np.int64(512), np.int64(512)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,073,741,824 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,073,741,824 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(520), np.int64(520), np.int64(520)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1126, in test_systematic raise ex File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 868, in next raise TimeoutError from None multiprocessing.context.TimeoutError ====================================================================== test_systematic (backend='cupy', shape=(np.int64(525), np.int64(525), np.int64(525)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,157,625,344 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,157,625,344 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(528), np.int64(528), np.int64(528)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,177,583,616 bytes (allocated so far: 1,177,583,616 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,177,583,616 bytes (allocated so far: 1,177,583,616 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(546), np.int64(546), np.int64(546)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,302,171,136 bytes (allocated so far: 1,302,171,136 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,302,171,136 bytes (allocated so far: 1,302,171,136 bytes). | ||||||||||||
gtx | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 20h17:07 +00h 04m 45s [ 1504 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 20h21:54 +00h 02m 52s [ 401 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2024-09-27 20h24:47 +00h 02m 05s [ 132 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 8 --ndim 3 --range 3 550 --dst 4 --radix --double --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='cupy', shape=(np.int64(455), np.int64(455), np.int64(455)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 753,571,328 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 753,571,328 bytes (allocated so far: 0 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(525), np.int64(525), np.int64(525)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 378, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/basic.py", line 104, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,157,625,344 bytes (allocated so far: 1,157,625,344 bytes). """ 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.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,157,625,344 bytes (allocated so far: 1,157,625,344 bytes). ====================================================================== test_systematic (backend='cupy', shape=(np.int64(539), np.int64(539), np.int64(539)), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, 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.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 589, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/accuracy.py", line 327, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/cupy/_creation/from_data.py", line 53, in array return _core.array(obj, dtype, copy, order, subok, ndmin, blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2383, in cupy._core.core.array File "cupy/_core/core.pyx", line 2410, in cupy._core.core.array File "cupy/_core/core.pyx", line 2553, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 135, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 223, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 738, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1424, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1445, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1116, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1137, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1382, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc File "cupy/cuda/memory.pyx", line 1385, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,252,726,784 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/.conda/envs/pyvkfft-test/lib/python3.12/site-packages/pyvkfft/test/test_fft.py", line 1121, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.12/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,252,726,784 bytes (allocated so far: 0 bytes). | ||||||||||||
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2024-09-27 20h26:54 +00h 04m 04s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2024-09-27 20h30:59 +00h 02m 45s [ 512 tests] | 0 | 0 | |