-
-
Notifications
You must be signed in to change notification settings - Fork 813
[RFC]: Add BLAS bindings and implementations for linear algebra (tracking issue) #2039
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
Comments
PR-URL: #2075 Closes: #2047 Ref: #2039 Ref: https://netlib.org/lapack/explore-html-3.6.1/d2/df9/group__complex16__blas__level1_ga13a187010a0cae1fef2820072404e857.html#ga13a187010a0cae1fef2820072404e857 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Athan Reines <kgryte@gmail.com> Co-authored-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Working on idamax and isamax level 1 routines. |
@performant23 That one is already being worked on in #2104. |
@performant23 Maybe try |
Oh, hey! I think |
Ah, you're right. That one should be straightforward. |
Hi @kgryte, we would need a generic interface to perform Givens rotation with vectors of other data types like integers, right? If so, I'd like to work on such an interface i.e. |
Working on Level 1 routine |
@performant23 Yes, go for it. The one thing you need to do is ensure accessor array support. See |
PR-URL: #1823 Closes: #276 Ref: #2039 Co-authored-by: Athan Reines <kgryte@gmail.com> Co-authored-by: Pranav Goswami <goswami.4@iitj.ac.in> Reviewed-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Pranav Goswami <goswami.4@iitj.ac.in> Signed-off-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Pranav Goswami <goswami.4@iitj.ac.in>
PR-URL: stdlib-js#5224 Ref: stdlib-js#2039 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
PR-URL: stdlib-js#4864 Ref: stdlib-js#2039 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Co-authored-by: stdlib-bot <noreply@stdlib.io>
PR-URL: https://github.com/stodlib-js/stdlib/pull/5824 Ref: #2039 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com> Signed-off-by: Athan Reines <kgryte@gmail.com>
There is a PR #2518 for dtrsm, I am mentioning this PR so that there is no confusion about duplicate PRs. |
Description
This RFC proposes adding BLAS routines. The purpose of this issue is to serve as a tracking issue for adding BLAS routines.
Implementation Status for BLAS Routines
Level 1
Single Precision
Double Precision
Complex Single
Complex Double
Level 2
Single Precision
Double Precision
Complex Single
Complex Double
Level 3
Single Precision
Double Precision
Complex Single
Complex Double
Related Issues
None.
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: