kokkos / stdBLAS

Reference Implementation for stdBLAS
Other
127 stars 22 forks source link

Fix transposed test #276

Closed mhoemmen closed 3 months ago

mhoemmen commented 3 months ago

Test did not account for submdspan of layout_right being able to return layout_right_padded instead of layout_stride.

mhoemmen commented 3 months ago

I just pushed the commit to PR https://github.com/kokkos/stdBLAS/pull/275 .