kokkos / stdBLAS

Reference Implementation for stdBLAS
Other
118 stars 22 forks source link

Bring reference implementation in line with P1673R9 #234

Closed mhoemmen closed 2 years ago

mhoemmen commented 2 years ago

Bring the reference implementation of P1673 in line with P1673R9 (submitted 2022/06/14).

Most of the changes relate to conjugated, conjugate_transposed, scaled, and transposed (and the layout and accessors that implement them).

Fixes #135, #233, and other issues.

Edit (2022/06/19): This is now rebased atop PR #236. Please merge PR #236 first before merging this PR. (This PR will be unlikely to build otherwise.)

mhoemmen commented 2 years ago

@crtrott The accessor_conjugated issue you pointed out is fixed. This PR is now rebased atop PR https://github.com/kokkos/stdBLAS/pull/236. Please merge PR https://github.com/kokkos/stdBLAS/pull/236 first before merging this PR. (This PR will be unlikely to build otherwise.)

mhoemmen commented 2 years ago

I'll leave this branch up for a bit so that people can see what additional changes were in PR #238.