-
-
Notifications
You must be signed in to change notification settings - Fork 804
[RFC]: Add WebAssembly implementations for extended BLAS routines (tracking issue) #5809
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
Comments
The "general" variants should not be included in this list. |
Thank you @kgryte for the review, I think now it is good for tracking |
@ShabiShett07, Maybe try adding description to create and compile |
I will also be individually creating issues for each package with the more detailed instructions. |
@kgryte, I think we also dont have documentation for it. Should I give it a try? |
I already have an automated script. :) |
Ok then. |
Thank you @gururaj1512 for your suggestions. I think we need to take a look at it. |
Also thank you @kgryte, for showing such interest in this issue, is there anything I can do to take this further? |
@kgryte Before moving to the WebAssembly implementation, I think we should first wait for all the PRs that add the C ndarray API and refactor the BLAS routines to be merged. As of now, we don't have a C ndarray API for all the routines. |
PR-URL: #5968 Ref: #5809 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
Description
This RFC proposes adding WebAssembly implementations for extended BLAS routines. The purpose of this issue is to serve as a tracking issue for adding WebAssembly implementations for extended BLAS routines.
Implementation Status for WebAssembly for extended BLAS Routines
Single Precision
Double Precision
blas/ext/base/wasm/dapx
#5643blas/ext/base/wasm/dapxsumkbn2
#5630blas/ext/base/wasm/dapxsumors
#5644 feat: addblas/ext/base/wasm/dapxsumors
#5694blas/ext/base/wasm/dasumpw
#5549blas/ext/base/wasm/dnansumkbn2
#5735Related Issues
Related issues #5504 , #5505, #5506, #5507, #5509 and #5732 .
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: