Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gram matrix support for sparse input (rapidsai#1296)
This PR adds sparse input support (CSR) for GramMatrix kernel computation. This is a requirement to enable SVM support for sparse input in [cuML issue 2197](rapidsai/cuml#2197). It also adds row norm computation for CSR which is utilized for expanded L2 norm computation within RBF kernels. Although this branch introduces a new API it is still backwards compatible with the old GramMatrix API (which is marked as deprecated). CC @cjnolet @tfeher Authors: - Malte Förster (https://github.com/mfoerste4) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Tamas Bela Feher (https://github.com/tfeher) - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#1296
- Loading branch information