clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
839 stars 240 forks source link

fast dtrsm (online compilation) and splitting big dgemm calls #144

Closed TimmyLiu closed 9 years ago

TimmyLiu commented 9 years ago

1, re enabling fast dtrsm use dtrtri; 2, splitting big dgemm calls to multiple smaller dgemm calls.