kokkos / stdBLAS

Reference Implementation for stdBLAS
Other
127 stars 22 forks source link

{symmetric,hermitian}_matrix_rank_2k_update needs A and B to have the same extents #202

Closed mhoemmen closed 2 years ago

mhoemmen commented 2 years ago

An issue with both the spec and the reference implementation (see https://github.com/kokkos/stdBLAS/issues/201 for the latter). Fix both Preconditions (for dynamic extents) and Mandates (for static extents).

mhoemmen commented 2 years ago

Spec issue moved to https://github.com/ORNL/cpp-proposals-pub/issues/241.