Skip to content

Conversation

@lovelindhoni
Copy link
Contributor

Resolves #1544 .

Description

This pull request refactors blas/ext/base/ssumpw to follow current project conventions.

Related Issues

Related issues #788 , #1152 .

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@lovelindhoni lovelindhoni changed the title refactor: update blas/ext/base/ssumpw to follow current project conve… refactor: update blas/ext/base/ssumpw to follow current project conventions Mar 3, 2024
@kgryte kgryte added Enhancement Issue or pull request for enhancing existing functionality. BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). Native Addons Issue involves or relates to Node.js native add-ons. labels Mar 3, 2024
Copy link
Member

@kgryte kgryte left a 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>
Signed-off-by: Athan <kgryte@gmail.com>
Copy link
Member

@kgryte kgryte left a 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>
@lovelindhoni lovelindhoni requested a review from kgryte March 4, 2024 09:22
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Copy link
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks, @lovelindhoni!

@kgryte kgryte merged commit 412acd6 into stdlib-js:develop Mar 4, 2024
bad-in-coding pushed a commit to bad-in-coding/stdlib that referenced this pull request Mar 7, 2024
…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>
@kgryte kgryte added the C Issue involves or relates to C. label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). C Issue involves or relates to C. Enhancement Issue or pull request for enhancing existing functionality. Native Addons Issue involves or relates to Node.js native add-ons.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[RFC]: refactor blas/ext/base/ssumpw to follow current project conventions

2 participants