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
Presently we trust that the optimized implementation of SymGS accurately keeps all entries of the sparse triangular system when performing the permuted operation. Lost entries, which could increase parallelism and affect convergence, but have a net positive impact on performance, are not specifically tested for. By requesting the permutation vector used for the optimized SymGS we can test for dropped entries using the reference kernels with the permuted vectors.
The text was updated successfully, but these errors were encountered:
Presently we trust that the optimized implementation of SymGS accurately keeps all entries of the sparse triangular system when performing the permuted operation. Lost entries, which could increase parallelism and affect convergence, but have a net positive impact on performance, are not specifically tested for. By requesting the permutation vector used for the optimized SymGS we can test for dropped entries using the reference kernels with the permuted vectors.
The text was updated successfully, but these errors were encountered: