[oneMKL][spblas] Restrict features not supported by any backends#542
Merged
gajanan-choudhary merged 8 commits intouxlfoundation:mainfrom Sep 6, 2024
Rbiessy:romain/fix_sparse
Merged
[oneMKL][spblas] Restrict features not supported by any backends#542gajanan-choudhary merged 8 commits intouxlfoundation:mainfrom Rbiessy:romain/fix_sparse
gajanan-choudhary merged 8 commits intouxlfoundation:mainfrom
Rbiessy:romain/fix_sparse
Conversation
2 tasks
hjabird
reviewed
May 27, 2024
source/elements/oneMKL/source/domains/spblas/data_types/set_coo_matrix_data.rst
Outdated
Show resolved
Hide resolved
Contributor
Author
|
Ping @gajanan-choudhary and @spencerpatty |
Contributor
Author
|
I added one more clarification in 0f57b1c which was needed for the rocSPARSE backend (uxlfoundation/oneMath#544). I think in general it makes sense to specify when should the data be available on the device. |
source/elements/oneMKL/source/domains/spblas/operations/spsv.rst
Outdated
Show resolved
Hide resolved
source/elements/oneMKL/source/domains/spblas/operations/spmv.rst
Outdated
Show resolved
Hide resolved
This reverts commit 471a11d.
Contributor
Author
|
Reverted the change fec841e to answer uxlfoundation/oneMath#500 (comment). |
source/elements/oneMKL/source/domains/spblas/operations/spmm.rst
Outdated
Show resolved
Hide resolved
2 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update sparse specification to avoid features that are not supported by Intel oneMKL, cuSPARSE or rocSPARSE.
This is used in uxlfoundation/oneMath#500