-
-
Notifications
You must be signed in to change notification settings - Fork 804
refactor: update blas/ext/base/dapxsumkbn
to follow current project conventions
#1906
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/dapxsumkbn
to follow current project conventions
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/benchmark/benchmark.ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/benchmark/benchmark.ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/examples/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/examples/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/lib/ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/lib/ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/lib/ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/test/test.dapxsumkbn.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/test/test.dapxsumkbn.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/test/test.dapxsumkbn.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/test/test.dapxsumkbn.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/test/test.dapxsumkbn.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/test/test.dapxsumkbn.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/test/test.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/test/test.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/test/test.ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/test/test.ndarray.native.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Pranav <[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.
Changes requested. Thanks for your works!
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.
Left comments
Signed-off-by: Suraj kumar <[email protected]>
Signed-off-by: Suraj kumar <[email protected]>
Signed-off-by: Suraj kumar <[email protected]>
Signed-off-by: Suraj kumar <[email protected]>
Signed-off-by: Suraj kumar <[email protected]>
Signed-off-by: Suraj kumar <[email protected]>
Signed-off-by: Suraj kumar <[email protected]>
pinging @Pranavchiku for the review |
Signed-off-by: Suraj kumar <[email protected]>
Signed-off-by: Suraj kumar <[email protected]>
Signed-off-by: Suraj kumar <[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.
Thank you! Made a few edits, but this should now be ready to be merged. Will do so after CI has passed.
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/test/test.dapxsumkbn.js
Outdated
Show resolved
Hide resolved
…pxsumkbn.js Signed-off-by: Philipp Burckhardt <[email protected]>
lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/test/test.dapxsumkbn.native.js
Outdated
Show resolved
Hide resolved
…pxsumkbn.native.js Signed-off-by: Philipp Burckhardt <[email protected]>
Resolves #1466 .
Description
This pull request: refactor
blas/ext/base/dapxsumkbn
to follow current project conventions.Related Issues
Related issues #788, #1152.
This pull request:
blas/ext/base/dapxsumkbn
to follow current project conventions #1466Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers