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

[OneMKL] Replace onemkl:: with oneapi::mkl:: #535

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vtavana
Copy link

@vtavana vtavana commented Apr 26, 2024

In this PR, onemkl:: is replaced ith oneapi::mkl:: for relevant parameters in OneMKL BLAS routines.
This PR also is fixing #534

@mmeterel
Copy link
Contributor

mmeterel commented Apr 26, 2024

@vtavana Thanks for the PR. It looks good so far. Do you want to extend it to other parameters in other APIs as well?
For example onemkl::side left_right, should be oneapi::mkl::side left_right

This command was used to make the changes
find . -type f -name "*.rst" -print0 | xargs -0 sed -i 's/onemkl::/oneapi::mkl::/g'
@vtavana vtavana changed the title [OneMKL] fix type of transa and transb [OneMKL] Replace onemkl:: with oneapi::mkl:: Apr 26, 2024
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.

None yet

2 participants