-
-
Notifications
You must be signed in to change notification settings - Fork 806
refactor: update blas/ext/base/dasumpw
to follow current project conventions
#1998
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
@Planeshifter please review this PR |
Signed-off-by: utkarsh_raj <[email protected]>
lib/node_modules/@stdlib/blas/ext/base/dasumpw/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dasumpw/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dasumpw/lib/ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dasumpw/examples/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dasumpw/benchmark/benchmark.ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dasumpw/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
blas/ext/base/dasumpw
to follow current project conventionsblas/ext/base/dasumpw
to follow current project conventions
lib/node_modules/@stdlib/blas/ext/base/dasumpw/test/test.dasumpw.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dasumpw/test/test.dasumpw.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dasumpw/test/test.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dasumpw/test/test.ndarray.native.js
Outdated
Show resolved
Hide resolved
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 your PR!
The main changes needed are updating the addon.c
file and the manifest.json
in order to get it ready for merging.
@Planeshifter I have made the suggested changes |
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.
@rajutkarsh07 CI checks are currently failing. Looks like we need an additional empty line at L51 of repl.txt
and I think c_dasum
in the addon.c
file has to be replaced with stdlib_strided_dasumpw
for tests to pass. I also believe some changes to manifest.json
are still outstanding. Hopefully fixing up these issues won't be too burdensome. Thanks for working on this PR!
@Planeshifter made the changes in manifest.json and addon.c |
Signed-off-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>
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.
After a few additional changes to the manifest.json
, CI checks are now passing. Will merge shortly. Thank you @rajutkarsh07 for your contribution!
Resolves #1470
Description
update blas/ext/base/dasumpw to follow current project conventions
This pull request:
blas/ext/base/dasumpw
to follow current project conventions #1470Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers