-
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] Replace onemkl::
with oneapi::mkl::
#535
Conversation
@vtavana Thanks for the PR. It looks good so far. Do you want to extend it to other parameters in other APIs as well? |
This command was used to make the changes find . -type f -name "*.rst" -print0 | xargs -0 sed -i 's/onemkl::/oneapi::mkl::/g'
transa
and transb
onemkl::
with oneapi::mkl::
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.
Thanks for this fix! I've marked a few minor typos, after that I think this is ready to merge.
Apologies for the long delay in review.
Co-authored-by: Andrew T. Barker <andrew1.barker@intel.com>
Co-authored-by: Andrew T. Barker <andrew1.barker@intel.com>
Co-authored-by: Andrew T. Barker <andrew1.barker@intel.com>
Co-authored-by: Andrew T. Barker <andrew1.barker@intel.com>
Co-authored-by: Andrew T. Barker <andrew1.barker@intel.com>
Co-authored-by: Andrew T. Barker <andrew1.barker@intel.com>
In this PR,
onemkl::
is replaced ithoneapi::mkl::
for relevant parameters in OneMKL BLAS routines.This PR also is fixing #534