Forum: Msieve
2022-07-16, 22:58
|
Replies: 117
Views: 20,676
There's a good chance that won't work. The...
There's a good chance that won't work. The vectors are always kept on the card and may take most of the GPU memory, leaving little for the matrix blocks and spmv scratch space. Nothing beats...
|
Forum: Msieve
2022-05-10, 18:13
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2022-05-09, 22:08
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2022-05-01, 17:33
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2022-04-09, 19:45
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2022-03-27, 17:36
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2022-03-25, 23:46
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2022-02-24, 06:17
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2022-02-21, 02:38
|
Replies: 117
Views: 20,676
Yes, it will work on a K80. My updated version...
Yes, it will work on a K80. My updated version requires CC 3.5 or greater.
You don't need to transfer the large relations file. Do this:
1. Complete the filtering and build the matrix locally....
|
Forum: Msieve
2021-10-31, 18:58
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2021-10-26, 18:06
|
Replies: 117
Views: 20,676
For 2,2174L we sieved from 20M - 6B, and...
For 2,2174L we sieved from 20M - 6B, and collected 1.36B relations. This gave 734M uniques, so about 46% duplicates.
For 2,2174M we sieved from 20M - 4B, and collected 2.19B relations. This gave...
|
Forum: Msieve
2021-10-26, 07:48
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2021-10-26, 04:05
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2021-10-22, 23:00
|
Replies: 117
Views: 20,676
Technically it's an MxN matrix with M slightly...
Technically it's an MxN matrix with M slightly less than N, but for this question we can approximate it as NxN.
Volta (and I'm hoping Turing and Ampere) GPUs aren't very sensitive to the block_nnz...
|
Forum: Msieve
2021-09-24, 15:13
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2021-09-24, 06:21
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2021-09-24, 06:17
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2021-09-18, 15:59
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2021-09-18, 03:58
|
Replies: 117
Views: 20,676
For 2,2174L, 1355M relations yielded 734M...
For 2,2174L, 1355M relations yielded 734M uniques. With nearly 50% duplicates, we have clearly reached the limit for 16e. Anyway, filtering yielded
matrix is 102063424 x 102063602 (51045.3 MB) with...
|
Forum: Msieve
2021-09-17, 19:47
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2021-09-17, 14:56
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2021-09-16, 06:00
|
Replies: 117
Views: 20,676
Today I expanded the allowed values of VBITS to...
Today I expanded the allowed values of VBITS to any of 64, 128, 192, 256, 320, 384, 448, or 512. This works on both CPUs and GPUs, but I don't expect much, if any, speedup on CPUs. As a GPU...
|
Forum: Msieve
2021-09-13, 05:22
|
Replies: 117
Views: 20,676
I spent time with Nsight Compute looking at the...
I spent time with Nsight Compute looking at the SpMV kernel. As expected for SpMV it's memory bandwidth limited, so increasing occupancy to hide latency should help. I adjusted parameters to reduce...
|
Forum: Msieve
2021-08-11, 22:09
|
Replies: 117
Views: 20,676
|
Forum: Msieve
2021-08-08, 00:57
|
Replies: 117
Views: 20,676
|