uxlfoundation / oneAPI-spec

oneAPI Specification source files
https://spec.oneapi.com
Other
182 stars 102 forks source link

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

Closed vtavana closed 1 week ago

vtavana commented 2 months ago

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

mmeterel commented 2 months ago

@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