-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[oneMKL][spblas] Restrict features not supported by any backends #542
[oneMKL][spblas] Restrict features not supported by any backends #542
Conversation
source/elements/oneMKL/source/domains/spblas/data_types/set_coo_matrix_data.rst
Outdated
Show resolved
Hide resolved
Ping @gajanan-choudhary and @spencerpatty |
I added one more clarification in 0f57b1c which was needed for the rocSPARSE backend (oneapi-src/oneMKL#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.
Reverted the change fec841e to answer oneapi-src/oneMKL#500 (comment). |
source/elements/oneMKL/source/domains/spblas/operations/spmm.rst
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Update sparse specification to avoid features that are not supported by Intel oneMKL, cuSPARSE or rocSPARSE.
This is used in oneapi-src/oneMKL#500