-
-
Notifications
You must be signed in to change notification settings - Fork 993
refactor: update blas/ext/base/ssumpw to follow current project conventions
#1673
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
Conversation
blas/ext/base/ssumpw to follow current project conve…blas/ext/base/ssumpw to follow current project conventions
lib/node_modules/@stdlib/blas/ext/base/ssumpw/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/ssumpw/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/ssumpw/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/ssumpw/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/ssumpw/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/ssumpw/benchmark/benchmark.ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/ssumpw/benchmark/benchmark.ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/ssumpw/examples/index.js
Outdated
Show resolved
Hide resolved
kgryte
left a comment
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.
Thanks for working on this, @lovelindhoni. Would you mind going back over this PR and using consistent styling? Thanks!
Signed-off-by: Athan <kgryte@gmail.com>
lib/node_modules/@stdlib/blas/ext/base/ssumpw/examples/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/ssumpw/lib/ndarray.native.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@gmail.com>
kgryte
left a comment
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.
@lovelindhoni Thanks for the updates. As is, the implementation currently has a bug. Namely, the addon does not return the sum. See, e.g., @stdlib/blas/base/sasum for an example: https://github.com/stdlib-js/stdlib/blob/develop/lib/node_modules/%40stdlib/blas/base/sasum/src/addon.c
Signed-off-by: Lovelin <100030865+lovelindhoni@users.noreply.github.com>
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
kgryte
left a comment
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, @lovelindhoni!
…ventions Closes: stdlib-js#1544 PR-URL: stdlib-js#1673 Ref: stdlib-js#788 Ref: stdlib-js#1152 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Lovelin <100030865+lovelindhoni@users.noreply.github.com>
Resolves #1544 .
Description
This pull request refactors
blas/ext/base/ssumpwto follow current project conventions.Related Issues
Related issues #788 , #1152 .
This pull request:
blas/ext/base/ssumpwto follow current project conventions #1544Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers