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

Expose alpha and beta parameters in LinearAlgebra.mul! #585

Merged

Conversation

wbernoudy
Copy link
Contributor

Keeping the defaults to alpha = 1 and beta = 0 should mean this does not affect current API usage, but ensures LinearAlgebra.mul! does not fall back to general matrix multiply methods when passing in ROCMatrixs.

Keeping the defaults to alpha = 1 and beta = 0 should mean this does not
affect current API usage, but ensures LinearAlgebra.mul! does not fall
back to general matrix multiply methods when passing in `ROCMatrix`s.
@wbernoudy wbernoudy changed the title Expose alpha and beta parameters in mul! Expose alpha and beta parameters in LinearAlgebra.mul! Jan 31, 2024
@pxl-th pxl-th merged commit 9909e31 into JuliaGPU:master Feb 1, 2024
8 checks passed
@pxl-th
Copy link
Member

pxl-th commented Feb 1, 2024

Thanks!

@wbernoudy wbernoudy deleted the expose-alpha-and-beta-in-gemm-mul branch February 1, 2024 22:30
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

Successfully merging this pull request may close these issues.

2 participants