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