You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Testing: have IOUtils sparse matrix generator use getRandomBounds()
and the Kokkos PRNG, so that complex values actually have nonzero
imaginary component. Before, it was always 0, so mode N and C spmvs
were equivalent and this was never caught by testing.
- Serial: in unrolled impl, conjugate A's values in mode C
- OpenMP: just don't use the special omp impl in mode C
(this kernel is pretty much never called in practice anyway, see
comment in code)
Lines do not include the conjugation operation when it is requested.
In contrast, for the hermitian operation, the lines include the conjugation.
The text was updated successfully, but these errors were encountered: