Skip to content

Added gemm matrix accumulation matrix into interface and tests #54

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

edwinsolisf
Copy link

@edwinsolisf edwinsolisf commented Jun 9, 2025

The af.gemm function was missing and interface to pass explicitly an accumulation matrix. Previously it required a call af.gemm so that the result was stored in the accumulator. By adding the parameter accum standing for the accumulation, we copy the array into the accumulation and proceed with the gemm function as usual.

Requires PR#26 from the arrayfire-py repo

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