-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[oneMKL][spblas] update the spec for several spblas routines (#491)
* update spec for oneapi::mkl::sparse::release_matrix_handle() routine. * update spec for oneapi::mkl::sparse::set_csr_data() routine. * fix minor typo in the spec of the oneapi::mkl::sparse::gemm routine. * fix minor typo in the spec of the oneapi::mkl::sparse::gemv routine. * update spec for oneapi::mkl::sparse::optimize_gemv() routine. * update spec for oneapi::mkl::sparse::optimize_trmv() routine. * update spec for oneapi::mkl::sparse::optimize_trsv() routine. * rename 'handle' as 'p_handle' for init_matrix_handle and release_matrix_handle routines. * add missing 'const' keyword for dependencies list.
- Loading branch information
1 parent
2a1f109
commit 84ec400
Showing
8 changed files
with
107 additions
and
231 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
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.