-
Notifications
You must be signed in to change notification settings - Fork 22
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
NGA FY22: extend std::blas interface to KokkosKernels #96
Comments
List below is used to track progress: Rules for making PRs
This allows all the implementations to be merged independently without having conflicts popping up all the time BLAS 1
The following operate on matrices but are in BLAS 1, see related #107
Defined in BLAS 1, buy accepting also rank-2These functions are here because while they are defined in BLAS-1, they accept both rank-1 and rank-2 operands.
BLAS 2product
solve and update
BLAS 3
NotesBy "three overloads", we mean: void fnc(/* no exec policy, other args */)
void fnc(/* generic ex pol, other args */)
void fnc(/* inline_exec_t, other args */) |
fnrizzi
added a commit
to NexGenAnalytics/stdBLAS
that referenced
this issue
Oct 14, 2021
fnrizzi
added a commit
to NexGenAnalytics/stdBLAS
that referenced
this issue
Oct 18, 2021
Note the different behavior with kokkos-kernels, tracked in issue kokkos#114.
fnrizzi
added a commit
to NexGenAnalytics/stdBLAS
that referenced
this issue
Oct 21, 2021
fnrizzi
added a commit
to NexGenAnalytics/stdBLAS
that referenced
this issue
Oct 21, 2021
Note the different behavior with kokkos-kernels, tracked in issue kokkos#114.
fnrizzi
added a commit
to NexGenAnalytics/stdBLAS
that referenced
this issue
Oct 26, 2021
fnrizzi
added a commit
to NexGenAnalytics/stdBLAS
that referenced
this issue
Oct 26, 2021
Note the different behavior with kokkos-kernels, tracked in issue kokkos#114.
fnrizzi
added a commit
to NexGenAnalytics/stdBLAS
that referenced
this issue
Oct 26, 2021
fnrizzi
added a commit
to NexGenAnalytics/stdBLAS
that referenced
this issue
Oct 26, 2021
Note the different behavior with kokkos-kernels, tracked in issue kokkos#114.
fnrizzi
added a commit
to NexGenAnalytics/stdBLAS
that referenced
this issue
Oct 27, 2021
fnrizzi
added a commit
to NexGenAnalytics/stdBLAS
that referenced
this issue
Oct 27, 2021
fnrizzi
added a commit
to NexGenAnalytics/stdBLAS
that referenced
this issue
Oct 27, 2021
fnrizzi
added a commit
to NexGenAnalytics/stdBLAS
that referenced
this issue
Oct 27, 2021
fnrizzi
added a commit
to NexGenAnalytics/stdBLAS
that referenced
this issue
Nov 20, 2021
fnrizzi
added a commit
to NexGenAnalytics/stdBLAS
that referenced
this issue
Nov 20, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: