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

'cublasSdgmm' equivalent support #549

Open
diverger opened this issue Jul 8, 2024 · 1 comment
Open

'cublasSdgmm' equivalent support #549

diverger opened this issue Jul 8, 2024 · 1 comment

Comments

@diverger
Copy link

diverger commented Jul 8, 2024

Hi,

Are there any method to implement cublas's 'cublasSdgmm()' in clBlast? The function will do something like:

A x diag(X) or diag(X) x A

That is, it make a diagonal matrix from X, then left or right multiple a matrix A.

@CNugteren
Copy link
Owner

For completeness, I believe you are referring to https://docs.nvidia.com/cuda/cublas/index.html?highlight=dgmm#id10. No, such a function is not available in CLBlast.

I've marked this issue as a feature request, in case someone wants to implement this, I'll welcome a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants