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

Fix gemm_batch documentation #520

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

AidanBeltonS
Copy link
Contributor

The gemm_batch doc specifies that there are multiple typenames for alpha/beta, a, b, and c arguments. This is not reflected in the interface itself. This PR updates the template interface to reflect the table at the top of the file. This also brings it inline with the gemm interface.

A secondary issue I ran into is const sycl::span<std::int64_t> &alpha seems incorrect as I believe it should be of type Ts or T and not an int. I think this might have been a typo.

@AidanBeltonS
Copy link
Contributor Author

@Alcpz, @mmeterel, cc

@mmeterel
Copy link
Contributor

@AidanBeltonS Thanks for catching and fixing the issues. Looks good to me.

@mmeterel mmeterel merged commit 6a7fb9e into uxlfoundation:main Feb 28, 2024
3 checks passed
@AidanBeltonS AidanBeltonS deleted the update_gemm_batch branch February 29, 2024 14:28
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