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 only has dgmm_batch variant: doesn't map to cublas #562

Open
pen-and-papers opened this issue Aug 29, 2024 · 0 comments
Open

oneMKL only has dgmm_batch variant: doesn't map to cublas #562

pen-and-papers opened this issue Aug 29, 2024 · 0 comments
Labels
question A request for more information or clarification

Comments

@pen-and-papers
Copy link

pen-and-papers commented Aug 29, 2024

cublas does not have a specific batch variant of dgmm, it only has cublas<t>dgmm(), see https://docs.nvidia.com/cuda/cublas/#id10
However oneMKL only supports the "batch-style" dgmm_batch interface

This is probably one reason why the cublas backend to oneMKL has no implementation for any dgmm functions. I'm not sure how widely used dgmm is, but I'm guessing since it is a core blas algorithm it should probably be supported.

Is there a reason why there is only the batch style variant of dgmm in oneMKL?

Thanks

@pen-and-papers pen-and-papers added the question A request for more information or clarification label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A request for more information or clarification
Projects
None yet
Development

No branches or pull requests

1 participant