Luka Stanisic
Luka Stanisic
Hi, When compiling Ginkgo and then running _make test_, the following two tests fail (all others work fine): ``` 99% tests passed, 2 tests failed out of 205 Total Test...
Hi, I am experiencing the following issue with the local installation using _make install_ command. Note that _make install_ fails at 100%, as well as the fact that _make_ itself...
SMPI contains a large portion of MPI standard, however some calls are still unimplemented. Ideally users would implement the missing calls themselves, but unfortunately such a wish is in many...
This PR brings Merge-SpMV algorithm from Merril & Garland for CSR SpMV. The implementation is based on the original article https://github.com/dumerrill/merge-spmv/raw/master/merge-based-spmv-sc16-preprint.pdf and source code https://github.com/dumerrill/merge-spmv/blob/master/cpu_spmv.cpp from Merril & Garland work...
This PR provides two implementations of CSR SpMV ("traditional" and Merge-SpMV from https://github.com/dumerrill/merge-spmv/raw/master/merge-based-spmv-sc16-preprint.pdf ) using SVE intrinsics for double precision. PR is far from being integration ready, and it should...
Congrats on Ginkgo 1.6 release! We can see quite a few new features in it, for us most notably GCR and Flexible GMRES solvers, however, the benchmarks documentation didnt change...
I would like to emphasize that this contribution does not impact any other part of the Ginkgo code. Only in the case of the large changes of the `benchmark` outputs...