Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing workaround for cuSPARSE bug with correct copy dimensions (#2185)
This PR tries to fix the workaround that introduce a temporary copy of the Z matrix for SpMM. Note that the correct sizing for the copy is crucial - this is covered by the SPARSE_DIST_TEST. However, I did NOT test whether this fixes the cuSparse bug. CC @cjnolet @trxcllnt Authors: - Malte Förster (https://github.com/mfoerste4) Approvers: - Divye Gala (https://github.com/divyegala) URL: #2185
- Loading branch information