-
Notifications
You must be signed in to change notification settings - Fork 99
SpMV_Struct_Benchmarks
Luc Berger edited this page Feb 24, 2020
·
15 revisions
This page gathers instructions and references to conduct performance tests of the spmv_struct algorithms in Kokkos-Kernels.
Matrix size | 16 threads | 32 threads | 64 threads |
---|---|---|---|
27,000 | 0.154 | 0.084 | 0.051 |
64,000 | 0.310 | 0.155 | 0.091 |
128,000 | 0.664 | 0.311 | 0.158 |
216,000 | 1.081 | 0.570 | 0.329 |
512,000 | 2.661 | 1.409 | 0.932 |
1,000,000 | 5.320 | 2.841 | 1.915 |