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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| a40 | cupy | Regular multi-dimensional C2C/R2C/R2R test | 2025-07-25 09h41:16 +00h 49m 02s | 0 | 0 | |||||||
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h30:19 +00h 01m 09s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h31:29 +00h 00m 44s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h32:14 +00h 01m 27s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h33:42 +00h 01m 12s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h34:55 +00h 00m 40s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h35:36 +00h 00m 41s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h36:18 +00h 01m 17s [ 1846 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h37:37 +00h 00m 43s [ 511 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h38:21 +00h 01m 40s [ 174 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h40:02 +00h 01m 17s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h41:21 +00h 00m 46s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h42:08 +00h 00m 55s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h43:05 +00h 01m 17s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h44:23 +00h 00m 46s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h45:11 +00h 00m 56s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h46:07 +00h 01m 21s [ 1504 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h47:29 +00h 00m 43s [ 401 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h48:13 +00h 00m 40s [ 132 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h48:55 +00h 03m 28s [ 1846 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h52:24 +00h 01m 34s [ 511 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h53:59 +00h 03m 20s [ 174 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h57:20 +00h 01m 21s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h58:42 +00h 00m 49s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 10h59:33 +00h 00m 58s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 11h00:33 +00h 01m 20s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 11h01:54 +00h 00m 49s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 11h02:45 +00h 00m 58s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 11h03:44 +00h 01m 22s [ 1504 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 11h05:07 +00h 00m 46s [ 401 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2025-07-25 11h05:54 +00h 00m 43s [ 132 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h06:39 +00h 01m 14s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h07:54 +00h 00m 51s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h08:47 +00h 03m 00s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h11:48 +00h 01m 18s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h13:08 +00h 00m 45s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h13:53 +00h 01m 10s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h15:04 +00h 01m 25s [ 1846 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h16:30 +00h 01m 06s [ 511 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h20:52 +00h 04m 53s [ 174 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h25:48 +00h 01m 31s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h27:20 +00h 00m 54s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h28:16 +00h 02m 21s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h30:39 +00h 01m 29s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h32:09 +00h 00m 54s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h33:05 +00h 02m 21s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h35:27 +00h 01m 24s [ 1504 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h36:53 +00h 00m 50s [ 401 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h37:44 +00h 01m 36s [ 132 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h46:36 +00h 03m 58s [ 1846 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h50:36 +00h 02m 26s [ 511 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 11h53:03 +00h 09m 18s [ 174 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 12h02:22 +00h 01m 29s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 12h03:53 +00h 00m 53s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 12h04:47 +00h 02m 19s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 12h07:07 +00h 01m 29s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 12h08:37 +00h 00m 54s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 12h09:32 +00h 02m 19s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 12h11:52 +00h 01m 22s [ 1504 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 12h13:15 +00h 00m 50s [ 401 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 1 | 2025-07-25 12h14:06 +00h 01m 33s [ 132 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h15:39 +00h 01m 08s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h16:49 +00h 00m 45s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h17:34 +00h 05m 17s [ 175 tests] | 0 | ||
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h22:53 +00h 01m 13s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h24:06 +00h 00m 40s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h24:48 +00h 00m 42s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h25:31 +00h 01m 17s [ 1846 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h26:49 +00h 00m 43s [ 511 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h27:33 +00h 00m 58s [ 174 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h28:32 +00h 01m 17s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h29:51 +00h 00m 47s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h30:39 +00h 00m 38s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h31:18 +00h 01m 17s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h32:37 +00h 00m 46s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h33:24 +00h 00m 37s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h34:03 +00h 01m 20s [ 1504 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h35:24 +00h 00m 43s [ 401 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h36:09 +00h 00m 27s [ 132 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h36:37 +00h 03m 29s [ 1846 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h40:07 +00h 01m 34s [ 511 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h41:43 +00h 01m 50s [ 174 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h43:34 +00h 01m 21s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h44:55 +00h 00m 49s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h45:46 +00h 00m 39s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h46:26 +00h 01m 21s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h47:48 +00h 00m 49s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h48:38 +00h 00m 39s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h49:19 +00h 01m 22s [ 1504 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h50:42 +00h 00m 47s [ 401 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 1 | 2025-07-25 12h51:30 +00h 00m 29s [ 132 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 12h52:00 +00h 01m 14s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 12h53:15 +00h 00m 51s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 12h54:08 +00h 01m 27s [ 168 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 12h55:36 +00h 01m 19s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 12h56:57 +00h 00m 45s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 12h57:43 +00h 00m 53s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 12h58:37 +00h 01m 25s [ 1846 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h00:03 +00h 00m 49s [ 511 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h00:53 +00h 02m 21s [ 174 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h03:15 +00h 01m 26s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h04:42 +00h 00m 50s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h05:33 +00h 01m 15s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h06:50 +00h 01m 26s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h08:17 +00h 00m 50s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h09:08 +00h 01m 15s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h10:25 +00h 01m 20s [ 1504 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h11:45 +00h 00m 47s [ 401 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h12:33 +00h 00m 50s [ 132 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h13:24 +00h 03m 50s [ 1846 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h17:15 +00h 01m 45s [ 511 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h19:02 +00h 04m 53s [ 174 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h23:56 +00h 01m 29s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h25:26 +00h 00m 53s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h26:20 +00h 01m 19s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h27:40 +00h 01m 29s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h29:10 +00h 00m 53s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h30:04 +00h 01m 19s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h31:24 +00h 01m 22s [ 1504 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h32:47 +00h 00m 49s [ 401 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 1 | 2025-07-25 13h33:38 +00h 00m 53s [ 132 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h34:31 +00h 01m 11s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h35:44 +00h 00m 46s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h36:31 +00h 01m 28s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h38:00 +00h 01m 16s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h39:17 +00h 00m 42s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h40:00 +00h 00m 42s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h40:43 +00h 01m 23s [ 1846 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h42:07 +00h 00m 46s [ 511 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h42:54 +00h 01m 43s [ 174 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h44:38 +00h 01m 24s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h46:02 +00h 00m 49s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h46:52 +00h 00m 57s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h47:50 +00h 01m 24s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h49:15 +00h 00m 49s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h50:05 +00h 00m 58s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h51:04 +00h 01m 24s [ 1504 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h52:30 +00h 00m 45s [ 401 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h53:16 +00h 00m 42s [ 132 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h53:58 +00h 03m 33s [ 1846 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h57:33 +00h 01m 37s [ 511 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 13h59:11 +00h 03m 24s [ 174 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 14h02:37 +00h 01m 28s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 14h04:05 +00h 00m 51s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 14h04:58 +00h 01m 00s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 14h05:59 +00h 01m 27s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 14h07:27 +00h 00m 51s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 14h08:19 +00h 00m 59s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 14h09:20 +00h 01m 26s [ 1504 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 14h10:47 +00h 00m 48s [ 401 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 1 | 2025-07-25 14h11:38 +00h 00m 44s [ 132 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h12:23 +00h 01m 12s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h13:36 +00h 00m 46s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h14:23 +00h 01m 06s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h15:30 +00h 01m 17s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h16:49 +00h 00m 42s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h17:33 +00h 00m 42s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h18:16 +00h 01m 23s [ 1846 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h19:40 +00h 00m 45s [ 511 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h20:26 +00h 00m 58s [ 174 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h21:26 +00h 01m 24s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h22:51 +00h 00m 48s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h23:40 +00h 00m 39s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h24:20 +00h 01m 24s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h25:45 +00h 00m 49s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h26:35 +00h 00m 39s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h27:15 +00h 01m 24s [ 1504 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h28:40 +00h 00m 45s [ 401 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h29:26 +00h 00m 28s [ 132 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h29:56 +00h 03m 33s [ 1846 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h33:30 +00h 01m 36s [ 511 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h35:07 +00h 01m 52s [ 174 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h37:01 +00h 01m 27s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h38:29 +00h 00m 51s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h39:22 +00h 00m 40s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h40:03 +00h 01m 27s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h41:31 +00h 00m 51s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h42:24 +00h 00m 40s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h43:05 +00h 01m 26s [ 1504 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h44:32 +00h 00m 47s [ 401 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 1 | 2025-07-25 14h45:21 +00h 00m 30s [ 132 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2025-07-25 14h45:52 +00h 01m 07s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2025-07-25 14h47:01 +00h 00m 45s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2025-07-25 14h47:47 +00h 01m 27s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2025-07-25 14h49:15 +00h 01m 13s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2025-07-25 14h50:30 +00h 00m 40s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 0 | 2025-07-25 14h51:11 +00h 00m 41s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 0 | 2025-07-25 14h51:54 +00h 01m 14s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 0 | 2025-07-25 14h53:08 +00h 00m 52s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 0 | 2025-07-25 14h54:01 +00h 03m 00s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 0 | 2025-07-25 14h57:02 +00h 01m 18s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 0 | 2025-07-25 14h58:21 +00h 00m 45s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | out-of-place | Auto | 0 | 2025-07-25 14h59:07 +00h 01m 10s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2025-07-25 15h00:19 +00h 01m 07s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2025-07-25 15h01:27 +00h 00m 45s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2025-07-25 15h02:13 +00h 01m 05s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2025-07-25 15h03:19 +00h 01m 12s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2025-07-25 15h04:32 +00h 00m 40s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | Auto | 0 | 2025-07-25 15h05:14 +00h 00m 42s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 0 | 2025-07-25 15h05:56 +00h 01m 14s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 0 | 2025-07-25 15h07:11 +00h 00m 52s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 0 | 2025-07-25 15h08:04 +00h 01m 27s [ 168 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float64 | inplace | Auto | 0 | 2025-07-25 15h09:32 +00h 01m 19s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 0 | 2025-07-25 15h10:52 +00h 00m 45s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float64 | inplace | Auto | 0 | 2025-07-25 15h11:39 +00h 00m 53s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2025-07-25 15h12:33 +00h 01m 12s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2025-07-25 15h13:45 +00h 00m 46s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2025-07-25 15h14:32 +00h 01m 27s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2025-07-25 15h16:00 +00h 01m 15s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2025-07-25 15h17:17 +00h 00m 43s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | True | 0 | 2025-07-25 15h18:01 +00h 00m 42s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2025-07-25 15h18:44 +00h 01m 12s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2025-07-25 15h19:57 +00h 00m 46s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2025-07-25 15h20:44 +00h 01m 05s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2025-07-25 15h21:50 +00h 01m 16s [ 1847 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2025-07-25 15h23:07 +00h 00m 42s [ 512 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | inplace | True | 0 | 2025-07-25 15h23:50 +00h 00m 42s [ 175 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 15h24:34 +00h 13m 35s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 15h38:10 +00h 14m 23s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 15h52:34 +00h 12m 10s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 16h04:46 +00h 13m 45s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 16h18:31 +00h 13m 30s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 16h32:03 +00h 04m 38s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 16h36:42 +00h 14m 31s [ 9268 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 16h51:14 +00h 25m 18s [ 3988 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 17h16:33 +00h 21m 46s [ 375 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 17h38:21 +00h 14m 40s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 17h53:02 +00h 14m 19s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 18h07:22 +00h 09m 18s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 18h16:41 +00h 14m 41s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 18h31:23 +00h 14m 18s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 18h45:42 +00h 09m 17s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-10000 | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 18h55:00 +00h 17m 23s [ 9417 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 19h12:25 +00h 17m 05s [ 4097 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 19h29:31 +00h 11m 33s [ 416 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 19h41:05 +00h 14m 16s [ 9268 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 19h55:22 +00h 24m 33s [ 3988 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 20h19:56 +00h 18m 53s [ 375 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 20h38:51 +00h 15m 10s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 20h54:02 +00h 14m 47s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 21h08:50 +00h 09m 39s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 21h18:30 +00h 15m 09s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 21h33:41 +00h 14m 47s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 21h48:29 +00h 09m 37s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-10000 | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 21h58:08 +00h 17m 39s [ 9417 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 22h15:48 +00h 17m 41s [ 4097 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 1 | 2025-07-25 22h33:30 +00h 12m 05s [ 416 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-25 22h45:36 +00h 13m 59s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-25 22h59:36 +00h 21m 46s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-25 23h21:24 +00h 30m 28s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-25 23h51:53 +00h 13m 58s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 00h05:52 +00h 14m 03s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 00h19:57 +00h 10m 59s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 00h30:57 +00h 14m 59s [ 9268 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 00h45:58 +00h 43m 15s [ 3988 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 01h29:13 +01h 04m 59s [ 375 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 02h34:13 +00h 14m 52s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 02h49:07 +00h 21m 49s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 03h10:57 +00h 25m 04s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 03h36:02 +00h 14m 53s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 03h50:56 +00h 21m 48s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 04h12:45 +00h 25m 02s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-10000 | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 04h37:48 +00h 17m 13s [ 9417 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 04h55:03 +00h 25m 35s [ 4097 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 05h20:39 +00h 29m 26s [ 416 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 05h50:06 +00h 14m 48s [ 9268 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 06h04:56 +00h 41m 55s [ 3988 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 06h46:52 +00h 55m 36s [ 375 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 07h42:29 +00h 15m 16s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 07h57:46 +00h 22m 30s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 08h20:18 +00h 25m 53s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 08h46:12 +00h 15m 16s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 09h01:29 +00h 22m 33s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 09h24:03 +00h 25m 53s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-10000 | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 09h49:58 +00h 17m 32s [ 9417 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 10h07:31 +00h 26m 29s [ 4097 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 1 | 2025-07-26 10h34:01 +00h 30m 45s [ 416 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 11h04:47 +00h 13m 31s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 11h18:19 +00h 14m 22s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 11h32:42 +00h 06m 24s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 11h39:07 +00h 13m 43s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 11h52:52 +00h 13m 30s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 12h06:23 +00h 02m 42s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 12h09:06 +00h 14m 29s [ 9268 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 12h23:37 +00h 14m 28s [ 3988 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 12h38:06 +00h 10m 57s [ 375 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 12h49:04 +00h 14m 36s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 13h03:41 +00h 14m 13s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 13h17:56 +00h 04m 46s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 13h22:43 +00h 14m 37s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 13h37:21 +00h 14m 17s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 13h51:40 +00h 04m 46s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-10000 | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 13h56:27 +00h 17m 19s [ 9417 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 14h13:47 +00h 17m 05s [ 4097 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 14h30:53 +00h 05m 55s [ 416 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 14h36:50 +00h 14m 15s [ 9268 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 14h51:06 +00h 14m 02s [ 3988 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 15h05:10 +00h 09m 32s [ 375 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 15h14:43 +00h 15m 08s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 15h29:52 +00h 14m 45s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 15h44:38 +00h 04m 57s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 15h49:36 +00h 15m 06s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 16h04:43 +00h 14m 45s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 16h19:29 +00h 04m 56s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-10000 | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 16h24:27 +00h 17m 41s [ 9417 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 16h42:09 +00h 17m 39s [ 4097 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | Bluestein/Rader | float32 | inplace | Auto | 1 | 2025-07-26 16h59:49 +00h 06m 09s [ 416 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 17h05:59 +00h 13m 55s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 17h19:56 +00h 15m 25s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 17h35:22 +00h 12m 11s [ 343 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 17h47:33 +00h 14m 01s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 18h01:36 +00h 14m 04s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 18h15:41 +00h 05m 47s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 18h21:30 +00h 14m 58s [ 9268 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 18h36:29 +00h 23m 55s [ 3988 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 19h00:25 +00h 32m 31s [ 375 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 19h32:57 +00h 14m 54s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 19h47:52 +00h 15m 15s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 20h03:08 +00h 12m 41s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 20h15:51 +00h 14m 50s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 20h30:43 +00h 15m 15s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 20h45:59 +00h 12m 45s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-10000 | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 20h58:46 +00h 17m 12s [ 9417 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 21h15:59 +00h 17m 56s [ 4097 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 21h33:56 +00h 14m 56s [ 416 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 21h48:54 +00h 14m 49s [ 9268 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 22h03:44 +00h 23m 13s [ 3988 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 22h26:59 +00h 28m 01s [ 375 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 22h55:01 +00h 15m 16s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 23h10:19 +00h 15m 45s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 23h26:05 +00h 13m 09s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 23h39:15 +00h 15m 14s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-26 23h54:30 +00h 15m 47s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-27 00h10:19 +00h 13m 11s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-10000 | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-27 00h23:31 +00h 17m 29s [ 9417 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-27 00h41:01 +00h 18m 31s [ 4097 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | Bluestein/Rader | float64 | inplace | Auto | 1 | 2025-07-27 00h59:33 +00h 15m 34s [ 416 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 01h15:08 +00h 13m 42s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 01h28:52 +00h 14m 33s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 01h43:27 +00h 12m 21s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 01h55:49 +00h 13m 55s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 02h09:45 +00h 13m 45s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 02h23:31 +00h 04m 42s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 02h28:14 +00h 14m 47s [ 9268 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 02h43:02 +00h 25m 48s [ 3988 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 03h08:51 +00h 22m 09s [ 375 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 03h31:01 +00h 14m 51s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 03h45:54 +00h 14m 34s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 04h00:29 +00h 09m 28s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 04h09:59 +00h 14m 52s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 04h24:52 +00h 14m 36s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 04h39:29 +00h 09m 27s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-10000 | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 04h48:58 +00h 17m 35s [ 9417 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 05h06:34 +00h 17m 23s [ 4097 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 05h23:58 +00h 11m 44s [ 416 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 05h35:43 +00h 14m 33s [ 9268 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 05h50:18 +00h 25m 02s [ 3988 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 06h15:21 +00h 19m 13s [ 375 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 06h34:35 +00h 16m 48s [ 9267 tests] | 0 | ||
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 06h51:25 +00h 15m 06s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 07h06:32 +00h 09m 48s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 07h16:21 +00h 16m 49s [ 9267 tests] | 0 | ||
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 07h33:12 +00h 15m 05s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 07h48:19 +00h 09m 50s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-10000 | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 07h58:10 +00h 17m 54s [ 9417 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 08h16:05 +00h 17m 59s [ 4097 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | True | 1 | 2025-07-27 08h34:06 +00h 12m 13s [ 416 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 08h46:20 +00h 13m 41s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 09h00:02 +00h 14m 32s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 09h14:36 +00h 06m 29s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 09h21:06 +00h 13m 54s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 09h35:01 +00h 13m 44s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 09h48:47 +00h 02m 44s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 09h51:32 +00h 14m 46s [ 9268 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 10h06:19 +00h 14m 48s [ 3988 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 10h21:08 +00h 11m 09s [ 375 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 10h46:49 +00h 14m 57s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 11h01:48 +00h 14m 32s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 11h16:21 +00h 04m 49s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 11h21:11 +00h 14m 51s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 11h36:02 +00h 14m 33s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 11h50:37 +00h 04m 49s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-10000 | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 11h55:27 +00h 17m 33s [ 9417 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 12h13:01 +00h 17m 19s [ 4097 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 12h30:22 +00h 06m 01s [ 416 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 12h36:25 +00h 14m 31s [ 9268 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 12h50:57 +00h 14m 22s [ 3988 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 13h05:22 +00h 09m 41s [ 375 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 13h15:05 +00h 16m 46s [ 9267 tests] | 0 | ||
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 13h31:52 +00h 15m 03s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 13h46:56 +00h 05m 00s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 13h51:58 +00h 16m 51s [ 9267 tests] | 0 | ||
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 14h08:50 +00h 15m 05s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 14h23:57 +00h 05m 02s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 3-10000 | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 14h29:00 +00h 17m 55s [ 9417 tests] | 0 | 0 | |
| a40 | cupy | 2 | 3-4500 (N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 14h46:58 +00h 17m 56s [ 4097 tests] | 0 | 0 | |
| a40 | cupy | 3 | 3-550 (N,N,N) | Bluestein/Rader | float32 | inplace | True | 1 | 2025-07-27 15h04:56 +00h 06m 14s [ 416 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | Auto | 0 | 2025-07-27 15h11:11 +00h 13m 30s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 0 | 2025-07-27 15h24:43 +00h 14m 19s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 0 | 2025-07-27 15h39:03 +00h 12m 11s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | Auto | 0 | 2025-07-27 15h51:22 +00h 13m 40s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 0 | 2025-07-27 16h05:04 +00h 13m 29s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | Auto | 0 | 2025-07-27 16h18:38 +00h 04m 38s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | out-of-place | Auto | 0 | 2025-07-27 16h23:17 +00h 13m 55s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 0 | 2025-07-27 16h37:14 +00h 21m 40s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 0 | 2025-07-27 16h58:55 +00h 30m 22s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | out-of-place | Auto | 0 | 2025-07-27 17h29:19 +00h 13m 55s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 0 | 2025-07-27 17h43:15 +00h 14m 00s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | out-of-place | Auto | 0 | 2025-07-27 17h57:17 +00h 10m 54s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | Auto | 0 | 2025-07-27 18h08:12 +00h 13m 29s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | Auto | 0 | 2025-07-27 18h21:42 +00h 14m 16s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | Auto | 0 | 2025-07-27 18h35:59 +00h 06m 24s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | Auto | 0 | 2025-07-27 18h42:25 +00h 13m 40s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | Auto | 0 | 2025-07-27 18h56:06 +00h 13m 26s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | Auto | 0 | 2025-07-27 19h09:33 +00h 02m 41s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | inplace | Auto | 0 | 2025-07-27 19h12:16 +00h 13m 55s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | inplace | Auto | 0 | 2025-07-27 19h26:12 +00h 15m 22s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | inplace | Auto | 0 | 2025-07-27 19h41:34 +00h 12m 06s [ 343 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float64 | inplace | Auto | 0 | 2025-07-27 19h53:42 +00h 13m 57s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float64 | inplace | Auto | 0 | 2025-07-27 20h07:39 +00h 13m 59s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float64 | inplace | Auto | 0 | 2025-07-27 20h21:39 +00h 05m 47s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | True | 0 | 2025-07-27 20h27:27 +00h 13m 39s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | True | 0 | 2025-07-27 20h41:08 +00h 14m 28s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | True | 0 | 2025-07-27 20h55:37 +00h 12m 14s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | out-of-place | True | 0 | 2025-07-27 21h07:52 +00h 13m 51s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | out-of-place | True | 0 | 2025-07-27 21h21:44 +00h 13m 40s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | out-of-place | True | 0 | 2025-07-27 21h35:26 +00h 04m 40s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | True | 0 | 2025-07-27 21h40:07 +00h 13m 39s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | True | 0 | 2025-07-27 21h53:48 +00h 14m 31s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | True | 0 | 2025-07-27 22h08:20 +00h 06m 27s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 1 | 2-10000 | Bluestein/Rader | float32 | inplace | True | 0 | 2025-07-27 22h14:49 +00h 13m 51s [ 9267 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 (N,N) | Bluestein/Rader | float32 | inplace | True | 0 | 2025-07-27 22h28:40 +00h 13m 40s [ 3987 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-550 (N,N,N) | Bluestein/Rader | float32 | inplace | True | 0 | 2025-07-27 22h42:21 +00h 02m 43s [ 374 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-27 22h45:05 +00h 03m 29s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-27 22h48:36 +00h 03m 36s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-27 22h52:13 +00h 03m 29s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-27 22h55:43 +00h 04m 03s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-27 22h59:47 +00h 04m 00s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-27 23h03:48 +00h 04m 07s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-27 23h07:56 +00h 04m 00s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-27 23h11:57 +00h 04m 17s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-27 23h16:26 +00h 03m 09s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-27 23h19:36 +00h 03m 15s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-27 23h22:53 +00h 03m 07s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-27 23h26:01 +00h 03m 30s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-27 23h29:32 +00h 04m 20s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-27 23h33:54 +00h 04m 27s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-27 23h38:22 +00h 04m 20s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-27 23h42:43 +00h 04m 31s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-27 23h47:15 +00h 03m 23s [ 2731 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-27 23h50:39 +00h 03m 34s [ 2731 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-27 23h54:14 +00h 03m 23s [ 2731 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-27 23h57:39 +00h 03m 55s [ 2731 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 00h01:35 +00h 04m 54s [ 5823 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 00h06:30 +00h 05m 04s [ 5823 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 00h11:36 +00h 04m 53s [ 5823 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 00h16:30 +00h 05m 11s [ 5823 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 00h21:42 +00h 03m 39s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 00h25:22 +00h 03m 51s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 00h29:14 +00h 03m 39s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 00h32:54 +00h 03m 58s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 00h36:54 +00h 05m 14s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 00h42:09 +00h 05m 24s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 00h47:34 +00h 05m 14s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 00h52:49 +00h 05m 31s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 00h58:20 +00h 03m 39s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 01h02:01 +00h 03m 50s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 01h05:52 +00h 03m 39s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 01h09:32 +00h 03m 58s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 01h13:32 +00h 05m 14s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 01h18:47 +00h 05m 23s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 01h24:11 +00h 05m 14s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 01h29:26 +00h 05m 30s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 01h34:57 +00h 02m 16s [ 1492 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 01h37:15 +00h 02m 21s [ 1492 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 01h39:37 +00h 02m 16s [ 1492 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 01h41:55 +00h 02m 24s [ 1492 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 01h44:20 +00h 04m 59s [ 3858 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 01h49:20 +00h 05m 06s [ 3858 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 01h54:27 +00h 04m 59s [ 3858 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 01h59:28 +00h 05m 13s [ 3858 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 02h04:42 +00h 08m 05s [ 2731 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 02h12:48 +00h 08m 14s [ 2731 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 02h21:04 +00h 08m 05s [ 2731 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 02h29:09 +00h 09m 03s [ 2731 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 02h38:14 +00h 07m 09s [ 5823 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 02h45:24 +00h 07m 24s [ 5823 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 02h52:49 +00h 07m 08s [ 5823 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 02h59:58 +00h 07m 34s [ 5823 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 03h07:33 +00h 03m 53s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 03h11:28 +00h 04m 05s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 03h15:34 +00h 03m 53s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 03h19:28 +00h 04m 12s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 03h23:42 +00h 05m 38s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 03h29:21 +00h 05m 47s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 03h35:10 +00h 05m 38s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 03h40:48 +00h 05m 57s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 03h46:47 +00h 03m 53s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 03h50:41 +00h 04m 05s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 03h54:47 +00h 03m 53s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 03h58:41 +00h 04m 12s [ 2740 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 04h02:54 +00h 05m 38s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 04h08:34 +00h 05m 48s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 04h14:23 +00h 05m 37s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 04h20:01 +00h 05m 57s [ 5848 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 04h25:59 +00h 02m 26s [ 1492 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 04h28:26 +00h 02m 30s [ 1492 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 04h30:57 +00h 02m 26s [ 1492 tests] | 0 | 0 | |
| a40 | cupy | 2 | 2-4500 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 04h33:24 +00h 02m 34s [ 1492 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | Auto | 1 | 2025-07-28 04h35:59 +00h 05m 20s [ 3858 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | out-of-place | True | 1 | 2025-07-28 04h41:21 +00h 05m 27s [ 3858 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float32 | inplace | Auto | 1 | 2025-07-28 04h46:48 +00h 05m 21s [ 3858 tests] | 0 | 0 | |
| a40 | cupy | 3 | 2-150 [|Ni-N1|<={8; 4%N1}] | 2,3,5,7,11,13[^N,N<=3] | float64 | out-of-place | Auto | 1 | 2025-07-28 04h52:10 +00h 05m 37s [ 3858 tests] | 0 | 0 | |