Skip to content

Commit

Permalink
Add CULiP_cublas*trmm
Browse files Browse the repository at this point in the history
  • Loading branch information
enp1s0 committed Oct 20, 2021
1 parent f09760d commit d1ef92b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/CULiP/cublas.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ enum CULiP_cublas_control_t {
CULiP_cublasSsyrkx,
CULiP_cublasCsyrkx,
CULiP_cublasZsyrkx,
CULiP_cublasDtrmm,
CULiP_cublasStrmm,
CULiP_cublasCtrmm,
CULiP_cublasZtrmm,
CULiP_cublas_enum_length
};

Expand Down

0 comments on commit d1ef92b

Please sign in to comment.