-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend
gesv_impl/gesv_batch_impl
for work with oneMKL Interfaces (#…
…2001) * Implement batch solve via getrf_batch and getrs_batch * Pass sycl::queue by reference for getrs/getrs_batch * Extend gesv_impl to use onemkl interfaces * Reduce code duplication in gesv_impl * Extend gesv_batch_impl to use onemkl interfaces * Remove getrs_batch implementation * Pass correct batch_strides to gesv_batch_fn * Reduce dublicate code for gesv_impl * Replace maybe_unused to if defined/else * Expand comments for trans parameter --------- Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
- Loading branch information
1 parent
20cfa81
commit f22a4cb
Showing
4 changed files
with
240 additions
and
29 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
Oops, something went wrong.