-
-
Notifications
You must be signed in to change notification settings - Fork 815
Refactor and update existing base BLAS packages according to current project conventions #788
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
Closed
18 tasks done
Labels
BLAS
Issue or pull request related to Basic Linear Algebra Subprograms (BLAS).
Native Addons
Issue involves or relates to Node.js native add-ons.
Tracking Issue
Tracking issue.
Comments
Working on |
On |
Refactoring |
Refactoring |
Refactoring |
kgryte
added a commit
that referenced
this issue
Mar 1, 2023
This commit is part of the work discussed in #788 and updates `@stdlib/blas/base/sdot` according to current project conventions, particularly as concerns the native add-on bridge between JavaScript and C. PR-URL: #798 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
kgryte
added a commit
that referenced
this issue
Dec 1, 2023
kgryte
added a commit
that referenced
this issue
Dec 1, 2023
kgryte
added a commit
that referenced
this issue
Dec 1, 2023
kgryte
added a commit
that referenced
this issue
Dec 1, 2023
kgryte
added a commit
that referenced
this issue
Dec 2, 2023
kgryte
added a commit
that referenced
this issue
Dec 2, 2023
kgryte
added a commit
that referenced
this issue
Dec 2, 2023
kgryte
added a commit
that referenced
this issue
Dec 3, 2023
kgryte
added a commit
that referenced
this issue
Dec 4, 2023
kgryte
added a commit
that referenced
this issue
Dec 4, 2023
kgryte
added a commit
that referenced
this issue
Dec 4, 2023
kgryte
added a commit
that referenced
this issue
Dec 4, 2023
kgryte
added a commit
that referenced
this issue
Dec 4, 2023
kgryte
added a commit
that referenced
this issue
Dec 4, 2023
kgryte
added a commit
that referenced
this issue
Dec 4, 2023
82 tasks
This work has now been completed. Closing... |
3 tasks
3 tasks
This was referenced Mar 3, 2024
1 task
1 task
1 task
bad-in-coding
pushed a commit
to bad-in-coding/stdlib
that referenced
this issue
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>
1 task
1 task
1 task
1 task
This was referenced Mar 17, 2024
This was referenced Mar 21, 2024
Closed
6 tasks
1 task
1 task
This was referenced Sep 2, 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).
Native Addons
Issue involves or relates to Node.js native add-ons.
Tracking Issue
Tracking issue.
BLAS Updates
Existing base BLAS packages need to be updated according to current project conventions before we can continue building out additional BLAS functionality. What follows is a general list of necessary changes, along with a list of packages which should be updated.
An example commit implementing (most of) these changes can be found in d66d80c (
saxpy
).Updates
nullptr
withNULL
static
functionsaddon.cpp
toaddon.c
addon.c
filefloor
*.native.js
files, use utilities for creating offset views, rather than explicit typed array creationmanifest.json
file to includeargv
utility dependenciesmanifest.json
to use space indentation to match other project JSON filesmanifest.json
to include separate build configurations for compiling the addon, the benchmarks, and the examples.Packages
@stdlib/blas/base/scopy
#797 )@stdlib/blas/base/sswap
#794 )The text was updated successfully, but these errors were encountered: