We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: