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] [BLAS] data type of transa and transb in gemm and gemv #534

Open
vtavana opened this issue Apr 25, 2024 · 1 comment
Open

[OneMKL] [BLAS] data type of transa and transb in gemm and gemv #534

vtavana opened this issue Apr 25, 2024 · 1 comment

Comments

@vtavana
Copy link

vtavana commented Apr 25, 2024

Should oneapi::mkl::transpose be used instead of onemkl::transpose as the data type of transa and transb in gemm, gemm_batch, gemv, and gemv_batch? If yes, the change should be applied to all variants of each function.

For instance, here
https://github.com/uxlfoundation/oneAPI-spec/blob/main/source/elements/oneMKL/source/domains/blas/gemm.rst?plain=1#L104

@mmeterel
Copy link
Contributor

@vtavana Yes thanks for pointing is out. The namespaces needs to be updated in all relevant APIs.
Feel free to open a pull request if you would like.

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

No branches or pull requests

2 participants