-
-
Notifications
You must be signed in to change notification settings - Fork 630
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
feat: refactor JavaScript implementation and add C ndarray
implementation for blas/base/sasum
#2926
Conversation
lib/node_modules/@stdlib/blas/base/sasum/test/test.sasum.native.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the JS ndarray implementation, this PR looks good to go. Once the implementation is updated, should be ready for merge.
ndarray
implementation for blas/base/sasum
ndarray
implementation for blas/base/sasum
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks, @aman-095!
Progresses #2039.
Description
This pull request:
ndarray
API.Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers