diff --git a/blas/impl/KokkosBlas_util.hpp b/blas/impl/KokkosBlas_util.hpp index 1fc6b7d480..e352a01eef 100644 --- a/blas/impl/KokkosBlas_util.hpp +++ b/blas/impl/KokkosBlas_util.hpp @@ -86,6 +86,7 @@ struct Algo { using QR = Level3; using UTV = Level3; using Pttrf = Level3; + using Pttrs = Level3; struct Level2 { struct Unblocked {};