-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use csr_matvec instead of mkl for sparse matvec (#82)
* use ben algo * update changelog * remove sparse_dot_mkl in env * matvec dim check * bug fix * changelog * rearrange * Update CHANGELOG.rst Co-authored-by: Jan Tilly <[email protected]> * Update CHANGELOG.rst Co-authored-by: Jan Tilly <[email protected]> * remove dot_product_mkl from conda recipe Co-authored-by: Jan Tilly <[email protected]>
- Loading branch information
1 parent
5f9b748
commit 147c3de
Showing
5 changed files
with
34 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ dependencies: | |
- pytest | ||
- pytest-xdist | ||
- setuptools_scm | ||
- sparse_dot_mkl>=0.6.0 | ||
- xsimd | ||
- matplotlib | ||
- seaborn |
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