stdBLAS icon indicating copy to clipboard operation
stdBLAS copied to clipboard

P1673: In-place triangular matrix-vector product: missing impl

Open fnrizzi opened this issue 3 years ago • 2 comments

image

is currently missing

fnrizzi avatar Mar 14 '22 11:03 fnrizzi

Good catch! : - ) This is certainly related to https://github.com/kokkos/stdBLAS/issues/150 .

mhoemmen avatar Mar 14 '22 21:03 mhoemmen

@fnrizzi I believe that the following functions are missing the in-place interface as well: triangular_matrix_vector_solve triangular_matrix_matrix_left_solve triangular_matrix_matrix_right_solve

youyu3 avatar Mar 26 '22 13:03 youyu3