summaryrefslogtreecommitdiff
path: root/samples/sgemm.c
AgeCommit message (Collapse)Author
2023-05-14Add Github Actions CI (#464)Cedric Nugteren
This replaces the old Travis CI builds with Github Actions that test on both Ubuntu and MacOS, with both Clang and GCC. The builds on macOS also run the tests and some other programs, on Ubuntu OpenCL is not working at the moment. Because these tests use new/different compilers, I fixed a few warnings and errors along the way.
2017-01-24samples: add CL_USE_DEPRECATED_OPENCL_1_*_APIS where neededIvan Shapovalov
2016-10-22All enums in the C API are now prefixed with CLBlast to avoid potential name ↵Cedric Nugteren
clashes with other projects
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