-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add GEMM default Kernel #125
Comments
Now testing differen alpha and beta values, in particular beta=0 as special case. This should fullfil requirements of issue #125
Q: What should users do if the fall-back is host only? |
This kernel works on everything. And the point is that it is a fallback for not having the right type of TPL. It does not work with AD types which use internal parallelization though. |
Stokhos deals with this in its Belos adapters by calling GEMM on the underlying entry type (e.g., |
Now testing differen alpha and beta values, in particular beta=0 as special case. This should fullfil requirements of issue #125
The kernel should be able to handle arbitrary layouts as well as scalar types.
It also should have ok performance.
The text was updated successfully, but these errors were encountered: