You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proposition is to rename and move the oneMKL Interface to avoid confusion with the Intel oneMKL product. The suggested new name is oneMath for now.
The implications on the specification are:
Moving the folder source/elements/oneMKL to source/elements/oneMath
Renaming the files using "mkl" or "onemkl" to "onemath"
Renaming the occurrences of "oneMKL" and "onemkl" to "oneMath" and "onemath" respectively
Renaming the namespace oneapi::mkl to oneapi::math and references to the folder oneapi/mkl to oneapi/math
Renaming remaining occurrences of "mkl" to "onemath" (internal variables and references to filenames)
The text was updated successfully, but these errors were encountered:
This RFC is linked to the main RFC proposed in oneapi-src/oneMKL#564.
The proposition is to rename and move the oneMKL Interface to avoid confusion with the Intel oneMKL product. The suggested new name is oneMath for now.
The implications on the specification are:
source/elements/oneMKL
tosource/elements/oneMath
oneapi::mkl
tooneapi::math
and references to the folderoneapi/mkl
tooneapi/math
The text was updated successfully, but these errors were encountered: