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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
- | cupy | Regular multi-dimensional C2C/R2C/DCT test | 2023-05-20 19h30:15 +00h 05m 49s | 0 | ||||||||
pyvkfft-test --nproc 16 --range-mb 0 4100 --backend cupy ERRORS: ====================================================================== test_c2c [pyvkfft.test.test_fft.TestFFT]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 549, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 494, in test_accuracy n2i, nii = l2(d, d1_gpu.get()), li(d, d1_gpu.get()) ^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 1777, in cupy._core.core._ndarray_base.get File "cupy/_core/core.pyx", line 1841, in cupy._core.core._ndarray_base.get File "cupy/_core/core.pyx", line 2656, in cupy._core.core._internal_ascontiguousarray File "cupy/_core/core.pyx", line 2787, in cupy._core.core._ndarray_init File "cupy/_core/core.pyx", line 241, in cupy._core.core._ndarray_base._init_fast 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 285,700,608 bytes (allocated so far: 571,401,216 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 426, in test_c2c self.run_fft_parallel(vkwargs) File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 360, in run_fft_parallel for res in pool.imap(test_accuracy_kwargs, vkwargs): 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 285,700,608 bytes (allocated so far: 571,401,216 bytes). | ||||||||||||
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 19h36:06 +00h 02m 57s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 19h39:06 +00h 02m 17s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 19h41:26 +00h 10m 23s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 19h51:54 +00h 02m 35s [ 1420 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 19h54:32 +00h 01m 09s [ 368 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 19h55:43 +00h 01m 57s [ 118 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-1500 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 19h57:42 +00h 00m 47s [ 299 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-1024 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 19h58:31 +00h 01m 07s [ 245 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 19h59:40 +00h 03m 52s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 20h03:37 +00h 00m 39s [ 489 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 20h04:17 +00h 00m 55s [ 349 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 20h05:15 +00h 01m 51s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 20h07:08 +00h 00m 39s [ 489 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 20h07:48 +00h 00m 56s [ 349 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 20h08:46 +00h 01m 51s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 3-4096 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 20h10:39 +00h 00m 53s [ 488 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-2047 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 20h11:34 +00h 01m 14s [ 348 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2023-05-20 20h12:53 +00h 02m 11s [ 164 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 20h15:07 +00h 03m 06s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 20h18:17 +00h 04m 24s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 20h22:44 +00h 35m 18s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 20h58:08 +00h 03m 13s [ 1420 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 21h01:24 +00h 01m 30s [ 368 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 21h02:56 +00h 06m 21s [ 118 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-760 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 21h09:22 +00h 00m 33s [ 209 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-512 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 21h09:56 +00h 00m 45s [ 168 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 21h10:44 +00h 10m 23s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-3071 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 21h21:13 +00h 00m 36s [ 424 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 21h21:51 +00h 01m 00s [ 349 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 21h22:54 +00h 04m 34s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-3071 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 21h27:31 +00h 00m 36s [ 424 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 21h28:09 +00h 01m 00s [ 349 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 21h29:11 +00h 04m 48s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 3-3071 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 21h34:02 +00h 00m 48s [ 423 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-2047 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 21h34:52 +00h 01m 17s [ 348 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-500 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2023-05-20 21h36:12 +00h 05m 08s [ 164 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 21h41:27 +00h 02m 50s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 21h44:20 +00h 02m 02s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 21h46:24 +00h 04m 41s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 21h51:07 +00h 02m 37s [ 1420 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 21h53:46 +00h 01m 10s [ 368 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 21h54:58 +00h 01m 26s [ 118 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-1500 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 21h56:26 +00h 00m 47s [ 299 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-1024 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 21h57:14 +00h 01m 06s [ 245 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 21h58:23 +00h 02m 30s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 22h00:57 +00h 00m 38s [ 489 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 22h01:37 +00h 00m 55s [ 349 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 22h02:35 +00h 01m 13s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 22h03:49 +00h 00m 38s [ 489 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 22h04:29 +00h 00m 56s [ 349 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 22h05:27 +00h 01m 13s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 3-4096 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 22h06:44 +00h 00m 53s [ 488 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-2047 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 22h07:40 +00h 01m 13s [ 348 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2023-05-20 22h08:56 +00h 01m 26s [ 164 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h10:25 +00h 03m 04s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h13:33 +00h 02m 39s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h16:16 +00h 13m 58s [ 168 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h30:21 +00h 02m 52s [ 1420 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h33:16 +00h 01m 27s [ 368 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h34:46 +00h 03m 03s [ 118 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-760 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h37:52 +00h 00m 33s [ 209 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-512 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h38:26 +00h 00m 44s [ 168 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h39:13 +00h 05m 53s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-3071 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h45:10 +00h 00m 36s [ 424 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h45:48 +00h 01m 01s [ 349 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h46:51 +00h 02m 32s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-3071 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h49:26 +00h 00m 35s [ 424 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h50:03 +00h 01m 00s [ 349 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h51:05 +00h 02m 31s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 3-3071 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h53:39 +00h 00m 48s [ 423 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-2047 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h54:29 +00h 01m 17s [ 348 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-500 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2023-05-20 22h55:49 +00h 02m 53s [ 164 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 22h58:45 +00h 02m 55s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h01:45 +00h 02m 19s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h04:06 +00h 10m 30s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h14:43 +00h 02m 41s [ 1420 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h17:27 +00h 01m 11s [ 368 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h18:41 +00h 02m 01s [ 118 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-1500 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h20:45 +00h 00m 48s [ 299 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-1024 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h21:34 +00h 01m 08s [ 245 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h22:45 +00h 03m 52s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h26:40 +00h 00m 40s [ 489 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h27:22 +00h 00m 58s [ 349 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h28:22 +00h 01m 53s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h30:18 +00h 00m 40s [ 489 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h31:00 +00h 00m 58s [ 349 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h32:00 +00h 01m 53s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 3-4096 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h33:56 +00h 00m 54s [ 488 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-2047 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h34:52 +00h 01m 14s [ 348 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-500 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2023-05-20 23h36:09 +00h 02m 13s [ 164 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-20 23h38:25 +00h 02m 54s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-20 23h41:22 +00h 01m 51s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-20 23h43:14 +00h 04m 46s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-20 23h48:03 +00h 02m 40s [ 1420 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-20 23h50:45 +00h 01m 12s [ 368 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-20 23h51:59 +00h 01m 26s [ 118 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-1500 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-20 23h53:27 +00h 00m 47s [ 299 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-1024 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-20 23h54:17 +00h 01m 07s [ 245 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-20 23h55:26 +00h 02m 30s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-20 23h57:58 +00h 00m 40s [ 489 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-20 23h58:40 +00h 00m 57s [ 349 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-20 23h59:39 +00h 01m 16s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-4096 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-21 00h01:01 +00h 00m 40s [ 489 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-21 00h01:45 +00h 00m 57s [ 349 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-21 00h02:45 +00h 01m 13s [ 165 tests] | 0 | 0 | |
gtx | cupy | 1 | 3-4096 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-21 00h04:01 +00h 00m 53s [ 488 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-2047 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-21 00h04:56 +00h 01m 14s [ 348 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-500 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2023-05-21 00h06:13 +00h 01m 26s [ 164 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2023-05-21 00h07:41 +00h 02m 50s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2023-05-21 00h10:35 +00h 02m 16s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2023-05-21 00h12:54 +00h 10m 25s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2023-05-21 00h23:24 +00h 02m 36s [ 1420 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2023-05-21 00h26:04 +00h 01m 09s [ 368 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2023-05-21 00h27:15 +00h 01m 58s [ 118 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 0 | 2023-05-21 00h29:17 +00h 03m 05s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 0 | 2023-05-21 00h32:24 +00h 04m 25s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 0 | 2023-05-21 00h36:52 +00h 34m 42s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 0 | 2023-05-21 01h11:37 +00h 02m 51s [ 1420 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 0 | 2023-05-21 01h14:31 +00h 01m 29s [ 368 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 0 | 2023-05-21 01h16:03 +00h 06m 21s [ 118 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2023-05-21 01h22:28 +00h 02m 50s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2023-05-21 01h25:21 +00h 01m 48s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2023-05-21 01h27:12 +00h 04m 38s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2023-05-21 01h31:51 +00h 02m 37s [ 1420 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2023-05-21 01h34:30 +00h 01m 10s [ 368 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2023-05-21 01h35:43 +00h 01m 25s [ 118 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 0 | 2023-05-21 01h37:10 +00h 03m 03s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 0 | 2023-05-21 01h40:15 +00h 02m 39s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 0 | 2023-05-21 01h42:56 +00h 13m 55s [ 168 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 0 | 2023-05-21 01h56:55 +00h 02m 52s [ 1420 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 0 | 2023-05-21 01h59:50 +00h 01m 26s [ 368 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 0 | 2023-05-21 02h01:19 +00h 02m 57s [ 118 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2023-05-21 02h04:19 +00h 02m 56s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2023-05-21 02h07:18 +00h 02m 19s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2023-05-21 02h09:40 +00h 10m 40s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2023-05-21 02h20:25 +00h 02m 40s [ 1420 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2023-05-21 02h23:07 +00h 01m 11s [ 368 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2023-05-21 02h24:21 +00h 02m 01s [ 118 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2023-05-21 02h26:25 +00h 02m 54s [ 1847 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2023-05-21 02h29:22 +00h 01m 50s [ 512 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2023-05-21 02h31:16 +00h 04m 45s [ 175 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2023-05-21 02h36:04 +00h 02m 40s [ 1420 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2023-05-21 02h38:48 +00h 01m 11s [ 368 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2023-05-21 02h40:02 +00h 01m 27s [ 118 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 02h41:32 +00h 30m 45s [ 9267 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 16 --ndim 1 --range 2 10000 --bluestein --norm 1 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(9376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.195962e-01 ni=3.761201e-01>7.972018e-06 ====================================================================== test_systematic (backend='cupy', shape=(9377,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.164355e-01 ni=4.648578e-01>7.972064e-06 ====================================================================== test_systematic (backend='cupy', shape=(9382,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.173966e-01 ni=5.093467e-01>7.972295e-06 ====================================================================== test_systematic (backend='cupy', shape=(9383,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.213440e-01 ni=4.719864e-01>7.972342e-06 ====================================================================== test_systematic (backend='cupy', shape=(9385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.165482e-01 ni=4.770308e-01>7.972434e-06 ====================================================================== test_systematic (backend='cupy', shape=(9387,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.178796e-01 ni=4.316769e-01>7.972527e-06 ====================================================================== test_systematic (backend='cupy', shape=(9388,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.177650e-01 ni=4.668274e-01>7.972573e-06 ====================================================================== test_systematic (backend='cupy', shape=(9389,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.143191e-01 ni=4.269769e-01>7.972619e-06 ====================================================================== test_systematic (backend='cupy', shape=(9391,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.149091e-01 ni=4.564648e-01>7.972712e-06 ====================================================================== test_systematic (backend='cupy', shape=(9392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.215153e-01 ni=5.206874e-01>7.972758e-06 ====================================================================== test_systematic (backend='cupy', shape=(9395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.198046e-01 ni=4.054813e-01>7.972897e-06 ====================================================================== test_systematic (backend='cupy', shape=(9397,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.207610e-01 ni=4.343867e-01>7.972989e-06 ====================================================================== test_systematic (backend='cupy', shape=(9402,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.126764e-01 ni=4.331352e-01>7.973220e-06 ====================================================================== test_systematic (backend='cupy', shape=(9403,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.156608e-01 ni=4.966607e-01>7.973266e-06 ====================================================================== test_systematic (backend='cupy', shape=(9404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.179317e-01 ni=3.863786e-01>7.973313e-06 ====================================================================== test_systematic (backend='cupy', shape=(9406,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.191238e-01 ni=5.380467e-01>7.973405e-06 ====================================================================== test_systematic (backend='cupy', shape=(9407,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.215938e-01 ni=5.442809e-01>7.973451e-06 | ||||||||||||
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 03h12:22 +00h 42m 57s [ 3987 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 9 --ndim 2 --range 2 4500 --bluestein --norm 1 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(4202, 4202), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.096578e-02 ni=5.839291e-02>1.124691e-05 ====================================================================== test_systematic (backend='cupy', shape=(4203, 4203), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.057989e-02 ni=6.525468e-02>1.124712e-05 ====================================================================== test_systematic (backend='cupy', shape=(4208, 4208), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.090221e-02 ni=6.459079e-02>1.124815e-05 ====================================================================== test_systematic (backend='cupy', shape=(4211, 4211), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.146670e-02 ni=6.485721e-02>1.124877e-05 ====================================================================== test_systematic (backend='cupy', shape=(4213, 4213), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.092152e-02 ni=6.601039e-02>1.124918e-05 ====================================================================== test_systematic (backend='cupy', shape=(4217, 4217), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.103512e-02 ni=6.735202e-02>1.125001e-05 ====================================================================== test_systematic (backend='cupy', shape=(4219, 4219), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.060122e-02 ni=6.053783e-02>1.125042e-05 ====================================================================== test_systematic (backend='cupy', shape=(4222, 4222), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.133426e-02 ni=6.513463e-02>1.125104e-05 ====================================================================== test_systematic (backend='cupy', shape=(4223, 4223), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.142250e-02 ni=6.321142e-02>1.125124e-05 ====================================================================== test_systematic (backend='cupy', shape=(4229, 4229), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.109452e-02 ni=6.928225e-02>1.125248e-05 ====================================================================== test_systematic (backend='cupy', shape=(4231, 4231), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.084050e-02 ni=6.421012e-02>1.125289e-05 ====================================================================== test_systematic (backend='cupy', shape=(4237, 4237), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.092640e-02 ni=6.843983e-02>1.125412e-05 ====================================================================== test_systematic (backend='cupy', shape=(4241, 4241), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.148983e-02 ni=7.202841e-02>1.125494e-05 ====================================================================== test_systematic (backend='cupy', shape=(4243, 4243), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.132523e-02 ni=6.561263e-02>1.125535e-05 ====================================================================== test_systematic (backend='cupy', shape=(4244, 4244), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.207919e-02 ni=6.866637e-02>1.125555e-05 ====================================================================== test_systematic (backend='cupy', shape=(4245, 4245), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.121911e-02 ni=6.174429e-02>1.125576e-05 ====================================================================== test_systematic (backend='cupy', shape=(4247, 4247), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.107313e-02 ni=6.735482e-02>1.125616e-05 ====================================================================== test_systematic (backend='cupy', shape=(4249, 4249), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.114135e-02 ni=6.475475e-02>1.125657e-05 ====================================================================== test_systematic (backend='cupy', shape=(4252, 4252), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.120391e-02 ni=5.506187e-02>1.125719e-05 ====================================================================== test_systematic (backend='cupy', shape=(4253, 4253), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.065418e-02 ni=7.235055e-02>1.125739e-05 | ||||||||||||
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 03h55:24 +00h 46m 54s [ 374 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 04h42:23 +00h 14m 29s [ 4463 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 04h56:57 +00h 12m 42s [ 1882 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 05h09:45 +00h 05m 20s [ 157 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-1500 | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 05h15:07 +00h 02m 49s [ 1200 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-1024 (N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 05h17:58 +00h 03m 16s [ 778 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 05h21:16 +00h 08m 39s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-3000 | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 05h29:57 +00h 07m 08s [ 2579 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 05h37:08 +00h 09m 05s [ 1697 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 05h46:17 +00h 08m 33s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-3000 | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 05h54:54 +00h 07m 10s [ 2579 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 06h02:09 +00h 09m 07s [ 1697 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 06h11:21 +00h 08m 33s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 3-3000 | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 06h19:58 +00h 08m 19s [ 2579 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-2047 (N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 06h28:22 +00h 10m 44s [ 1697 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-500 (N,N,N) | Bluestein | float32 | out-of-place | Auto | 1 | 2023-05-21 06h39:11 +00h 09m 01s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 06h48:17 +00h 32m 50s [ 9267 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 16 --ndim 1 --range 2 10000 --bluestein --double --norm 1 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(9376,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.148209e-01 ni=3.659957e-01>1.397202e-14 ====================================================================== test_systematic (backend='cupy', shape=(9377,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.145887e-01 ni=3.590575e-01>1.397206e-14 ====================================================================== test_systematic (backend='cupy', shape=(9382,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.150804e-01 ni=4.803016e-01>1.397230e-14 ====================================================================== test_systematic (backend='cupy', shape=(9383,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.206543e-01 ni=4.469694e-01>1.397234e-14 ====================================================================== test_systematic (backend='cupy', shape=(9385,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.101575e-01 ni=4.126251e-01>1.397243e-14 ====================================================================== test_systematic (backend='cupy', shape=(9387,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.152546e-01 ni=4.419655e-01>1.397253e-14 ====================================================================== test_systematic (backend='cupy', shape=(9388,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.213371e-01 ni=3.782977e-01>1.397257e-14 ====================================================================== test_systematic (backend='cupy', shape=(9389,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.192034e-01 ni=4.195504e-01>1.397262e-14 ====================================================================== test_systematic (backend='cupy', shape=(9391,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.181223e-01 ni=3.759805e-01>1.397271e-14 ====================================================================== test_systematic (backend='cupy', shape=(9392,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.237089e-01 ni=4.630122e-01>1.397276e-14 ====================================================================== test_systematic (backend='cupy', shape=(9395,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.212522e-01 ni=4.342009e-01>1.397290e-14 ====================================================================== test_systematic (backend='cupy', shape=(9397,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.173111e-01 ni=4.062024e-01>1.397299e-14 ====================================================================== test_systematic (backend='cupy', shape=(9402,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.178893e-01 ni=4.358210e-01>1.397322e-14 ====================================================================== test_systematic (backend='cupy', shape=(9403,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.171645e-01 ni=4.299475e-01>1.397327e-14 ====================================================================== test_systematic (backend='cupy', shape=(9404,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.200754e-01 ni=3.889267e-01>1.397331e-14 ====================================================================== test_systematic (backend='cupy', shape=(9406,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.163295e-01 ni=3.962888e-01>1.397340e-14 ====================================================================== test_systematic (backend='cupy', shape=(9407,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.171249e-01 ni=4.090555e-01>1.397345e-14 | ||||||||||||
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 07h21:11 +01h 23m 33s [ 3987 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 6 --ndim 2 --range 2 4500 --bluestein --double --norm 1 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(4201, 4201), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.237717e-02 ni=6.221367e-02>1.724671e-14 ====================================================================== test_systematic (backend='cupy', shape=(4202, 4202), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.152562e-02 ni=6.181217e-02>1.724691e-14 ====================================================================== test_systematic (backend='cupy', shape=(4203, 4203), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.184978e-02 ni=6.463381e-02>1.724712e-14 ====================================================================== test_systematic (backend='cupy', shape=(4208, 4208), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.247364e-02 ni=7.447861e-02>1.724815e-14 ====================================================================== test_systematic (backend='cupy', shape=(4211, 4211), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.179948e-02 ni=6.282252e-02>1.724877e-14 ====================================================================== test_systematic (backend='cupy', shape=(4213, 4213), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.238648e-02 ni=7.406280e-02>1.724918e-14 ====================================================================== test_systematic (backend='cupy', shape=(4217, 4217), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.256071e-02 ni=7.422439e-02>1.725001e-14 ====================================================================== test_systematic (backend='cupy', shape=(4219, 4219), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.233181e-02 ni=6.448413e-02>1.725042e-14 ====================================================================== test_systematic (backend='cupy', shape=(4222, 4222), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.269590e-02 ni=7.335507e-02>1.725104e-14 ====================================================================== test_systematic (backend='cupy', shape=(4223, 4223), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.159172e-02 ni=6.830932e-02>1.725124e-14 ====================================================================== test_systematic (backend='cupy', shape=(4226, 4226), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.214976e-02 ni=6.834801e-02>1.725186e-14 ====================================================================== test_systematic (backend='cupy', shape=(4229, 4229), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.206956e-02 ni=6.441876e-02>1.725248e-14 ====================================================================== test_systematic (backend='cupy', shape=(4231, 4231), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.180535e-02 ni=6.142232e-02>1.725289e-14 ====================================================================== test_systematic (backend='cupy', shape=(4237, 4237), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.201620e-02 ni=6.178955e-02>1.725412e-14 ====================================================================== test_systematic (backend='cupy', shape=(4241, 4241), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.199529e-02 ni=6.709348e-02>1.725494e-14 ====================================================================== test_systematic (backend='cupy', shape=(4243, 4243), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.204068e-02 ni=6.659018e-02>1.725535e-14 ====================================================================== test_systematic (backend='cupy', shape=(4244, 4244), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.216847e-02 ni=6.830113e-02>1.725555e-14 ====================================================================== test_systematic (backend='cupy', shape=(4245, 4245), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.207171e-02 ni=6.369641e-02>1.725576e-14 ====================================================================== test_systematic (backend='cupy', shape=(4247, 4247), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.209718e-02 ni=6.711925e-02>1.725616e-14 ====================================================================== test_systematic (backend='cupy', shape=(4249, 4249), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.199302e-02 ni=6.753641e-02>1.725657e-14 ====================================================================== test_systematic (backend='cupy', shape=(4252, 4252), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.216671e-02 ni=6.907703e-02>1.725719e-14 ====================================================================== test_systematic (backend='cupy', shape=(4253, 4253), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.224312e-02 ni=6.477769e-02>1.725739e-14 | ||||||||||||
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 08h44:50 +02h 40m 29s [ 374 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 11h25:24 +00h 16m 16s [ 4463 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 11h41:44 +00h 16m 56s [ 1882 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 11h58:45 +00h 19m 05s [ 157 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-760 | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 12h17:55 +00h 01m 14s [ 550 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-512 (N,N) | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 12h19:11 +00h 01m 22s [ 343 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 12h20:36 +00h 25m 09s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-1500 | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 12h45:52 +00h 03m 11s [ 1200 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-1024 (N,N) | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 12h49:07 +00h 03m 48s [ 778 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 12h52:57 +00h 22m 48s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-1500 | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 13h15:51 +00h 03m 11s [ 1200 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-1024 (N,N) | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 13h19:04 +00h 03m 49s [ 778 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 13h22:55 +00h 22m 46s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 3-1500 | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 13h45:48 +00h 03m 40s [ 1200 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-1024 (N,N) | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 13h49:31 +00h 04m 36s [ 778 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-500 (N,N,N) | Bluestein | float64 | out-of-place | Auto | 1 | 2023-05-21 13h54:10 +00h 23m 11s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 14h17:28 +00h 30m 45s [ 9267 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 16 --ndim 1 --range 2 10000 --bluestein --inplace --norm 1 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(9376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.191185e-01 ni=4.387584e-01>7.972018e-06 ====================================================================== test_systematic (backend='cupy', shape=(9377,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.164721e-01 ni=4.237766e-01>7.972064e-06 ====================================================================== test_systematic (backend='cupy', shape=(9382,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.194165e-01 ni=5.248753e-01>7.972295e-06 ====================================================================== test_systematic (backend='cupy', shape=(9383,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.197516e-01 ni=4.384705e-01>7.972342e-06 ====================================================================== test_systematic (backend='cupy', shape=(9385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.195069e-01 ni=5.622804e-01>7.972434e-06 ====================================================================== test_systematic (backend='cupy', shape=(9387,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.174157e-01 ni=5.400585e-01>7.972527e-06 ====================================================================== test_systematic (backend='cupy', shape=(9388,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.186929e-01 ni=4.160905e-01>7.972573e-06 ====================================================================== test_systematic (backend='cupy', shape=(9389,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.167763e-01 ni=5.166626e-01>7.972619e-06 ====================================================================== test_systematic (backend='cupy', shape=(9391,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.132634e-01 ni=4.785803e-01>7.972712e-06 ====================================================================== test_systematic (backend='cupy', shape=(9392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.157338e-01 ni=3.865533e-01>7.972758e-06 ====================================================================== test_systematic (backend='cupy', shape=(9395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.175613e-01 ni=3.387718e-01>7.972897e-06 ====================================================================== test_systematic (backend='cupy', shape=(9397,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.169317e-01 ni=4.529600e-01>7.972989e-06 ====================================================================== test_systematic (backend='cupy', shape=(9402,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.205185e-01 ni=5.034127e-01>7.973220e-06 ====================================================================== test_systematic (backend='cupy', shape=(9403,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.214044e-01 ni=4.825609e-01>7.973266e-06 ====================================================================== test_systematic (backend='cupy', shape=(9404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.187899e-01 ni=4.483767e-01>7.973313e-06 ====================================================================== test_systematic (backend='cupy', shape=(9406,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.206278e-01 ni=3.663953e-01>7.973405e-06 ====================================================================== test_systematic (backend='cupy', shape=(9407,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.153661e-01 ni=4.842325e-01>7.973451e-06 | ||||||||||||
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 14h48:18 +00h 32m 52s [ 3987 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 14 --ndim 2 --range 2 4500 --bluestein --inplace --norm 1 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(4202, 4202), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.078185e-02 ni=6.298254e-02>1.124691e-05 ====================================================================== test_systematic (backend='cupy', shape=(4203, 4203), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.089732e-02 ni=6.270073e-02>1.124712e-05 ====================================================================== test_systematic (backend='cupy', shape=(4208, 4208), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.095416e-02 ni=6.042061e-02>1.124815e-05 ====================================================================== test_systematic (backend='cupy', shape=(4211, 4211), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.116828e-02 ni=6.169137e-02>1.124877e-05 ====================================================================== test_systematic (backend='cupy', shape=(4213, 4213), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.141262e-02 ni=6.409507e-02>1.124918e-05 ====================================================================== test_systematic (backend='cupy', shape=(4217, 4217), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.144749e-02 ni=7.464254e-02>1.125001e-05 ====================================================================== test_systematic (backend='cupy', shape=(4219, 4219), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.132312e-02 ni=6.678933e-02>1.125042e-05 ====================================================================== test_systematic (backend='cupy', shape=(4222, 4222), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.107996e-02 ni=5.446867e-02>1.125104e-05 ====================================================================== test_systematic (backend='cupy', shape=(4223, 4223), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.114289e-02 ni=6.556100e-02>1.125124e-05 ====================================================================== test_systematic (backend='cupy', shape=(4229, 4229), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.098100e-02 ni=6.197552e-02>1.125248e-05 ====================================================================== test_systematic (backend='cupy', shape=(4231, 4231), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.097682e-02 ni=5.862592e-02>1.125289e-05 ====================================================================== test_systematic (backend='cupy', shape=(4237, 4237), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.086378e-02 ni=7.394502e-02>1.125412e-05 ====================================================================== test_systematic (backend='cupy', shape=(4241, 4241), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.102039e-02 ni=6.487544e-02>1.125494e-05 ====================================================================== test_systematic (backend='cupy', shape=(4243, 4243), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.079208e-02 ni=6.056383e-02>1.125535e-05 ====================================================================== test_systematic (backend='cupy', shape=(4244, 4244), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.136017e-02 ni=6.860033e-02>1.125555e-05 ====================================================================== test_systematic (backend='cupy', shape=(4245, 4245), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.058830e-02 ni=6.369516e-02>1.125576e-05 ====================================================================== test_systematic (backend='cupy', shape=(4247, 4247), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.110696e-02 ni=5.877684e-02>1.125616e-05 ====================================================================== test_systematic (backend='cupy', shape=(4249, 4249), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.102687e-02 ni=6.546053e-02>1.125657e-05 ====================================================================== test_systematic (backend='cupy', shape=(4252, 4252), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.068090e-02 ni=6.019026e-02>1.125719e-05 ====================================================================== test_systematic (backend='cupy', shape=(4253, 4253), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.109731e-02 ni=6.274597e-02>1.125739e-05 | ||||||||||||
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 15h21:16 +00h 20m 13s [ 374 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 15h41:35 +00h 14m 33s [ 4463 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 15h56:13 +00h 12m 45s [ 1882 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 16h09:04 +00h 03m 48s [ 157 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-1500 | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 16h12:55 +00h 02m 48s [ 1200 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-1024 (N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 16h15:46 +00h 03m 18s [ 778 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 16h19:10 +00h 05m 07s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-3000 | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 16h24:20 +00h 07m 08s [ 2579 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 16h31:30 +00h 09m 06s [ 1697 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 16h40:41 +00h 05m 07s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-3000 | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 16h45:51 +00h 07m 09s [ 2579 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 16h53:03 +00h 09m 04s [ 1697 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 17h02:11 +00h 05m 08s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 3-3000 | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 17h07:21 +00h 08m 16s [ 2579 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-2047 (N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 17h15:40 +00h 10m 45s [ 1697 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-500 (N,N,N) | Bluestein | float32 | inplace | Auto | 1 | 2023-05-21 17h26:29 +00h 05m 26s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 17h31:59 +00h 32m 48s [ 9267 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 16 --ndim 1 --range 2 10000 --bluestein --inplace --double --norm 1 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(9376,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.216836e-01 ni=4.757662e-01>1.397202e-14 ====================================================================== test_systematic (backend='cupy', shape=(9377,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.125718e-01 ni=3.427494e-01>1.397206e-14 ====================================================================== test_systematic (backend='cupy', shape=(9382,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.146919e-01 ni=3.927600e-01>1.397230e-14 ====================================================================== test_systematic (backend='cupy', shape=(9383,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.200865e-01 ni=4.526952e-01>1.397234e-14 ====================================================================== test_systematic (backend='cupy', shape=(9385,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.125155e-01 ni=4.422021e-01>1.397243e-14 ====================================================================== test_systematic (backend='cupy', shape=(9387,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.171521e-01 ni=4.028811e-01>1.397253e-14 ====================================================================== test_systematic (backend='cupy', shape=(9388,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.212646e-01 ni=3.843719e-01>1.397257e-14 ====================================================================== test_systematic (backend='cupy', shape=(9389,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.216285e-01 ni=3.947099e-01>1.397262e-14 ====================================================================== test_systematic (backend='cupy', shape=(9391,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.136336e-01 ni=4.026811e-01>1.397271e-14 ====================================================================== test_systematic (backend='cupy', shape=(9392,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.169516e-01 ni=4.293109e-01>1.397276e-14 ====================================================================== test_systematic (backend='cupy', shape=(9395,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.163242e-01 ni=4.345187e-01>1.397290e-14 ====================================================================== test_systematic (backend='cupy', shape=(9397,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.157661e-01 ni=4.523330e-01>1.397299e-14 ====================================================================== test_systematic (backend='cupy', shape=(9402,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.144666e-01 ni=4.066091e-01>1.397322e-14 ====================================================================== test_systematic (backend='cupy', shape=(9403,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.165046e-01 ni=3.842734e-01>1.397327e-14 ====================================================================== test_systematic (backend='cupy', shape=(9404,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.150214e-01 ni=4.649492e-01>1.397331e-14 ====================================================================== test_systematic (backend='cupy', shape=(9406,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.146978e-01 ni=4.431577e-01>1.397340e-14 ====================================================================== test_systematic (backend='cupy', shape=(9407,), ndim=1, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.162766e-01 ni=4.098876e-01>1.397345e-14 | ||||||||||||
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 18h04:51 +00h 48m 04s [ 3987 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 11 --ndim 2 --range 2 4500 --bluestein --inplace --double --norm 1 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(4201, 4201), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.186719e-02 ni=6.597247e-02>1.724671e-14 ====================================================================== test_systematic (backend='cupy', shape=(4202, 4202), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.204579e-02 ni=5.936046e-02>1.724691e-14 ====================================================================== test_systematic (backend='cupy', shape=(4203, 4203), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.156416e-02 ni=6.933207e-02>1.724712e-14 ====================================================================== test_systematic (backend='cupy', shape=(4208, 4208), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.154349e-02 ni=7.079060e-02>1.724815e-14 ====================================================================== test_systematic (backend='cupy', shape=(4211, 4211), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.209530e-02 ni=7.631360e-02>1.724877e-14 ====================================================================== test_systematic (backend='cupy', shape=(4213, 4213), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.206918e-02 ni=6.416847e-02>1.724918e-14 ====================================================================== test_systematic (backend='cupy', shape=(4217, 4217), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.194283e-02 ni=6.544945e-02>1.725001e-14 ====================================================================== test_systematic (backend='cupy', shape=(4219, 4219), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.251438e-02 ni=6.418720e-02>1.725042e-14 ====================================================================== test_systematic (backend='cupy', shape=(4222, 4222), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.264509e-02 ni=7.192198e-02>1.725104e-14 ====================================================================== test_systematic (backend='cupy', shape=(4223, 4223), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.219299e-02 ni=6.895300e-02>1.725124e-14 ====================================================================== test_systematic (backend='cupy', shape=(4226, 4226), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.235926e-02 ni=6.541329e-02>1.725186e-14 ====================================================================== test_systematic (backend='cupy', shape=(4229, 4229), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.190817e-02 ni=8.599887e-02>1.725248e-14 ====================================================================== test_systematic (backend='cupy', shape=(4231, 4231), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.205732e-02 ni=7.396622e-02>1.725289e-14 ====================================================================== test_systematic (backend='cupy', shape=(4237, 4237), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.184640e-02 ni=7.304368e-02>1.725412e-14 ====================================================================== test_systematic (backend='cupy', shape=(4241, 4241), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.220892e-02 ni=6.530097e-02>1.725494e-14 ====================================================================== test_systematic (backend='cupy', shape=(4243, 4243), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.204537e-02 ni=6.562727e-02>1.725535e-14 ====================================================================== test_systematic (backend='cupy', shape=(4244, 4244), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.199412e-02 ni=6.576073e-02>1.725555e-14 ====================================================================== test_systematic (backend='cupy', shape=(4245, 4245), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.161691e-02 ni=6.565777e-02>1.725576e-14 ====================================================================== test_systematic (backend='cupy', shape=(4247, 4247), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.198776e-02 ni=7.426085e-02>1.725616e-14 ====================================================================== test_systematic (backend='cupy', shape=(4249, 4249), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.241612e-02 ni=6.827387e-02>1.725657e-14 ====================================================================== test_systematic (backend='cupy', shape=(4252, 4252), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.210015e-02 ni=6.455511e-02>1.725719e-14 ====================================================================== test_systematic (backend='cupy', shape=(4253, 4253), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.200845e-02 ni=7.084279e-02>1.725739e-14 | ||||||||||||
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 18h53:00 +01h 00m 31s [ 343 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 19h53:35 +00h 16m 18s [ 4463 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 20h09:58 +00h 15m 45s [ 1882 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 20h25:48 +00h 08m 26s [ 157 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-760 | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 20h34:18 +00h 01m 13s [ 550 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-512 (N,N) | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 20h35:34 +00h 01m 21s [ 343 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 20h36:56 +00h 13m 24s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-1500 | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 20h50:22 +00h 03m 10s [ 1200 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-1024 (N,N) | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 20h53:34 +00h 03m 48s [ 778 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 20h57:24 +00h 12m 23s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-1500 | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 21h09:54 +00h 03m 10s [ 1200 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-1024 (N,N) | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 21h13:07 +00h 03m 49s [ 778 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 21h16:59 +00h 12m 24s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 3-1500 | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 21h29:27 +00h 03m 38s [ 1200 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-1024 (N,N) | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 21h33:09 +00h 04m 36s [ 778 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-500 (N,N,N) | Bluestein | float64 | inplace | Auto | 1 | 2023-05-21 21h37:50 +00h 12m 36s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | out-of-place | True | 1 | 2023-05-21 21h50:30 +00h 31m 02s [ 9267 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 16 --ndim 1 --range 2 10000 --bluestein --lut --norm 1 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(9376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.200746e-01 ni=4.196405e-01>7.972018e-06 ====================================================================== test_systematic (backend='cupy', shape=(9377,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.157040e-01 ni=4.231614e-01>7.972064e-06 ====================================================================== test_systematic (backend='cupy', shape=(9382,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.203083e-01 ni=4.611060e-01>7.972295e-06 ====================================================================== test_systematic (backend='cupy', shape=(9383,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.163792e-01 ni=4.320677e-01>7.972342e-06 ====================================================================== test_systematic (backend='cupy', shape=(9385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.196918e-01 ni=3.812949e-01>7.972434e-06 ====================================================================== test_systematic (backend='cupy', shape=(9387,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.153229e-01 ni=3.950399e-01>7.972527e-06 ====================================================================== test_systematic (backend='cupy', shape=(9388,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.162868e-01 ni=3.999801e-01>7.972573e-06 ====================================================================== test_systematic (backend='cupy', shape=(9389,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.115607e-01 ni=3.395801e-01>7.972619e-06 ====================================================================== test_systematic (backend='cupy', shape=(9391,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.136621e-01 ni=4.194293e-01>7.972712e-06 ====================================================================== test_systematic (backend='cupy', shape=(9392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.197341e-01 ni=4.165753e-01>7.972758e-06 ====================================================================== test_systematic (backend='cupy', shape=(9395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.158423e-01 ni=4.496966e-01>7.972897e-06 ====================================================================== test_systematic (backend='cupy', shape=(9397,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.198709e-01 ni=4.704452e-01>7.972989e-06 ====================================================================== test_systematic (backend='cupy', shape=(9402,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.204347e-01 ni=3.928038e-01>7.973220e-06 ====================================================================== test_systematic (backend='cupy', shape=(9403,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.182853e-01 ni=3.743234e-01>7.973266e-06 ====================================================================== test_systematic (backend='cupy', shape=(9404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.219346e-01 ni=4.298533e-01>7.973313e-06 ====================================================================== test_systematic (backend='cupy', shape=(9406,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.212681e-01 ni=3.988299e-01>7.973405e-06 ====================================================================== test_systematic (backend='cupy', shape=(9407,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.202566e-01 ni=3.935595e-01>7.973451e-06 | ||||||||||||
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | out-of-place | True | 1 | 2023-05-21 22h21:37 +00h 43m 22s [ 3987 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 9 --ndim 2 --range 2 4500 --bluestein --lut --norm 1 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(4202, 4202), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.194009e-02 ni=7.539365e-02>1.124691e-05 ====================================================================== test_systematic (backend='cupy', shape=(4203, 4203), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.207685e-02 ni=6.159113e-02>1.124712e-05 ====================================================================== test_systematic (backend='cupy', shape=(4208, 4208), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.242716e-02 ni=6.500760e-02>1.124815e-05 ====================================================================== test_systematic (backend='cupy', shape=(4211, 4211), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.249324e-02 ni=6.462290e-02>1.124877e-05 ====================================================================== test_systematic (backend='cupy', shape=(4213, 4213), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.242705e-02 ni=6.620508e-02>1.124918e-05 ====================================================================== test_systematic (backend='cupy', shape=(4217, 4217), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.250036e-02 ni=6.328111e-02>1.125001e-05 ====================================================================== test_systematic (backend='cupy', shape=(4219, 4219), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.246905e-02 ni=7.091565e-02>1.125042e-05 ====================================================================== test_systematic (backend='cupy', shape=(4222, 4222), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.231624e-02 ni=7.230192e-02>1.125104e-05 ====================================================================== test_systematic (backend='cupy', shape=(4223, 4223), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.189565e-02 ni=7.516386e-02>1.125124e-05 ====================================================================== test_systematic (backend='cupy', shape=(4229, 4229), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.205244e-02 ni=6.705725e-02>1.125248e-05 ====================================================================== test_systematic (backend='cupy', shape=(4231, 4231), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.189402e-02 ni=6.656118e-02>1.125289e-05 ====================================================================== test_systematic (backend='cupy', shape=(4237, 4237), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.228392e-02 ni=6.432304e-02>1.125412e-05 ====================================================================== test_systematic (backend='cupy', shape=(4241, 4241), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.206830e-02 ni=7.450496e-02>1.125494e-05 ====================================================================== test_systematic (backend='cupy', shape=(4243, 4243), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.353227e-02 ni=7.447825e-02>1.125535e-05 ====================================================================== test_systematic (backend='cupy', shape=(4244, 4244), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.222515e-02 ni=6.540435e-02>1.125555e-05 ====================================================================== test_systematic (backend='cupy', shape=(4245, 4245), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.241194e-02 ni=5.830866e-02>1.125576e-05 ====================================================================== test_systematic (backend='cupy', shape=(4247, 4247), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.194608e-02 ni=6.819393e-02>1.125616e-05 ====================================================================== test_systematic (backend='cupy', shape=(4249, 4249), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.237958e-02 ni=6.370839e-02>1.125657e-05 ====================================================================== test_systematic (backend='cupy', shape=(4252, 4252), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.215708e-02 ni=6.777854e-02>1.125719e-05 ====================================================================== test_systematic (backend='cupy', shape=(4253, 4253), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.247158e-02 ni=7.404333e-02>1.125739e-05 | ||||||||||||
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | out-of-place | True | 1 | 2023-05-21 23h05:04 +00h 47m 19s [ 374 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | out-of-place | True | 1 | 2023-05-21 23h52:28 +00h 14m 34s [ 4463 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | out-of-place | True | 1 | 2023-05-22 00h07:07 +00h 12m 49s [ 1882 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | out-of-place | True | 1 | 2023-05-22 00h20:00 +00h 05m 22s [ 157 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-1500 | Bluestein | float32 | out-of-place | True | 1 | 2023-05-22 00h25:24 +00h 02m 49s [ 1200 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-1024 (N,N) | Bluestein | float32 | out-of-place | True | 1 | 2023-05-22 00h28:14 +00h 03m 17s [ 778 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float32 | out-of-place | True | 1 | 2023-05-22 00h31:34 +00h 08m 44s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-3000 | Bluestein | float32 | out-of-place | True | 1 | 2023-05-22 00h40:20 +00h 07m 13s [ 2579 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | Bluestein | float32 | out-of-place | True | 1 | 2023-05-22 00h47:36 +00h 09m 10s [ 1697 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float32 | out-of-place | True | 1 | 2023-05-22 00h56:51 +00h 08m 35s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-3000 | Bluestein | float32 | out-of-place | True | 1 | 2023-05-22 01h05:30 +00h 07m 14s [ 2579 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | Bluestein | float32 | out-of-place | True | 1 | 2023-05-22 01h12:48 +00h 09m 10s [ 1697 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float32 | out-of-place | True | 1 | 2023-05-22 01h22:02 +00h 08m 34s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 3-3000 | Bluestein | float32 | out-of-place | True | 1 | 2023-05-22 01h30:40 +00h 08m 19s [ 2579 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-2047 (N,N) | Bluestein | float32 | out-of-place | True | 1 | 2023-05-22 01h39:03 +00h 10m 47s [ 1697 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-500 (N,N,N) | Bluestein | float32 | out-of-place | True | 1 | 2023-05-22 01h49:55 +00h 09m 01s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | inplace | True | 1 | 2023-05-22 01h59:00 +00h 31m 02s [ 9267 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 16 --ndim 1 --range 2 10000 --bluestein --inplace --lut --norm 1 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(9376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.178872e-01 ni=3.988133e-01>7.972018e-06 ====================================================================== test_systematic (backend='cupy', shape=(9377,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.182492e-01 ni=4.651926e-01>7.972064e-06 ====================================================================== test_systematic (backend='cupy', shape=(9382,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.185583e-01 ni=4.758328e-01>7.972295e-06 ====================================================================== test_systematic (backend='cupy', shape=(9383,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.168101e-01 ni=4.088590e-01>7.972342e-06 ====================================================================== test_systematic (backend='cupy', shape=(9385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.182661e-01 ni=3.998562e-01>7.972434e-06 ====================================================================== test_systematic (backend='cupy', shape=(9387,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.185675e-01 ni=4.400044e-01>7.972527e-06 ====================================================================== test_systematic (backend='cupy', shape=(9388,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.172865e-01 ni=4.090752e-01>7.972573e-06 ====================================================================== test_systematic (backend='cupy', shape=(9389,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.139382e-01 ni=3.875698e-01>7.972619e-06 ====================================================================== test_systematic (backend='cupy', shape=(9391,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.211616e-01 ni=4.258175e-01>7.972712e-06 ====================================================================== test_systematic (backend='cupy', shape=(9392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.158386e-01 ni=4.477056e-01>7.972758e-06 ====================================================================== test_systematic (backend='cupy', shape=(9395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.143902e-01 ni=4.003547e-01>7.972897e-06 ====================================================================== test_systematic (backend='cupy', shape=(9397,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.176652e-01 ni=3.583167e-01>7.972989e-06 ====================================================================== test_systematic (backend='cupy', shape=(9402,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.155855e-01 ni=4.115199e-01>7.973220e-06 ====================================================================== test_systematic (backend='cupy', shape=(9403,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.158268e-01 ni=3.696095e-01>7.973266e-06 ====================================================================== test_systematic (backend='cupy', shape=(9404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.188172e-01 ni=4.315659e-01>7.973313e-06 ====================================================================== test_systematic (backend='cupy', shape=(9406,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.175014e-01 ni=4.519044e-01>7.973405e-06 ====================================================================== test_systematic (backend='cupy', shape=(9407,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.136164e-01 ni=3.777767e-01>7.973451e-06 | ||||||||||||
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | inplace | True | 1 | 2023-05-22 02h30:07 +00h 33m 14s [ 3987 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 14 --ndim 2 --range 2 4500 --bluestein --inplace --lut --norm 1 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(4202, 4202), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.191819e-02 ni=6.993041e-02>1.124691e-05 ====================================================================== test_systematic (backend='cupy', shape=(4203, 4203), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.248317e-02 ni=6.381544e-02>1.124712e-05 ====================================================================== test_systematic (backend='cupy', shape=(4208, 4208), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.234391e-02 ni=6.581473e-02>1.124815e-05 ====================================================================== test_systematic (backend='cupy', shape=(4211, 4211), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.218657e-02 ni=6.381427e-02>1.124877e-05 ====================================================================== test_systematic (backend='cupy', shape=(4213, 4213), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.226745e-02 ni=6.907769e-02>1.124918e-05 ====================================================================== test_systematic (backend='cupy', shape=(4217, 4217), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.251718e-02 ni=6.685182e-02>1.125001e-05 ====================================================================== test_systematic (backend='cupy', shape=(4219, 4219), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.243695e-02 ni=6.426498e-02>1.125042e-05 ====================================================================== test_systematic (backend='cupy', shape=(4222, 4222), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.200542e-02 ni=6.279722e-02>1.125104e-05 ====================================================================== test_systematic (backend='cupy', shape=(4223, 4223), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.227507e-02 ni=6.549373e-02>1.125124e-05 ====================================================================== test_systematic (backend='cupy', shape=(4229, 4229), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.222714e-02 ni=6.779265e-02>1.125248e-05 ====================================================================== test_systematic (backend='cupy', shape=(4231, 4231), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.206451e-02 ni=6.864762e-02>1.125289e-05 ====================================================================== test_systematic (backend='cupy', shape=(4237, 4237), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.228786e-02 ni=6.902315e-02>1.125412e-05 ====================================================================== test_systematic (backend='cupy', shape=(4241, 4241), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.236559e-02 ni=7.356837e-02>1.125494e-05 ====================================================================== test_systematic (backend='cupy', shape=(4243, 4243), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.196104e-02 ni=7.627369e-02>1.125535e-05 ====================================================================== test_systematic (backend='cupy', shape=(4244, 4244), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.242457e-02 ni=6.931762e-02>1.125555e-05 ====================================================================== test_systematic (backend='cupy', shape=(4245, 4245), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.216395e-02 ni=6.791332e-02>1.125576e-05 ====================================================================== test_systematic (backend='cupy', shape=(4247, 4247), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.236837e-02 ni=6.650113e-02>1.125616e-05 ====================================================================== test_systematic (backend='cupy', shape=(4249, 4249), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.206255e-02 ni=6.692623e-02>1.125657e-05 ====================================================================== test_systematic (backend='cupy', shape=(4252, 4252), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.217547e-02 ni=6.799351e-02>1.125719e-05 ====================================================================== test_systematic (backend='cupy', shape=(4253, 4253), ndim=2, dtype=dtype('float32'), norm=1, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.225596e-02 ni=6.416325e-02>1.125739e-05 | ||||||||||||
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | inplace | True | 1 | 2023-05-22 03h03:28 +00h 20m 29s [ 374 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | inplace | True | 1 | 2023-05-22 03h24:03 +00h 14m 39s [ 4463 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | inplace | True | 1 | 2023-05-22 03h38:47 +00h 12m 55s [ 1882 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | inplace | True | 1 | 2023-05-22 03h51:48 +00h 03m 50s [ 157 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-1500 | Bluestein | float32 | inplace | True | 1 | 2023-05-22 03h55:41 +00h 02m 49s [ 1200 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-1024 (N,N) | Bluestein | float32 | inplace | True | 1 | 2023-05-22 03h58:34 +00h 03m 19s [ 778 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float32 | inplace | True | 1 | 2023-05-22 04h01:56 +00h 05m 08s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-3000 | Bluestein | float32 | inplace | True | 1 | 2023-05-22 04h07:07 +00h 07m 13s [ 2579 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | Bluestein | float32 | inplace | True | 1 | 2023-05-22 04h14:22 +00h 09m 09s [ 1697 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float32 | inplace | True | 1 | 2023-05-22 04h23:33 +00h 05m 07s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-3000 | Bluestein | float32 | inplace | True | 1 | 2023-05-22 04h28:42 +00h 07m 12s [ 2579 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-2047 (N,N) | Bluestein | float32 | inplace | True | 1 | 2023-05-22 04h35:56 +00h 09m 07s [ 1697 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-500 (N,N,N) | Bluestein | float32 | inplace | True | 1 | 2023-05-22 04h45:06 +00h 05m 11s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 3-3000 | Bluestein | float32 | inplace | True | 1 | 2023-05-22 04h50:24 +00h 08m 19s [ 2579 tests] | 0 | 0 | |
gtx | cupy | 2 | 3-2047 (N,N) | Bluestein | float32 | inplace | True | 1 | 2023-05-22 04h58:47 +00h 10m 45s [ 1697 tests] | 0 | 0 | |
gtx | cupy | 3 | 3-500 (N,N,N) | Bluestein | float32 | inplace | True | 1 | 2023-05-22 05h09:37 +00h 05m 29s [ 334 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | out-of-place | Auto | 0 | 2023-05-22 05h15:10 +00h 30m 46s [ 9267 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 16 --ndim 1 --range 2 10000 --bluestein --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(9376,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.211650e-01 ni=5.102242e-01>7.972018e-06 ====================================================================== test_systematic (backend='cupy', shape=(9377,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.209281e-01 ni=4.088023e-01>7.972064e-06 ====================================================================== test_systematic (backend='cupy', shape=(9382,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.186895e-01 ni=4.911665e-01>7.972295e-06 ====================================================================== test_systematic (backend='cupy', shape=(9383,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.174076e-01 ni=4.557464e-01>7.972342e-06 ====================================================================== test_systematic (backend='cupy', shape=(9385,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.193476e-01 ni=5.750622e-01>7.972434e-06 ====================================================================== test_systematic (backend='cupy', shape=(9387,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.206246e-01 ni=4.478237e-01>7.972527e-06 ====================================================================== test_systematic (backend='cupy', shape=(9388,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.123973e-01 ni=3.395666e-01>7.972573e-06 ====================================================================== test_systematic (backend='cupy', shape=(9389,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.168974e-01 ni=4.772431e-01>7.972619e-06 ====================================================================== test_systematic (backend='cupy', shape=(9391,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.110383e-01 ni=3.990195e-01>7.972712e-06 ====================================================================== test_systematic (backend='cupy', shape=(9392,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.141025e-01 ni=5.218073e-01>7.972758e-06 ====================================================================== test_systematic (backend='cupy', shape=(9395,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.192872e-01 ni=5.784042e-01>7.972897e-06 ====================================================================== test_systematic (backend='cupy', shape=(9397,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.162669e-01 ni=6.329483e-01>7.972989e-06 ====================================================================== test_systematic (backend='cupy', shape=(9402,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.207966e-01 ni=4.294557e-01>7.973220e-06 ====================================================================== test_systematic (backend='cupy', shape=(9403,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.152333e-01 ni=4.237551e-01>7.973266e-06 ====================================================================== test_systematic (backend='cupy', shape=(9404,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.167446e-01 ni=4.155138e-01>7.973313e-06 ====================================================================== test_systematic (backend='cupy', shape=(9406,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.159239e-01 ni=4.158362e-01>7.973405e-06 ====================================================================== test_systematic (backend='cupy', shape=(9407,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.138437e-01 ni=4.319139e-01>7.973451e-06 | ||||||||||||
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | out-of-place | Auto | 0 | 2023-05-22 05h46:02 +00h 42m 57s [ 3987 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 9 --ndim 2 --range 2 4500 --bluestein --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(4202, 4202), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.075721e-02 ni=6.574156e-02>1.124691e-05 ====================================================================== test_systematic (backend='cupy', shape=(4203, 4203), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.110123e-02 ni=6.939715e-02>1.124712e-05 ====================================================================== test_systematic (backend='cupy', shape=(4208, 4208), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.114515e-02 ni=6.506118e-02>1.124815e-05 ====================================================================== test_systematic (backend='cupy', shape=(4211, 4211), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.123110e-02 ni=6.829316e-02>1.124877e-05 ====================================================================== test_systematic (backend='cupy', shape=(4213, 4213), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.132139e-02 ni=6.373364e-02>1.124918e-05 ====================================================================== test_systematic (backend='cupy', shape=(4217, 4217), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.105893e-02 ni=6.395739e-02>1.125001e-05 ====================================================================== test_systematic (backend='cupy', shape=(4219, 4219), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.121813e-02 ni=6.890564e-02>1.125042e-05 ====================================================================== test_systematic (backend='cupy', shape=(4222, 4222), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.114948e-02 ni=7.145528e-02>1.125104e-05 ====================================================================== test_systematic (backend='cupy', shape=(4223, 4223), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.113619e-02 ni=6.259578e-02>1.125124e-05 ====================================================================== test_systematic (backend='cupy', shape=(4229, 4229), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.100787e-02 ni=6.179704e-02>1.125248e-05 ====================================================================== test_systematic (backend='cupy', shape=(4231, 4231), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.079500e-02 ni=6.364286e-02>1.125289e-05 ====================================================================== test_systematic (backend='cupy', shape=(4237, 4237), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.063915e-02 ni=5.768230e-02>1.125412e-05 ====================================================================== test_systematic (backend='cupy', shape=(4241, 4241), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.100339e-02 ni=6.161896e-02>1.125494e-05 ====================================================================== test_systematic (backend='cupy', shape=(4243, 4243), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.085776e-02 ni=6.133414e-02>1.125535e-05 ====================================================================== test_systematic (backend='cupy', shape=(4244, 4244), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.121631e-02 ni=6.439471e-02>1.125555e-05 ====================================================================== test_systematic (backend='cupy', shape=(4245, 4245), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.067079e-02 ni=5.873482e-02>1.125576e-05 ====================================================================== test_systematic (backend='cupy', shape=(4247, 4247), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.111580e-02 ni=6.265400e-02>1.125616e-05 ====================================================================== test_systematic (backend='cupy', shape=(4249, 4249), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.120062e-02 ni=7.571684e-02>1.125657e-05 ====================================================================== test_systematic (backend='cupy', shape=(4252, 4252), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.097782e-02 ni=6.499662e-02>1.125719e-05 ====================================================================== test_systematic (backend='cupy', shape=(4253, 4253), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.129405e-02 ni=5.729434e-02>1.125739e-05 | ||||||||||||
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | out-of-place | Auto | 0 | 2023-05-22 06h29:05 +00h 47m 02s [ 374 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | out-of-place | Auto | 0 | 2023-05-22 07h16:14 +00h 14m 29s [ 4463 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | out-of-place | Auto | 0 | 2023-05-22 07h30:48 +00h 12m 42s [ 1882 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | out-of-place | Auto | 0 | 2023-05-22 07h43:36 +00h 05m 20s [ 157 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float64 | out-of-place | Auto | 0 | 2023-05-22 07h48:58 +00h 32m 49s [ 9267 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 16 --ndim 1 --range 2 10000 --bluestein --double --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(9376,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.186134e-01 ni=4.264068e-01>1.397202e-14 ====================================================================== test_systematic (backend='cupy', shape=(9377,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.195574e-01 ni=4.504922e-01>1.397206e-14 ====================================================================== test_systematic (backend='cupy', shape=(9382,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.159580e-01 ni=4.311191e-01>1.397230e-14 ====================================================================== test_systematic (backend='cupy', shape=(9383,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.177860e-01 ni=4.027386e-01>1.397234e-14 ====================================================================== test_systematic (backend='cupy', shape=(9385,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.194249e-01 ni=4.294629e-01>1.397243e-14 ====================================================================== test_systematic (backend='cupy', shape=(9387,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.170183e-01 ni=4.468082e-01>1.397253e-14 ====================================================================== test_systematic (backend='cupy', shape=(9388,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.191885e-01 ni=4.190446e-01>1.397257e-14 ====================================================================== test_systematic (backend='cupy', shape=(9389,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.231976e-01 ni=3.533992e-01>1.397262e-14 ====================================================================== test_systematic (backend='cupy', shape=(9391,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.205474e-01 ni=4.460455e-01>1.397271e-14 ====================================================================== test_systematic (backend='cupy', shape=(9392,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.206076e-01 ni=4.239116e-01>1.397276e-14 ====================================================================== test_systematic (backend='cupy', shape=(9395,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.165157e-01 ni=4.424778e-01>1.397290e-14 ====================================================================== test_systematic (backend='cupy', shape=(9397,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.186622e-01 ni=4.932200e-01>1.397299e-14 ====================================================================== test_systematic (backend='cupy', shape=(9402,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.185826e-01 ni=4.244874e-01>1.397322e-14 ====================================================================== test_systematic (backend='cupy', shape=(9403,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.130519e-01 ni=4.172042e-01>1.397327e-14 ====================================================================== test_systematic (backend='cupy', shape=(9404,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.183303e-01 ni=4.595540e-01>1.397331e-14 ====================================================================== test_systematic (backend='cupy', shape=(9406,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.152877e-01 ni=4.504671e-01>1.397340e-14 ====================================================================== test_systematic (backend='cupy', shape=(9407,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.178134e-01 ni=4.160076e-01>1.397345e-14 | ||||||||||||
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float64 | out-of-place | Auto | 0 | 2023-05-22 08h21:54 +01h 23m 33s [ 3987 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 6 --ndim 2 --range 2 4500 --bluestein --double --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(4201, 4201), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.208774e-02 ni=6.857342e-02>1.724671e-14 ====================================================================== test_systematic (backend='cupy', shape=(4202, 4202), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.163817e-02 ni=6.873582e-02>1.724691e-14 ====================================================================== test_systematic (backend='cupy', shape=(4203, 4203), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.211321e-02 ni=6.864573e-02>1.724712e-14 ====================================================================== test_systematic (backend='cupy', shape=(4208, 4208), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.185067e-02 ni=7.017366e-02>1.724815e-14 ====================================================================== test_systematic (backend='cupy', shape=(4211, 4211), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.195384e-02 ni=6.343150e-02>1.724877e-14 ====================================================================== test_systematic (backend='cupy', shape=(4213, 4213), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.243039e-02 ni=7.002981e-02>1.724918e-14 ====================================================================== test_systematic (backend='cupy', shape=(4217, 4217), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.196661e-02 ni=7.568150e-02>1.725001e-14 ====================================================================== test_systematic (backend='cupy', shape=(4219, 4219), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.252806e-02 ni=7.197004e-02>1.725042e-14 ====================================================================== test_systematic (backend='cupy', shape=(4222, 4222), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.232786e-02 ni=6.583998e-02>1.725104e-14 ====================================================================== test_systematic (backend='cupy', shape=(4223, 4223), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.195694e-02 ni=7.086676e-02>1.725124e-14 ====================================================================== test_systematic (backend='cupy', shape=(4226, 4226), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.224299e-02 ni=6.462159e-02>1.725186e-14 ====================================================================== test_systematic (backend='cupy', shape=(4229, 4229), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.159380e-02 ni=6.622009e-02>1.725248e-14 ====================================================================== test_systematic (backend='cupy', shape=(4231, 4231), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.194379e-02 ni=5.857830e-02>1.725289e-14 ====================================================================== test_systematic (backend='cupy', shape=(4237, 4237), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.180973e-02 ni=6.598712e-02>1.725412e-14 ====================================================================== test_systematic (backend='cupy', shape=(4241, 4241), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.227236e-02 ni=6.363752e-02>1.725494e-14 ====================================================================== test_systematic (backend='cupy', shape=(4243, 4243), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.211645e-02 ni=6.512567e-02>1.725535e-14 ====================================================================== test_systematic (backend='cupy', shape=(4244, 4244), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.231376e-02 ni=7.094492e-02>1.725555e-14 ====================================================================== test_systematic (backend='cupy', shape=(4245, 4245), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.223847e-02 ni=5.819724e-02>1.725576e-14 ====================================================================== test_systematic (backend='cupy', shape=(4247, 4247), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.220023e-02 ni=6.755908e-02>1.725616e-14 ====================================================================== test_systematic (backend='cupy', shape=(4249, 4249), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.258056e-02 ni=6.803755e-02>1.725657e-14 ====================================================================== test_systematic (backend='cupy', shape=(4252, 4252), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.212571e-02 ni=6.776960e-02>1.725719e-14 ====================================================================== test_systematic (backend='cupy', shape=(4253, 4253), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.226827e-02 ni=6.790883e-02>1.725739e-14 | ||||||||||||
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float64 | out-of-place | Auto | 0 | 2023-05-22 09h45:33 +02h 40m 24s [ 374 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float64 | out-of-place | Auto | 0 | 2023-05-22 12h26:05 +00h 16m 18s [ 4463 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float64 | out-of-place | Auto | 0 | 2023-05-22 12h42:31 +00h 16m 57s [ 1882 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float64 | out-of-place | Auto | 0 | 2023-05-22 12h59:36 +00h 19m 06s [ 157 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | inplace | Auto | 0 | 2023-05-22 13h18:49 +00h 30m 49s [ 9267 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 16 --ndim 1 --range 2 10000 --bluestein --inplace --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(9376,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.183869e-01 ni=4.506123e-01>7.972018e-06 ====================================================================== test_systematic (backend='cupy', shape=(9377,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.178763e-01 ni=5.342036e-01>7.972064e-06 ====================================================================== test_systematic (backend='cupy', shape=(9382,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.174653e-01 ni=4.916849e-01>7.972295e-06 ====================================================================== test_systematic (backend='cupy', shape=(9383,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.199736e-01 ni=4.710799e-01>7.972342e-06 ====================================================================== test_systematic (backend='cupy', shape=(9385,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.196553e-01 ni=4.642503e-01>7.972434e-06 ====================================================================== test_systematic (backend='cupy', shape=(9387,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.210481e-01 ni=5.000663e-01>7.972527e-06 ====================================================================== test_systematic (backend='cupy', shape=(9388,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.145364e-01 ni=5.004618e-01>7.972573e-06 ====================================================================== test_systematic (backend='cupy', shape=(9389,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.215865e-01 ni=4.287427e-01>7.972619e-06 ====================================================================== test_systematic (backend='cupy', shape=(9391,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.164907e-01 ni=4.504864e-01>7.972712e-06 ====================================================================== test_systematic (backend='cupy', shape=(9392,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.193741e-01 ni=5.977353e-01>7.972758e-06 ====================================================================== test_systematic (backend='cupy', shape=(9395,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.232373e-01 ni=4.811831e-01>7.972897e-06 ====================================================================== test_systematic (backend='cupy', shape=(9397,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.198657e-01 ni=5.551665e-01>7.972989e-06 ====================================================================== test_systematic (backend='cupy', shape=(9402,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.180149e-01 ni=3.346186e-01>7.973220e-06 ====================================================================== test_systematic (backend='cupy', shape=(9403,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.172893e-01 ni=8.154387e-01>7.973266e-06 ====================================================================== test_systematic (backend='cupy', shape=(9404,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.157183e-01 ni=4.873892e-01>7.973313e-06 ====================================================================== test_systematic (backend='cupy', shape=(9406,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.158247e-01 ni=3.858806e-01>7.973405e-06 ====================================================================== test_systematic (backend='cupy', shape=(9407,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.236407e-01 ni=3.976604e-01>7.973451e-06 | ||||||||||||
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | inplace | Auto | 0 | 2023-05-22 13h49:46 +00h 32m 58s [ 3987 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 14 --ndim 2 --range 2 4500 --bluestein --inplace --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(4202, 4202), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.054531e-02 ni=6.022098e-02>1.124691e-05 ====================================================================== test_systematic (backend='cupy', shape=(4203, 4203), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.057934e-02 ni=6.672101e-02>1.124712e-05 ====================================================================== test_systematic (backend='cupy', shape=(4208, 4208), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.120342e-02 ni=7.620218e-02>1.124815e-05 ====================================================================== test_systematic (backend='cupy', shape=(4211, 4211), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.114512e-02 ni=6.539769e-02>1.124877e-05 ====================================================================== test_systematic (backend='cupy', shape=(4213, 4213), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.112756e-02 ni=6.206362e-02>1.124918e-05 ====================================================================== test_systematic (backend='cupy', shape=(4217, 4217), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.110007e-02 ni=6.999578e-02>1.125001e-05 ====================================================================== test_systematic (backend='cupy', shape=(4219, 4219), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.132305e-02 ni=7.000209e-02>1.125042e-05 ====================================================================== test_systematic (backend='cupy', shape=(4222, 4222), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.147499e-02 ni=5.878596e-02>1.125104e-05 ====================================================================== test_systematic (backend='cupy', shape=(4223, 4223), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.119999e-02 ni=6.778978e-02>1.125124e-05 ====================================================================== test_systematic (backend='cupy', shape=(4229, 4229), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.130613e-02 ni=6.340934e-02>1.125248e-05 ====================================================================== test_systematic (backend='cupy', shape=(4231, 4231), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.108069e-02 ni=6.326752e-02>1.125289e-05 ====================================================================== test_systematic (backend='cupy', shape=(4237, 4237), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.118030e-02 ni=5.796522e-02>1.125412e-05 ====================================================================== test_systematic (backend='cupy', shape=(4241, 4241), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.121894e-02 ni=6.783631e-02>1.125494e-05 ====================================================================== test_systematic (backend='cupy', shape=(4243, 4243), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.131218e-02 ni=6.815460e-02>1.125535e-05 ====================================================================== test_systematic (backend='cupy', shape=(4244, 4244), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.112687e-02 ni=5.980714e-02>1.125555e-05 ====================================================================== test_systematic (backend='cupy', shape=(4245, 4245), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.088372e-02 ni=6.255703e-02>1.125576e-05 ====================================================================== test_systematic (backend='cupy', shape=(4247, 4247), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.119071e-02 ni=5.875213e-02>1.125616e-05 ====================================================================== test_systematic (backend='cupy', shape=(4249, 4249), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.101823e-02 ni=6.355533e-02>1.125657e-05 ====================================================================== test_systematic (backend='cupy', shape=(4252, 4252), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.091435e-02 ni=6.259675e-02>1.125719e-05 ====================================================================== test_systematic (backend='cupy', shape=(4253, 4253), ndim=2, dtype=dtype('float32'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.093277e-02 ni=6.881838e-02>1.125739e-05 | ||||||||||||
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | inplace | Auto | 0 | 2023-05-22 14h22:52 +00h 20m 21s [ 374 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | inplace | Auto | 0 | 2023-05-22 14h43:21 +00h 14m 36s [ 4463 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | inplace | Auto | 0 | 2023-05-22 14h58:06 +00h 12m 48s [ 1882 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | inplace | Auto | 0 | 2023-05-22 15h11:02 +00h 03m 51s [ 157 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float64 | inplace | Auto | 0 | 2023-05-22 15h15:00 +00h 32m 52s [ 9267 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 16 --ndim 1 --range 2 10000 --bluestein --inplace --double --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(9376,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.155156e-01 ni=4.265369e-01>1.397202e-14 ====================================================================== test_systematic (backend='cupy', shape=(9377,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.174792e-01 ni=4.277522e-01>1.397206e-14 ====================================================================== test_systematic (backend='cupy', shape=(9382,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.187827e-01 ni=3.994077e-01>1.397230e-14 ====================================================================== test_systematic (backend='cupy', shape=(9383,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.155052e-01 ni=3.613232e-01>1.397234e-14 ====================================================================== test_systematic (backend='cupy', shape=(9385,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.180702e-01 ni=4.456032e-01>1.397243e-14 ====================================================================== test_systematic (backend='cupy', shape=(9387,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.176262e-01 ni=4.212025e-01>1.397253e-14 ====================================================================== test_systematic (backend='cupy', shape=(9388,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.143479e-01 ni=4.349209e-01>1.397257e-14 ====================================================================== test_systematic (backend='cupy', shape=(9389,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.186874e-01 ni=4.094027e-01>1.397262e-14 ====================================================================== test_systematic (backend='cupy', shape=(9391,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.207177e-01 ni=4.088635e-01>1.397271e-14 ====================================================================== test_systematic (backend='cupy', shape=(9392,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.165457e-01 ni=3.863234e-01>1.397276e-14 ====================================================================== test_systematic (backend='cupy', shape=(9395,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.224678e-01 ni=3.587839e-01>1.397290e-14 ====================================================================== test_systematic (backend='cupy', shape=(9397,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.176083e-01 ni=4.383517e-01>1.397299e-14 ====================================================================== test_systematic (backend='cupy', shape=(9402,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.174608e-01 ni=4.308058e-01>1.397322e-14 ====================================================================== test_systematic (backend='cupy', shape=(9403,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.188376e-01 ni=4.442325e-01>1.397327e-14 ====================================================================== test_systematic (backend='cupy', shape=(9404,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.217656e-01 ni=4.166905e-01>1.397331e-14 ====================================================================== test_systematic (backend='cupy', shape=(9406,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.172060e-01 ni=4.345306e-01>1.397340e-14 ====================================================================== test_systematic (backend='cupy', shape=(9407,), ndim=1, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.201314e-01 ni=4.220786e-01>1.397345e-14 | ||||||||||||
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float64 | inplace | Auto | 0 | 2023-05-22 15h47:59 +00h 48m 04s [ 3987 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 11 --ndim 2 --range 2 4500 --bluestein --inplace --double --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(4201, 4201), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.212813e-02 ni=7.244047e-02>1.724671e-14 ====================================================================== test_systematic (backend='cupy', shape=(4202, 4202), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.173579e-02 ni=6.202236e-02>1.724691e-14 ====================================================================== test_systematic (backend='cupy', shape=(4203, 4203), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.222266e-02 ni=7.251559e-02>1.724712e-14 ====================================================================== test_systematic (backend='cupy', shape=(4208, 4208), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.240937e-02 ni=7.144866e-02>1.724815e-14 ====================================================================== test_systematic (backend='cupy', shape=(4211, 4211), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.207862e-02 ni=6.763548e-02>1.724877e-14 ====================================================================== test_systematic (backend='cupy', shape=(4213, 4213), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.241039e-02 ni=6.841986e-02>1.724918e-14 ====================================================================== test_systematic (backend='cupy', shape=(4217, 4217), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.223403e-02 ni=6.265580e-02>1.725001e-14 ====================================================================== test_systematic (backend='cupy', shape=(4219, 4219), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.280326e-02 ni=6.435356e-02>1.725042e-14 ====================================================================== test_systematic (backend='cupy', shape=(4222, 4222), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.225883e-02 ni=6.423581e-02>1.725104e-14 ====================================================================== test_systematic (backend='cupy', shape=(4223, 4223), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.270891e-02 ni=6.369680e-02>1.725124e-14 ====================================================================== test_systematic (backend='cupy', shape=(4226, 4226), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.278452e-02 ni=6.952323e-02>1.725186e-14 ====================================================================== test_systematic (backend='cupy', shape=(4229, 4229), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.206239e-02 ni=7.016395e-02>1.725248e-14 ====================================================================== test_systematic (backend='cupy', shape=(4231, 4231), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.232071e-02 ni=6.478899e-02>1.725289e-14 ====================================================================== test_systematic (backend='cupy', shape=(4237, 4237), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.212620e-02 ni=6.267998e-02>1.725412e-14 ====================================================================== test_systematic (backend='cupy', shape=(4241, 4241), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.219257e-02 ni=6.763623e-02>1.725494e-14 ====================================================================== test_systematic (backend='cupy', shape=(4243, 4243), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.227429e-02 ni=6.489437e-02>1.725535e-14 ====================================================================== test_systematic (backend='cupy', shape=(4244, 4244), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.196577e-02 ni=7.165171e-02>1.725555e-14 ====================================================================== test_systematic (backend='cupy', shape=(4245, 4245), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.226795e-02 ni=7.115136e-02>1.725576e-14 ====================================================================== test_systematic (backend='cupy', shape=(4247, 4247), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.190293e-02 ni=6.216265e-02>1.725616e-14 ====================================================================== test_systematic (backend='cupy', shape=(4249, 4249), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.232774e-02 ni=6.901982e-02>1.725657e-14 ====================================================================== test_systematic (backend='cupy', shape=(4252, 4252), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.185895e-02 ni=7.047792e-02>1.725719e-14 ====================================================================== test_systematic (backend='cupy', shape=(4253, 4253), ndim=2, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.224147e-02 ni=6.683110e-02>1.725739e-14 | ||||||||||||
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float64 | inplace | Auto | 0 | 2023-05-22 16h36:12 +01h 00m 26s [ 343 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float64 | inplace | Auto | 0 | 2023-05-22 17h36:46 +00h 16m 22s [ 4463 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float64 | inplace | Auto | 0 | 2023-05-22 17h53:16 +00h 15m 46s [ 1882 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float64 | inplace | Auto | 0 | 2023-05-22 18h09:08 +00h 08m 29s [ 157 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | out-of-place | True | 0 | 2023-05-22 18h17:44 +00h 31m 07s [ 9267 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 16 --ndim 1 --range 2 10000 --bluestein --lut --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(9376,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.179595e-01 ni=4.079573e-01>7.972018e-06 ====================================================================== test_systematic (backend='cupy', shape=(9377,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.159735e-01 ni=4.336691e-01>7.972064e-06 ====================================================================== test_systematic (backend='cupy', shape=(9382,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.191080e-01 ni=4.182638e-01>7.972295e-06 ====================================================================== test_systematic (backend='cupy', shape=(9383,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.133857e-01 ni=4.504105e-01>7.972342e-06 ====================================================================== test_systematic (backend='cupy', shape=(9385,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.147730e-01 ni=4.127550e-01>7.972434e-06 ====================================================================== test_systematic (backend='cupy', shape=(9387,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.177780e-01 ni=4.116015e-01>7.972527e-06 ====================================================================== test_systematic (backend='cupy', shape=(9388,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.155088e-01 ni=4.098333e-01>7.972573e-06 ====================================================================== test_systematic (backend='cupy', shape=(9389,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.180075e-01 ni=3.672681e-01>7.972619e-06 ====================================================================== test_systematic (backend='cupy', shape=(9391,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.195839e-01 ni=4.295865e-01>7.972712e-06 ====================================================================== test_systematic (backend='cupy', shape=(9392,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.200182e-01 ni=3.791687e-01>7.972758e-06 ====================================================================== test_systematic (backend='cupy', shape=(9395,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.114388e-01 ni=3.309147e-01>7.972897e-06 ====================================================================== test_systematic (backend='cupy', shape=(9397,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.195904e-01 ni=4.219570e-01>7.972989e-06 ====================================================================== test_systematic (backend='cupy', shape=(9402,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.193224e-01 ni=3.777540e-01>7.973220e-06 ====================================================================== test_systematic (backend='cupy', shape=(9403,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.185668e-01 ni=4.507458e-01>7.973266e-06 ====================================================================== test_systematic (backend='cupy', shape=(9404,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.213829e-01 ni=4.133357e-01>7.973313e-06 ====================================================================== test_systematic (backend='cupy', shape=(9406,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.154151e-01 ni=4.069006e-01>7.973405e-06 ====================================================================== test_systematic (backend='cupy', shape=(9407,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.221691e-01 ni=4.351896e-01>7.973451e-06 | ||||||||||||
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | out-of-place | True | 0 | 2023-05-22 18h48:58 +00h 43m 23s [ 3987 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 9 --ndim 2 --range 2 4500 --bluestein --lut --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(4202, 4202), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.172362e-02 ni=6.551505e-02>1.124691e-05 ====================================================================== test_systematic (backend='cupy', shape=(4203, 4203), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.190832e-02 ni=6.438947e-02>1.124712e-05 ====================================================================== test_systematic (backend='cupy', shape=(4208, 4208), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.199028e-02 ni=7.462677e-02>1.124815e-05 ====================================================================== test_systematic (backend='cupy', shape=(4211, 4211), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.207866e-02 ni=6.892423e-02>1.124877e-05 ====================================================================== test_systematic (backend='cupy', shape=(4213, 4213), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.235601e-02 ni=6.677648e-02>1.124918e-05 ====================================================================== test_systematic (backend='cupy', shape=(4217, 4217), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.220747e-02 ni=6.304348e-02>1.125001e-05 ====================================================================== test_systematic (backend='cupy', shape=(4219, 4219), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.245718e-02 ni=6.519183e-02>1.125042e-05 ====================================================================== test_systematic (backend='cupy', shape=(4222, 4222), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.273593e-02 ni=7.901388e-02>1.125104e-05 ====================================================================== test_systematic (backend='cupy', shape=(4223, 4223), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.242951e-02 ni=8.482265e-02>1.125124e-05 ====================================================================== test_systematic (backend='cupy', shape=(4229, 4229), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.225624e-02 ni=6.861936e-02>1.125248e-05 ====================================================================== test_systematic (backend='cupy', shape=(4231, 4231), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.181329e-02 ni=6.212868e-02>1.125289e-05 ====================================================================== test_systematic (backend='cupy', shape=(4237, 4237), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.209293e-02 ni=6.354547e-02>1.125412e-05 ====================================================================== test_systematic (backend='cupy', shape=(4241, 4241), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.188282e-02 ni=6.209067e-02>1.125494e-05 ====================================================================== test_systematic (backend='cupy', shape=(4243, 4243), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.363839e-02 ni=7.708257e-02>1.125535e-05 ====================================================================== test_systematic (backend='cupy', shape=(4244, 4244), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.290821e-02 ni=6.840287e-02>1.125555e-05 ====================================================================== test_systematic (backend='cupy', shape=(4245, 4245), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.220653e-02 ni=6.436361e-02>1.125576e-05 ====================================================================== test_systematic (backend='cupy', shape=(4247, 4247), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.226657e-02 ni=7.366517e-02>1.125616e-05 ====================================================================== test_systematic (backend='cupy', shape=(4249, 4249), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.208057e-02 ni=6.905366e-02>1.125657e-05 ====================================================================== test_systematic (backend='cupy', shape=(4252, 4252), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.238886e-02 ni=7.308432e-02>1.125719e-05 ====================================================================== test_systematic (backend='cupy', shape=(4253, 4253), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.234709e-02 ni=6.357493e-02>1.125739e-05 | ||||||||||||
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | out-of-place | True | 0 | 2023-05-22 19h32:29 +00h 47m 48s [ 374 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | out-of-place | True | 0 | 2023-05-22 20h20:24 +00h 14m 36s [ 4463 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | out-of-place | True | 0 | 2023-05-22 20h35:08 +00h 12m 52s [ 1882 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | out-of-place | True | 0 | 2023-05-22 20h48:07 +00h 05m 23s [ 157 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | inplace | True | 0 | 2023-05-22 20h53:33 +00h 31m 01s [ 9267 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 16 --ndim 1 --range 2 10000 --bluestein --inplace --lut --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(9376,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.166148e-01 ni=4.957842e-01>7.972018e-06 ====================================================================== test_systematic (backend='cupy', shape=(9377,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.161589e-01 ni=3.600644e-01>7.972064e-06 ====================================================================== test_systematic (backend='cupy', shape=(9382,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.210639e-01 ni=4.315919e-01>7.972295e-06 ====================================================================== test_systematic (backend='cupy', shape=(9383,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.190902e-01 ni=3.655694e-01>7.972342e-06 ====================================================================== test_systematic (backend='cupy', shape=(9385,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.170507e-01 ni=3.753090e-01>7.972434e-06 ====================================================================== test_systematic (backend='cupy', shape=(9387,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.183612e-01 ni=4.196902e-01>7.972527e-06 ====================================================================== test_systematic (backend='cupy', shape=(9388,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.201214e-01 ni=4.447231e-01>7.972573e-06 ====================================================================== test_systematic (backend='cupy', shape=(9389,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.148099e-01 ni=4.112663e-01>7.972619e-06 ====================================================================== test_systematic (backend='cupy', shape=(9391,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.195470e-01 ni=4.394373e-01>7.972712e-06 ====================================================================== test_systematic (backend='cupy', shape=(9392,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.138005e-01 ni=3.741749e-01>7.972758e-06 ====================================================================== test_systematic (backend='cupy', shape=(9395,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.183257e-01 ni=4.060818e-01>7.972897e-06 ====================================================================== test_systematic (backend='cupy', shape=(9397,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.153634e-01 ni=4.388141e-01>7.972989e-06 ====================================================================== test_systematic (backend='cupy', shape=(9402,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.162201e-01 ni=4.003949e-01>7.973220e-06 ====================================================================== test_systematic (backend='cupy', shape=(9403,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.152173e-01 ni=3.621995e-01>7.973266e-06 ====================================================================== test_systematic (backend='cupy', shape=(9404,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.171284e-01 ni=4.121910e-01>7.973313e-06 ====================================================================== test_systematic (backend='cupy', shape=(9406,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.188553e-01 ni=4.243497e-01>7.973405e-06 ====================================================================== test_systematic (backend='cupy', shape=(9407,), ndim=1, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=4.200912e-01 ni=4.241094e-01>7.973451e-06 | ||||||||||||
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | inplace | True | 0 | 2023-05-22 21h24:44 +00h 33m 12s [ 3987 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 14 --ndim 2 --range 2 4500 --bluestein --inplace --lut --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='cupy', shape=(4202, 4202), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.196850e-02 ni=5.607816e-02>1.124691e-05 ====================================================================== test_systematic (backend='cupy', shape=(4203, 4203), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.215066e-02 ni=7.206388e-02>1.124712e-05 ====================================================================== test_systematic (backend='cupy', shape=(4208, 4208), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.238742e-02 ni=6.692190e-02>1.124815e-05 ====================================================================== test_systematic (backend='cupy', shape=(4211, 4211), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.218434e-02 ni=6.617287e-02>1.124877e-05 ====================================================================== test_systematic (backend='cupy', shape=(4213, 4213), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.219529e-02 ni=6.113193e-02>1.124918e-05 ====================================================================== test_systematic (backend='cupy', shape=(4217, 4217), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.232003e-02 ni=7.199501e-02>1.125001e-05 ====================================================================== test_systematic (backend='cupy', shape=(4219, 4219), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.263823e-02 ni=7.097135e-02>1.125042e-05 ====================================================================== test_systematic (backend='cupy', shape=(4222, 4222), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.212346e-02 ni=7.014270e-02>1.125104e-05 ====================================================================== test_systematic (backend='cupy', shape=(4223, 4223), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.207128e-02 ni=6.965759e-02>1.125124e-05 ====================================================================== test_systematic (backend='cupy', shape=(4229, 4229), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.217600e-02 ni=7.915256e-02>1.125248e-05 ====================================================================== test_systematic (backend='cupy', shape=(4231, 4231), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.208855e-02 ni=6.784280e-02>1.125289e-05 ====================================================================== test_systematic (backend='cupy', shape=(4237, 4237), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.203200e-02 ni=7.510033e-02>1.125412e-05 ====================================================================== test_systematic (backend='cupy', shape=(4241, 4241), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.214766e-02 ni=6.309734e-02>1.125494e-05 ====================================================================== test_systematic (backend='cupy', shape=(4243, 4243), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.245112e-02 ni=6.350386e-02>1.125535e-05 ====================================================================== test_systematic (backend='cupy', shape=(4244, 4244), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.210480e-02 ni=6.306581e-02>1.125555e-05 ====================================================================== test_systematic (backend='cupy', shape=(4245, 4245), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.218759e-02 ni=6.403583e-02>1.125576e-05 ====================================================================== test_systematic (backend='cupy', shape=(4247, 4247), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.215355e-02 ni=6.400032e-02>1.125616e-05 ====================================================================== test_systematic (backend='cupy', shape=(4249, 4249), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.206450e-02 ni=6.700160e-02>1.125657e-05 ====================================================================== test_systematic (backend='cupy', shape=(4252, 4252), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.226558e-02 ni=7.026174e-02>1.125719e-05 ====================================================================== test_systematic (backend='cupy', shape=(4253, 4253), ndim=2, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- 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 914, in test_systematic self.assertTrue(ni < tol, "Accuracy mismatch after FFT, n2=%8e ni=%8e>%8e" % (n2, ni, tol)) AssertionError: False is not true : Accuracy mismatch after FFT, n2=2.214737e-02 ni=6.778724e-02>1.125739e-05 | ||||||||||||
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | inplace | True | 0 | 2023-05-22 21h58:04 +00h 20m 30s [ 374 tests] | 0 | 0 | |
gtx | cupy | 1 | 2-10000 | Bluestein | float32 | inplace | True | 0 | 2023-05-22 22h18:43 +00h 14m 41s [ 4463 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 (N,N) | Bluestein | float32 | inplace | True | 0 | 2023-05-22 22h33:32 +00h 12m 55s [ 1882 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-550 (N,N,N) | Bluestein | float32 | inplace | True | 0 | 2023-05-22 22h46:36 +00h 03m 55s [ 157 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2023-05-22 22h50:39 +00h 09m 10s [ 2740 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2023-05-22 22h59:58 +00h 09m 22s [ 2740 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2023-05-22 23h09:29 +00h 09m 10s [ 2740 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2023-05-22 23h18:46 +00h 12m 45s [ 2740 tests] | 0 | ||
pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 12 --ndim 2 --range 2 4500 --radix --double --norm 1 --range-nd-narrow 0.04 8 --radix-max-pow 3 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='cupy', shape=(4356, 4410), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 549, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 471, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/basic.py", line 88, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 307,359,744 bytes (allocated so far: 307,359,744 bytes). """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 307,359,744 bytes (allocated so far: 307,359,744 bytes). ====================================================================== test_systematic (backend='cupy', shape=(4290, 4459), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 549, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 471, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/basic.py", line 88, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 306,065,920 bytes (allocated so far: 306,065,920 bytes). """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 306,065,920 bytes (allocated so far: 306,065,920 bytes). ====================================================================== test_systematic (backend='cupy', shape=(4410, 4500), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 549, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 361, in test_accuracy d1_gpu = empty_like(d_gpu) ^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/basic.py", line 88, in empty_like return cupy.ndarray(shape, dtype, memptr, strides, order) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 317,520,384 bytes (allocated so far: 317,520,384 bytes). """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 317,520,384 bytes (allocated so far: 317,520,384 bytes). ====================================================================== test_systematic (backend='cupy', shape=(4459, 4500), ndim=2, dtype=dtype('float64'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 549, in test_accuracy_kwargs return test_accuracy(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 309, in test_accuracy d_gpu = to_gpu(d0) ^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/cupy/_creation/from_data.py", line 46, in array return _core.array(obj, dtype, copy, order, subok, ndmin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "cupy/_core/core.pyx", line 2382, in cupy._core.core.array File "cupy/_core/core.pyx", line 2406, in cupy._core.core.array File "cupy/_core/core.pyx", line 2538, in cupy._core.core._array_default File "cupy/_core/core.pyx", line 136, in cupy._core.core.ndarray.__new__ File "cupy/_core/core.pyx", line 224, in cupy._core.core._ndarray_base._init File "cupy/cuda/memory.pyx", line 742, in cupy.cuda.memory.alloc File "cupy/cuda/memory.pyx", line 1419, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1440, in cupy.cuda.memory.MemoryPool.malloc File "cupy/cuda/memory.pyx", line 1120, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc File "cupy/cuda/memory.pyx", line 1141, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc File "cupy/cuda/memory.pyx", line 1379, in cupy.cuda.memory.SingleDeviceMemoryPool._try_malloc cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 321,048,064 bytes (allocated so far: 0 bytes). """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 870, in test_systematic res = results.next(timeout=self.timeout * r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 873, in next raise value cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 321,048,064 bytes (allocated so far: 0 bytes). | ||||||||||||
gtx | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2023-05-22 23h31:39 +00h 12m 22s [ 5848 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2023-05-22 23h44:09 +00h 12m 31s [ 5848 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2023-05-22 23h56:49 +00h 12m 19s [ 5848 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2023-05-23 00h09:25 +00h 12m 54s [ 5848 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2023-05-23 00h22:27 +00h 03m 33s [ 1184 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2023-05-23 00h26:09 +00h 03m 38s [ 1184 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2023-05-23 00h29:56 +00h 03m 34s [ 1184 tests] | 0 | 0 | |
gtx | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2023-05-23 00h33:38 +00h 04m 23s [ 1184 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2023-05-23 00h38:09 +00h 02m 58s [ 1223 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2023-05-23 00h41:15 +00h 03m 00s [ 1223 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2023-05-23 00h44:30 +00h 02m 59s [ 1223 tests] | 0 | 0 | |
gtx | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2023-05-23 00h47:35 +00h 03m 02s [ 1223 tests] | 0 | 0 | |