-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix and test csr column permutation for hypersparse matrices - fix inverse nonsymm scaled permutation for dense - extract permutation dimension validation - simplify permutation dispatch - re-add templated constructors to preserve interface - move more code to source - add documentation for permutation to permute_mode instead of matrix classes - improve documentation - make scaled_permutation final - remove unnecessary InvalidValueError - improve error message on dispatch_helper run(...) - simplify rectangular permutation tests - fix dense tests not calling scaled permutation - test apply in (scaled) permutation on the device - throw DimensionMismatch instead of ValueMismatch - add more round-trip and inverted permutation tests - add dpcpp subgroup size Co-authored-by: Pratik Nayak <[email protected]> Co-authored-by: Yuhsiang M. Tsai <[email protected]> Co-authored-by: Marcel Koch <[email protected]>
- Loading branch information
1 parent
a69266f
commit 8c4a46d
Showing
22 changed files
with
557 additions
and
384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.