Skip to content
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

[BLAS] add interfaces to some BLAS-like extensions in oneMKL #202

Closed

Conversation

andrewtbarker
Copy link
Contributor

Description

This PR adds interfaces to imatcopy_batch_strided() and omatcopy_batch_strided() from oneMKL. Stubs and "not implemented" exceptions are added for cublas, rocblas and netlib backends.

Checklist

All Submissions

  • Do all unit tests pass locally? Attach a log ( cuda-test.txt and mklgpu-test.txt )
    .
  • Have you formatted the code using clang-format? (all the new code is clang-format; some of the files need more formatting, but I am leaving as is for now to make review easier, format of all the files can be done before merge)

New interfaces

  • Have you provided motivation for adding a new feature as part of RFC and
    it was accepted? # (RFC)
  • What version of oneAPI spec the interface is targeted?
  • Complete New features checklist

Last non-test file in the grep list
@mmeterel
Copy link
Contributor

mmeterel commented Jun 8, 2022

This PR is gated by adding the new APIs into oneMKL spec first.

@andrewtbarker
Copy link
Contributor Author

Replaced by #227.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants