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-01-19 19h34:22 +02h 06m 49s
0
pyvkfft-test --nproc 8 --range-mb 0 4100 --backend cupy --gpu gtx
FAILURES:
======================================================================
test_r2c (backend='cupy', shape=[2, 2, 131072], ndim=1, dtype=dtype('float64'), norm=0, use_lut=None, inplace=True, r2c=True, dct=False, dst=False, order='C') [pyvkfft.test.test_fft.TestFFT]:
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 433, in run_fft_parallel
self.assertTrue(nii < tol, "Accuracy mismatch after iFFT, n2=%8e ni=%8e>%8e" % (n2, nii, tol))
AssertionError: False is not true : Accuracy mismatch after iFFT, n2=3.003769e-16 ni=8.193299e-01>1.511751e-14
======================================================================
test_r2c (backend='cupy', shape=[2, 2, 131072], ndim=1, dtype=dtype('float64'), norm=1, use_lut=None, inplace=True, r2c=True, dct=False, dst=False, order='C') [pyvkfft.test.test_fft.TestFFT]:
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 433, in run_fft_parallel
self.assertTrue(nii < tol, "Accuracy mismatch after iFFT, n2=%8e ni=%8e>%8e" % (n2, nii, tol))
AssertionError: False is not true : Accuracy mismatch after iFFT, n2=3.003299e-16 ni=1.259124e+00>1.511751e-14
======================================================================
test_r2c (backend='cupy', shape=[2, 2, 131072], ndim=1, dtype=dtype('float64'), norm=0, use_lut=None, inplace=False, r2c=True, dct=False, dst=False, order='C') [pyvkfft.test.test_fft.TestFFT]:
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 433, in run_fft_parallel
self.assertTrue(nii < tol, "Accuracy mismatch after iFFT, n2=%8e ni=%8e>%8e" % (n2, nii, tol))
AssertionError: False is not true : Accuracy mismatch after iFFT, n2=3.002209e-16 ni=1.412825e+00>7.558755e-15
======================================================================
test_r2c (backend='cupy', shape=[2, 2, 131072], ndim=1, dtype=dtype('float64'), norm=1, use_lut=None, inplace=False, r2c=True, dct=False, dst=False, order='C') [pyvkfft.test.test_fft.TestFFT]:
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 433, in run_fft_parallel
self.assertTrue(nii < tol, "Accuracy mismatch after iFFT, n2=%8e ni=%8e>%8e" % (n2, nii, tol))
AssertionError: False is not true : Accuracy mismatch after iFFT, n2=3.000488e-16 ni=1.086878e+00>7.558755e-15
======================================================================
test_r2c (backend='cupy', shape=[2, 2, 131072], ndim=None, dtype=dtype('float64'), norm=0, use_lut=None, inplace=True, r2c=True, dct=False, dst=False, order='C') [pyvkfft.test.test_fft.TestFFT]:
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 433, in run_fft_parallel
self.assertTrue(nii < tol, "Accuracy mismatch after iFFT, n2=%8e ni=%8e>%8e" % (n2, nii, tol))
AssertionError: False is not true : Accuracy mismatch after iFFT, n2=3.003150e-16 ni=7.760830e-01>1.511751e-14
======================================================================
test_r2c (backend='cupy', shape=[2, 2, 131072], ndim=None, dtype=dtype('float64'), norm=1, use_lut=None, inplace=True, r2c=True, dct=False, dst=False, order='C') [pyvkfft.test.test_fft.TestFFT]:
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 433, in run_fft_parallel
self.assertTrue(nii < tol, "Accuracy mismatch after iFFT, n2=%8e ni=%8e>%8e" % (n2, nii, tol))
AssertionError: False is not true : Accuracy mismatch after iFFT, n2=2.998148e-16 ni=1.046059e+00>1.511751e-14
======================================================================
test_r2c (backend='cupy', shape=[2, 2, 131072], ndim=None, dtype=dtype('float64'), norm=0, use_lut=None, inplace=False, r2c=True, dct=False, dst=False, order='C') [pyvkfft.test.test_fft.TestFFT]:
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 433, in run_fft_parallel
self.assertTrue(nii < tol, "Accuracy mismatch after iFFT, n2=%8e ni=%8e>%8e" % (n2, nii, tol))
AssertionError: False is not true : Accuracy mismatch after iFFT, n2=2.997141e-16 ni=1.130456e+00>7.558755e-15
======================================================================
test_r2c (backend='cupy', shape=[2, 2, 131072], ndim=None, dtype=dtype('float64'), norm=1, use_lut=None, inplace=False, r2c=True, dct=False, dst=False, order='C') [pyvkfft.test.test_fft.TestFFT]:
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 433, in run_fft_parallel
self.assertTrue(nii < tol, "Accuracy mismatch after iFFT, n2=%8e ni=%8e>%8e" % (n2, nii, tol))
AssertionError: False is not true : Accuracy mismatch after iFFT, n2=3.000225e-16 ni=8.073054e-01>7.558755e-15
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 21h41:12 +00h 04m 18s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 21h45:33 +00h 03m 14s [ 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-01-19 21h48:48 +00h 10m 34s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 21h59:24 +00h 04m 43s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 22h04:09 +00h 02m 09s [ 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-01-19 22h06:20 +00h 04m 16s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 22h10:37 +00h 11m 58s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 22h22:37 +00h 06m 54s [ 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-01-19 22h29:32 +00h 12m 21s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 22h41:55 +00h 04m 31s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 22h46:28 +00h 02m 56s [ 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-01-19 22h49:25 +00h 06m 02s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 22h55:29 +00h 04m 32s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 23h00:02 +00h 02m 56s [ 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-01-19 23h03:00 +00h 06m 01s [ 175 tests]
0
0
gtx
cupy
1
3-100000
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 23h09:03 +00h 05m 06s [ 1846 tests]
0
0
gtx
cupy
2
3-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 23h14:10 +00h 03m 34s [ 511 tests]
0
0
gtx
cupy
3
3-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 23h17:46 +00h 07m 01s [ 174 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 23h24:49 +00h 12m 06s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 23h36:56 +00h 06m 43s [ 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-01-19 23h43:41 +00h 11m 47s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-19 23h55:30 +00h 04m 40s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-20 00h00:12 +00h 03m 03s [ 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-01-20 00h03:17 +00h 06m 13s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-20 00h09:32 +00h 04m 40s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-20 00h14:13 +00h 03m 03s [ 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-01-20 00h17:18 +00h 06m 14s [ 175 tests]
0
0
gtx
cupy
1
3-100000
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-20 00h23:34 +00h 05m 11s [ 1846 tests]
0
0
gtx
cupy
2
3-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-20 00h28:46 +00h 03m 42s [ 511 tests]
0
0
gtx
cupy
3
3-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
1
2024-01-20 00h32:30 +00h 07m 16s [ 174 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 00h39:48 +00h 04m 31s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 00h44:21 +00h 06m 21s [ 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-01-20 00h50:43 +00h 35m 59s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 01h26:44 +00h 05m 10s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 01h31:56 +00h 02m 38s [ 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-01-20 01h34:35 +00h 09m 03s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 01h43:40 +00h 12m 18s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 01h56:00 +00h 11m 55s [ 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-01-20 02h07:56 +00h 35m 36s [ 175 tests]
0
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 1 --ndim 3 --range 2 550 --dct 1 --radix --double --norm 1 --range-mb 0 4100
ERRORS:
======================================================================
test_systematic (backend='cupy', shape=(520, 520, 520), 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/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 376, in test_accuracy
d1_gpu = empty_like(d_gpu)
^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/basic.py", line 88, in empty_like
return cupy.ndarray(shape, dtype, memptr, strides, order)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__
File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init
File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc
File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc
File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,124,864,000 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/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,124,864,000 bytes (allocated so far: 1,124,864,000 bytes).
======================================================================
test_systematic (backend='cupy', shape=(539, 539, 539), 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/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 376, in test_accuracy
d1_gpu = empty_like(d_gpu)
^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/basic.py", line 88, in empty_like
return cupy.ndarray(shape, dtype, memptr, strides, order)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__
File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init
File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc
File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc
File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 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/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 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-01-20 02h43:34 +00h 04m 57s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 02h48:33 +00h 04m 56s [ 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-01-20 02h53:31 +00h 17m 17s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 03h10:50 +00h 04m 58s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 03h15:49 +00h 04m 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-01-20 03h20:49 +00h 17m 17s [ 175 tests]
0
0
gtx
cupy
1
3-100000
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 03h38:08 +00h 05m 22s [ 1846 tests]
0
0
gtx
cupy
2
3-4500 (N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 03h43:31 +00h 05m 44s [ 511 tests]
0
0
gtx
cupy
3
3-550 (N,N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 03h49:17 +00h 19m 14s [ 174 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 04h08:33 +00h 12m 28s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 04h21:03 +00h 11m 50s [ 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-01-20 04h32:55 +00h 35m 42s [ 175 tests]
0
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 1 --ndim 3 --range 2 550 --dst 1 --radix --double --norm 1 --range-mb 0 4100
ERRORS:
======================================================================
test_systematic (backend='cupy', shape=(525, 525, 525), 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/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 376, in test_accuracy
d1_gpu = empty_like(d_gpu)
^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/basic.py", line 88, in empty_like
return cupy.ndarray(shape, dtype, memptr, strides, order)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__
File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init
File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc
File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc
File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 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/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,157,625,344 bytes (allocated so far: 1,157,625,344 bytes).
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 05h08:39 +00h 05m 05s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 05h13:46 +00h 05m 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-01-20 05h18:55 +00h 17m 46s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 05h36:42 +00h 05m 05s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 05h41:49 +00h 05m 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-01-20 05h46:59 +00h 17m 49s [ 175 tests]
0
0
gtx
cupy
1
3-100000
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 06h04:50 +00h 05m 25s [ 1846 tests]
0
0
gtx
cupy
2
3-4500 (N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 06h10:16 +00h 05m 56s [ 511 tests]
0
0
gtx
cupy
3
3-550 (N,N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
1
2024-01-20 06h16:13 +00h 19m 55s [ 174 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 06h36:10 +00h 04m 10s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 06h40:21 +00h 02m 30s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 06h42:53 +00h 07m 21s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 06h50:16 +00h 04m 45s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 06h55:03 +00h 02m 10s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 06h57:14 +00h 02m 38s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 06h59:54 +00h 11m 58s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 07h11:53 +00h 05m 20s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 07h17:15 +00h 08m 12s [ 175 tests]
0
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 3 --ndim 3 --range 2 550 --dct 1 --radix --inplace --norm 1 --range-mb 0 4100
ERRORS:
======================================================================
test_systematic (backend='cupy', shape=(468, 468, 468), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 318, in test_accuracy
app = cuVkFFTApp(d0.shape, d0.dtype, ndim=ndim, norm=norm, axes=axes,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/cuda.py", line 199, in __init__
check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, dst, axes, "cuda")
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (468,468,468) float32 3D inplace norm=1 [cuda]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (468,468,468) float32 3D inplace norm=1 [cuda]
======================================================================
test_systematic (backend='cupy', shape=(480, 480, 480), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 318, in test_accuracy
app = cuVkFFTApp(d0.shape, d0.dtype, ndim=ndim, norm=norm, axes=axes,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/cuda.py", line 199, in __init__
check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, dst, axes, "cuda")
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (480,480,480) float32 3D inplace norm=1 [cuda]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (480,480,480) float32 3D inplace norm=1 [cuda]
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 07h25:28 +00h 04m 32s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 07h30:01 +00h 02m 17s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 07h32:19 +00h 04m 11s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 07h36:32 +00h 04m 31s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 07h41:05 +00h 02m 17s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 07h43:23 +00h 04m 12s [ 175 tests]
0
0
gtx
cupy
1
3-100000
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 07h47:37 +00h 05m 06s [ 1846 tests]
0
0
gtx
cupy
2
3-4500 (N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 07h52:44 +00h 02m 46s [ 511 tests]
0
0
gtx
cupy
3
3-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 07h55:32 +00h 04m 57s [ 174 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 08h00:31 +00h 12m 06s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 08h12:38 +00h 05m 14s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 08h17:54 +00h 08m 11s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 08h26:07 +00h 04m 40s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 08h30:49 +00h 02m 22s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 08h33:12 +00h 04m 20s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 08h37:34 +00h 04m 40s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 08h42:16 +00h 02m 23s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 08h44:40 +00h 04m 20s [ 175 tests]
0
0
gtx
cupy
1
3-100000
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 08h49:01 +00h 05m 10s [ 1846 tests]
0
0
gtx
cupy
2
3-4500 (N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 08h54:13 +00h 02m 53s [ 511 tests]
0
0
gtx
cupy
3
3-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
Auto
1
2024-01-20 08h57:08 +00h 05m 05s [ 174 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 09h02:15 +00h 04m 32s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 09h06:48 +00h 03m 28s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 09h10:18 +00h 15m 59s [ 168 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 09h26:19 +00h 05m 13s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 09h31:33 +00h 02m 38s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 09h34:13 +00h 06m 26s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 09h40:40 +00h 12m 19s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 09h53:01 +00h 06m 27s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 09h59:29 +00h 14m 53s [ 175 tests]
0
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 2 --ndim 3 --range 2 550 --dct 1 --radix --inplace --double --norm 1 --range-mb 0 4100
ERRORS:
======================================================================
test_systematic (backend='cupy', shape=(429, 429, 429), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 318, in test_accuracy
app = cuVkFFTApp(d0.shape, d0.dtype, ndim=ndim, norm=norm, axes=axes,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/cuda.py", line 199, in __init__
check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, dst, axes, "cuda")
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (429,429,429) float64 3D inplace norm=1 [cuda]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (429,429,429) float64 3D inplace norm=1 [cuda]
======================================================================
test_systematic (backend='cupy', shape=(432, 432, 432), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 318, in test_accuracy
app = cuVkFFTApp(d0.shape, d0.dtype, ndim=ndim, norm=norm, axes=axes,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/cuda.py", line 199, in __init__
check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, dst, axes, "cuda")
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (432,432,432) float64 3D inplace norm=1 [cuda]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (432,432,432) float64 3D inplace norm=1 [cuda]
======================================================================
test_systematic (backend='cupy', shape=(440, 440, 440), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 318, in test_accuracy
app = cuVkFFTApp(d0.shape, d0.dtype, ndim=ndim, norm=norm, axes=axes,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/cuda.py", line 199, in __init__
check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, dst, axes, "cuda")
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (440,440,440) float64 3D inplace norm=1 [cuda]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (440,440,440) float64 3D inplace norm=1 [cuda]
======================================================================
test_systematic (backend='cupy', shape=(448, 448, 448), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 318, in test_accuracy
app = cuVkFFTApp(d0.shape, d0.dtype, ndim=ndim, norm=norm, axes=axes,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/cuda.py", line 199, in __init__
check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, dst, axes, "cuda")
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (448,448,448) float64 3D inplace norm=1 [cuda]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (448,448,448) float64 3D inplace norm=1 [cuda]
======================================================================
test_systematic (backend='cupy', shape=(462, 462, 462), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 318, in test_accuracy
app = cuVkFFTApp(d0.shape, d0.dtype, ndim=ndim, norm=norm, axes=axes,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/cuda.py", line 199, in __init__
check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, dst, axes, "cuda")
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (462,462,462) float64 3D inplace norm=1 [cuda]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (462,462,462) float64 3D inplace norm=1 [cuda]
======================================================================
test_systematic (backend='cupy', shape=(468, 468, 468), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 318, in test_accuracy
app = cuVkFFTApp(d0.shape, d0.dtype, ndim=ndim, norm=norm, axes=axes,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/cuda.py", line 199, in __init__
check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, dst, axes, "cuda")
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (468,468,468) float64 3D inplace norm=1 [cuda]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (468,468,468) float64 3D inplace norm=1 [cuda]
======================================================================
test_systematic (backend='cupy', shape=(504, 504, 504), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 318, in test_accuracy
app = cuVkFFTApp(d0.shape, d0.dtype, ndim=ndim, norm=norm, axes=axes,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/cuda.py", line 199, in __init__
check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, dst, axes, "cuda")
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (504,504,504) float64 3D inplace norm=1 [cuda]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (504,504,504) float64 3D inplace norm=1 [cuda]
======================================================================
test_systematic (backend='cupy', shape=(520, 520, 520), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 323, in test_accuracy
d_gpu = to_gpu(d0)
^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/from_data.py", line 46, in array
return _core.array(obj, dtype, copy, order, subok, ndmin)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "cupy/_core/core.pyx", line 2382, in cupy._core.core.array
File "cupy/_core/core.pyx", line 2406, in cupy._core.core.array
File "cupy/_core/core.pyx", line 2538, in cupy._core.core._array_default
File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__
File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init
File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc
File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc
File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 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/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,124,864,000 bytes (allocated so far: 0 bytes).
======================================================================
test_systematic (backend='cupy', shape=(539, 539, 539), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 323, in test_accuracy
d_gpu = to_gpu(d0)
^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/from_data.py", line 46, in array
return _core.array(obj, dtype, copy, order, subok, ndmin)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "cupy/_core/core.pyx", line 2382, in cupy._core.core.array
File "cupy/_core/core.pyx", line 2406, in cupy._core.core.array
File "cupy/_core/core.pyx", line 2538, in cupy._core.core._array_default
File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__
File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init
File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc
File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc
File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 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/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,252,726,784 bytes (allocated so far: 0 bytes).
======================================================================
test_systematic (backend='cupy', shape=(540, 540, 540), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 323, in test_accuracy
d_gpu = to_gpu(d0)
^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/from_data.py", line 46, in array
return _core.array(obj, dtype, copy, order, subok, ndmin)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "cupy/_core/core.pyx", line 2382, in cupy._core.core.array
File "cupy/_core/core.pyx", line 2406, in cupy._core.core.array
File "cupy/_core/core.pyx", line 2538, in cupy._core.core._array_default
File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__
File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init
File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc
File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc
File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 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/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,259,712,000 bytes (allocated so far: 0 bytes).
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 10h14:25 +00h 04m 57s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 10h19:23 +00h 02m 41s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 10h22:06 +00h 08m 27s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 10h30:35 +00h 04m 57s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 10h35:33 +00h 02m 42s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 10h38:17 +00h 08m 35s [ 175 tests]
0
0
gtx
cupy
1
3-100000
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 10h46:54 +00h 05m 21s [ 1846 tests]
0
0
gtx
cupy
2
3-4500 (N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 10h52:17 +00h 03m 08s [ 511 tests]
0
0
gtx
cupy
3
3-550 (N,N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 10h55:27 +00h 09m 26s [ 174 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 11h04:55 +00h 12m 29s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 11h17:25 +00h 06m 25s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 11h23:52 +00h 17m 54s [ 175 tests]
0
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 2 --ndim 3 --range 2 550 --dst 1 --radix --inplace --double --norm 1 --range-mb 0 4100
ERRORS:
======================================================================
test_systematic (backend='cupy', shape=(525, 525, 525), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, 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/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 323, in test_accuracy
d_gpu = to_gpu(d0)
^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/from_data.py", line 46, in array
return _core.array(obj, dtype, copy, order, subok, ndmin)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "cupy/_core/core.pyx", line 2382, in cupy._core.core.array
File "cupy/_core/core.pyx", line 2406, in cupy._core.core.array
File "cupy/_core/core.pyx", line 2538, in cupy._core.core._array_default
File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__
File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init
File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc
File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc
File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 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/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 1,157,625,344 bytes (allocated so far: 0 bytes).
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 11h41:49 +00h 05m 05s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 11h46:56 +00h 02m 47s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 11h49:45 +00h 08m 41s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 11h58:28 +00h 05m 05s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 12h03:34 +00h 02m 48s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 12h06:24 +00h 08m 42s [ 175 tests]
0
0
gtx
cupy
1
3-100000
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 12h15:07 +00h 05m 25s [ 1846 tests]
0
0
gtx
cupy
2
3-4500 (N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 12h20:34 +00h 03m 15s [ 511 tests]
0
0
gtx
cupy
3
3-550 (N,N,N)
2,3,5,7,11,13
float64
inplace
Auto
1
2024-01-20 12h23:50 +00h 09m 51s [ 174 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 12h33:53 +00h 04m 18s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 12h38:13 +00h 03m 18s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 12h41:33 +00h 10m 37s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 12h52:12 +00h 04m 51s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 12h57:04 +00h 02m 12s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 12h59:18 +00h 04m 21s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 13h03:40 +00h 12m 08s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 13h15:50 +00h 06m 57s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 13h22:48 +00h 12m 23s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 13h35:14 +00h 04m 43s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 13h39:58 +00h 03m 01s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 13h43:01 +00h 06m 06s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 13h49:09 +00h 04m 43s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 13h53:54 +00h 03m 02s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 13h56:56 +00h 06m 07s [ 175 tests]
0
0
gtx
cupy
1
3-100000
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 14h03:05 +00h 05m 15s [ 1846 tests]
0
0
gtx
cupy
2
3-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 14h08:21 +00h 03m 38s [ 511 tests]
0
0
gtx
cupy
3
3-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 14h12:00 +00h 07m 02s [ 174 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 14h19:04 +00h 12m 17s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 14h31:22 +00h 06m 47s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 14h38:11 +00h 11m 48s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 14h50:00 +00h 04m 51s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 14h54:53 +00h 03m 08s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 14h58:03 +00h 06m 18s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 15h04:22 +00h 04m 51s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 15h09:16 +00h 03m 08s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 15h12:25 +00h 06m 18s [ 175 tests]
0
0
gtx
cupy
1
3-100000
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 15h18:45 +00h 05m 18s [ 1846 tests]
0
0
gtx
cupy
2
3-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 15h24:05 +00h 03m 45s [ 511 tests]
0
0
gtx
cupy
3
3-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
True
1
2024-01-20 15h27:52 +00h 07m 16s [ 174 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 15h35:10 +00h 04m 17s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 15h39:29 +00h 02m 35s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 15h42:05 +00h 07m 30s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 15h49:36 +00h 04m 53s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 15h54:31 +00h 02m 13s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 15h56:46 +00h 02m 40s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 15h59:27 +00h 12m 09s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 16h11:38 +00h 05m 23s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 16h17:02 +00h 08m 16s [ 175 tests]
0
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 3 --ndim 3 --range 2 550 --dct 1 --radix --inplace --lut --norm 1 --range-mb 0 4100
ERRORS:
======================================================================
test_systematic (backend='cupy', shape=(468, 468, 468), ndim=3, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 318, in test_accuracy
app = cuVkFFTApp(d0.shape, d0.dtype, ndim=ndim, norm=norm, axes=axes,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/cuda.py", line 199, in __init__
check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, dst, axes, "cuda")
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (468,468,468) float32 3D inplace norm=1 [cuda]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (468,468,468) float32 3D inplace norm=1 [cuda]
======================================================================
test_systematic (backend='cupy', shape=(480, 480, 480), ndim=3, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 318, in test_accuracy
app = cuVkFFTApp(d0.shape, d0.dtype, ndim=ndim, norm=norm, axes=axes,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/cuda.py", line 199, in __init__
check_vkfft_result(res, shape, dtype, ndim, inplace, norm, r2c, dct, dst, axes, "cuda")
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (480,480,480) float32 3D inplace norm=1 [cuda]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4001: VKFFT_ERROR_FAILED_TO_ALLOCATE DCT1 (480,480,480) float32 3D inplace norm=1 [cuda]
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 16h25:20 +00h 04m 44s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 16h30:05 +00h 02m 21s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 16h32:27 +00h 04m 15s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 16h36:44 +00h 04m 43s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 16h41:29 +00h 02m 21s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 16h43:52 +00h 04m 15s [ 175 tests]
0
0
gtx
cupy
1
3-100000
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 16h48:09 +00h 05m 14s [ 1846 tests]
0
0
gtx
cupy
2
3-4500 (N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 16h53:25 +00h 02m 49s [ 511 tests]
0
0
gtx
cupy
3
3-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 16h56:16 +00h 04m 59s [ 174 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 17h01:17 +00h 12m 16s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 17h13:34 +00h 05m 16s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 17h18:52 +00h 08m 13s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 17h27:07 +00h 04m 52s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 17h32:01 +00h 02m 26s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 17h34:29 +00h 04m 23s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 17h38:53 +00h 04m 51s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 17h43:46 +00h 02m 26s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 17h46:14 +00h 04m 23s [ 175 tests]
0
0
gtx
cupy
1
3-100000
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 17h50:38 +00h 05m 19s [ 1846 tests]
0
0
gtx
cupy
2
3-4500 (N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 17h55:59 +00h 02m 56s [ 511 tests]
0
0
gtx
cupy
3
3-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
True
1
2024-01-20 17h58:56 +00h 05m 07s [ 174 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
Auto
0
2024-01-20 18h04:05 +00h 04m 10s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
0
2024-01-20 18h08:16 +00h 03m 13s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
0
2024-01-20 18h11:31 +00h 10m 25s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
Auto
0
2024-01-20 18h21:58 +00h 04m 43s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
0
2024-01-20 18h26:43 +00h 02m 09s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
Auto
0
2024-01-20 18h28:53 +00h 04m 16s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
out-of-place
Auto
0
2024-01-20 18h33:11 +00h 04m 31s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
0
2024-01-20 18h37:44 +00h 06m 21s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
0
2024-01-20 18h44:07 +00h 47m 39s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
out-of-place
Auto
0
2024-01-20 19h31:48 +00h 05m 11s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
0
2024-01-20 19h37:01 +00h 02m 37s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float64
out-of-place
Auto
0
2024-01-20 19h39:40 +00h 08m 59s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
Auto
0
2024-01-20 19h48:40 +00h 04m 09s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
Auto
0
2024-01-20 19h52:51 +00h 02m 31s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
Auto
0
2024-01-20 19h55:24 +00h 07m 27s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
Auto
0
2024-01-20 20h02:58 +00h 04m 46s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
Auto
0
2024-01-20 20h07:45 +00h 02m 10s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
Auto
0
2024-01-20 20h09:56 +00h 02m 29s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
inplace
Auto
0
2024-01-20 20h12:27 +00h 04m 32s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
inplace
Auto
0
2024-01-20 20h17:00 +00h 03m 29s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float64
inplace
Auto
0
2024-01-20 20h20:30 +00h 16m 58s [ 168 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float64
inplace
Auto
0
2024-01-20 20h37:31 +00h 05m 12s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float64
inplace
Auto
0
2024-01-20 20h42:44 +00h 02m 37s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float64
inplace
Auto
0
2024-01-20 20h45:23 +00h 08m 50s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
True
0
2024-01-20 20h54:15 +00h 04m 18s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
True
0
2024-01-20 20h58:34 +00h 03m 18s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
True
0
2024-01-20 21h01:54 +00h 10m 36s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
out-of-place
True
0
2024-01-20 21h12:32 +00h 04m 50s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
out-of-place
True
0
2024-01-20 21h17:24 +00h 02m 13s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
out-of-place
True
0
2024-01-20 21h19:38 +00h 04m 19s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
True
0
2024-01-20 21h23:59 +00h 04m 18s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
True
0
2024-01-20 21h28:18 +00h 02m 34s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
True
0
2024-01-20 21h30:54 +00h 07m 30s [ 175 tests]
0
0
gtx
cupy
1
2-100000
2,3,5,7,11,13
float32
inplace
True
0
2024-01-20 21h38:26 +00h 04m 52s [ 1847 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
2,3,5,7,11,13
float32
inplace
True
0
2024-01-20 21h43:19 +00h 02m 12s [ 512 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
2,3,5,7,11,13
float32
inplace
True
0
2024-01-20 21h45:33 +00h 02m 30s [ 175 tests]
0
0
gtx
cupy
1
2-10000
Bluestein
float32
out-of-place
Auto
1
2024-01-20 21h48:04 +00h 48m 15s [ 9267 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
Bluestein
float32
out-of-place
Auto
1
2024-01-20 22h36:21 +01h 04m 17s [ 3987 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
Bluestein
float32
out-of-place
Auto
1
2024-01-20 23h40:40 +00h 48m 43s [ 374 tests]
0
0
gtx
cupy
1
2-10000
Bluestein
float32
out-of-place
Auto
1
2024-01-21 00h29:24 +00h 48m 41s [ 9267 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
Bluestein
float32
out-of-place
Auto
1
2024-01-21 01h18:07 +00h 42m 45s [ 3987 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
Bluestein
float32
out-of-place
Auto
1
2024-01-21 02h00:53 +00h 20m 10s [ 374 tests]
0
0
gtx
cupy
1
2-10000
Bluestein
float32
out-of-place
Auto
1
2024-01-21 02h21:06 +00h 49m 35s [ 9267 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
Bluestein
float32
out-of-place
Auto
1
2024-01-21 03h10:42 +01h 02m 03s [ 3987 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
Bluestein
float32
out-of-place
Auto
1
2024-01-21 04h12:47 +00h 32m 31s [ 374 tests]
0
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 2 --ndim 3 --range 2 550 --dct 1 --bluestein --norm 1 --range-mb 0 4100
ERRORS:
======================================================================
test_systematic (backend='cupy', shape=(527, 527, 527), ndim=3, dtype=dtype('float32'), 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/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 323, in test_accuracy
d_gpu = to_gpu(d0)
^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/from_data.py", line 46, in array
return _core.array(obj, dtype, copy, order, subok, ndmin)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "cupy/_core/core.pyx", line 2382, in cupy._core.core.array
File "cupy/_core/core.pyx", line 2406, in cupy._core.core.array
File "cupy/_core/core.pyx", line 2538, in cupy._core.core._array_default
File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__
File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init
File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc
File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc
File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 585,453,056 bytes (allocated so far: 0 bytes).
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 585,453,056 bytes (allocated so far: 0 bytes).
gtx
cupy
1
2-10000
Bluestein
float32
out-of-place
Auto
1
2024-01-21 04h45:20 +00h 50m 31s [ 9267 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
Bluestein
float32
out-of-place
Auto
1
2024-01-21 05h35:53 +00h 57m 37s [ 3987 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
Bluestein
float32
out-of-place
Auto
1
2024-01-21 06h33:31 +00h 31m 05s [ 374 tests]
0
0
gtx
cupy
1
2-10000
Bluestein
float32
out-of-place
Auto
1
2024-01-21 07h04:38 +00h 50m 32s [ 9267 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
Bluestein
float32
out-of-place
Auto
1
2024-01-21 07h55:12 +00h 57m 41s [ 3987 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
Bluestein
float32
out-of-place
Auto
1
2024-01-21 08h52:55 +00h 31m 08s [ 374 tests]
0
0
gtx
cupy
1
3-10000
Bluestein
float32
out-of-place
Auto
1
2024-01-21 09h24:05 +00h 54m 55s [ 9267 tests]
0
0
gtx
cupy
2
3-4500 (N,N)
Bluestein
float32
out-of-place
Auto
1
2024-01-21 10h19:01 +01h 01m 54s [ 3987 tests]
0
0
gtx
cupy
3
3-550 (N,N,N)
Bluestein
float32
out-of-place
Auto
1
2024-01-21 11h20:57 +00h 31m 57s [ 374 tests]
0
0
gtx
cupy
1
2-10000
Bluestein
float32
out-of-place
Auto
1
2024-01-21 11h52:57 +00h 50m 28s [ 9267 tests]
0
0
gtx
cupy
2
2-4500 (N,N)
Bluestein
float32
out-of-place
Auto
1
2024-01-21 12h43:26 +01h 02m 52s [ 3987 tests]
0
0
gtx
cupy
3
2-550 (N,N,N)
Bluestein
float32
out-of-place
Auto
1
2024-01-21 13h46:21 +00h 32m 54s [ 374 tests]
0
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 2 --ndim 3 --range 2 550 --dst 1 --bluestein --norm 1 --range-mb 0 4100
ERRORS:
======================================================================
test_systematic (backend='cupy', shape=(537, 537, 537), 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/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 584, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 323, in test_accuracy
d_gpu = to_gpu(d0)
^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/from_data.py", line 46, in array
return _core.array(obj, dtype, copy, order, subok, ndmin)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "cupy/_core/core.pyx", line 2382, in cupy._core.core.array
File "cupy/_core/core.pyx", line 2406, in cupy._core.core.array
File "cupy/_core/core.pyx", line 2538, in cupy._core.core._array_default
File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__
File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init
File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc
File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc
File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc
File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 619,417,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/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1015, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 619,417,088 bytes (allocated so far: 0 bytes).