CNugteren / CLBlast

Tuned OpenCL BLAS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trmm

skn123 opened this issue · comments

Is there any implementation of trmm in CLBlast or are we limited to using gemm?

Yes TRMM is available. See the API docs and search for xTRMM. See also the list of supported ops at https://github.com/CNugteren/CLBlast/blob/master/doc/routines.md.