-
-
Notifications
You must be signed in to change notification settings - Fork 836
refactor: update blas/ext/base/drev
to follow current project conventions
#1839
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/drev
to follow current project conventions
#1839
Conversation
…ions This commit refactors the namespace to follow current project conventions i.e. C++ add-on interfaces to C add-on interfaces along with style and simplification changes.
Hi, I am not able to trace through the error since it's not related to an import but a header file and it seems to be included in the code that utilizes it. If you could guide me on debugging the error, that'd be great (@Planeshifter , @kgryte , @Pranavchiku )! Thanks! |
Can you merge latest main to this PR and check? |
lib/node_modules/@stdlib/blas/ext/base/drev/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/drev/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/drev/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/drev/benchmark/benchmark.ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/drev/lib/ndarray.native.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Pranav <85227306+Pranavchiku@users.noreply.github.com>
blas/ext/base/drev
to follow current project conventions
Hi @Pranavchiku, you mean the develop branch right? |
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 @performant23 !
@Pranavchiku, Thank you so much for your review, I have pulled the latest changes into the PR! cc @Planeshifter. |
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.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.
LGTM. Thanks, @performant23 and @Pranavchiku.
I am not sure the cause of the failing builds when running C examples. |
Signed-off-by: Athan <kgryte@gmail.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 should be good now. I figured out the examples error. Namely, the manifest.json
file was not fully updated to handle the different build configurations.
Resolves #1488.
Description
This PR refactors
blas/ext/base/drev
to follow current project conventions, by updating C++ add-on interfaces to C add-on interfaces along with style and simplification changes.Related Issues
This pull request:
blas/ext/base/drev
to follow current project conventions #1488Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers