-
Notifications
You must be signed in to change notification settings - Fork 109
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] Rename oneMKL Interface project #596
base: main
Are you sure you want to change the base?
Conversation
@@ -11,8 +11,8 @@ BLAS-like Extensions | |||
.. container:: | |||
|
|||
|
|||
oneAPI Math Kernel Library DPC++ provides additional routines to | |||
extend the functionality of the BLAS routines. These include routines | |||
oneAPI Math Library DPC++ provides additional routines to extend |
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.
Since we have |onemath_full_name|
m should we replace here: |onemath_full_name| (oneMath)
? and maybe look for it elsewhere ?
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.
I updated them in 19c21e4 and, as far as I can tell, there aren't other occurrences of the full name
Hi @rscohn2, these changes are failing |
Add it here: https://github.com/uxlfoundation/oneAPI-spec/blob/main/.reuse/dep5 |
- Move source/elements/oneMKL to source/elements/oneMath - Rename files using "mkl" or "onemkl" to "onemath" - Rename occurrences of "oneMKL" and "onemkl" to "oneMath" and "onemath" respectively Signed-off-by: nscipione <[email protected]>
- Rename the namespace oneapi::mkl to oneapi::math and references to the folder oneapi/mkl to oneapi/math Signed-off-by: nscipione <[email protected]>
- Rename remaining occurrences of "mkl" to "onemath" Signed-off-by: nscipione <[email protected]>
Signed-off-by: nscipione <[email protected]>
Signed-off-by: nscipione <[email protected]>
Fix table format Signed-off-by: nscipione <[email protected]>
Replace wrong usage of "onemath" as namespace in favor of the correct "math" Signed-off-by: nscipione <[email protected]>
Set full name to "oneAPI Math Library" and update reference to it Signed-off-by: nscipione <[email protected]>
Signed-off-by: nscipione <[email protected]>
Rename macros for domain and for version Signed-off-by: nscipione <[email protected]>
Signed-off-by: nscipione <[email protected]>
Signed-off-by: nscipione <[email protected]>
Signed-off-by: nscipione <[email protected]>
1e339a0
to
c3301d5
Compare
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.
The changes look good to me!
For future reference I am also adding the link to the main RFC: oneapi-src/oneMKL#564
This PR address RFC #580.
It performs all the changes to namespace, name and file name requested in the issue.
EDIT:
For completeness, I attach a zip of the html version with changes
oneMath_html.zip