summaryrefslogtreecommitdiff
path: root/samples/sgemm.c
AgeCommit message (Collapse)Author
2016-09-22Fixed a bug waiting for an invalid event in case of a non-succesfull CLBlast ↵Cedric Nugteren
call in the tests and samples
2016-07-02Fixed some memory leaks related to events not properly cleaned-upCedric Nugteren
2016-04-29Added sample C programs for the SASUM and DGEMV routinesCedric Nugteren
2016-03-23Fixed compilation of the two SGEMM samplesCedric Nugteren
2015-08-13Added SGEMM example using the C APICNugteren