-
-
Notifications
You must be signed in to change notification settings - Fork 579
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
refactor: update blas/ext/base/scusumkbn2
to follow current project conventions
#1961
refactor: update blas/ext/base/scusumkbn2
to follow current project conventions
#1961
Conversation
blas/ext/base/scusumkbn2
to follow current project conventionsblas/ext/base/scusumkbn2
to follow current project conventions
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/benchmark/c/benchmark.length.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/benchmark/c/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/benchmark/benchmark.ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/test/test.ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/test/test.scusumkbn2.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/test/test.scusumkbn2.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/examples/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/docs/types/test.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/examples/c/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/include/stdlib/blas/ext/base/scusumkbn2.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/src/scusumkbn2.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/test/test.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/lib/scusumkbn2.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/lib/ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/lib/scusumkbn2.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/lib/native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/scusumkbn2/lib/ndarray.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.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.
This looks overall very good. Thank you for working on it!
Notice I had to revert the copyright year changes: It is our convention to not update them when files are edited, only when they are first committed to the repository.
One thing: Please edit the manifest.json
file to be 2-space indented and to have benchmark
and example
configurations.
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
@Planeshifter I've added the suggested changes, please check. |
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! Checks out, looks all good to me now after fixing one more copy-paste error. Will merge shortly.
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Resolves #1518
Description
This pull request:
blas/ext/base/scusumkbn2
to follow current project conventionsRelated Issues
This pull request:
blas/ext/base/scusumkbn2
to follow current project conventions #1518Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers