summaryrefslogtreecommitdiff
path: root/samples/sgemm.cc
AgeCommit message (Collapse)Author
2016-06-19Renamed all C++ source files to .cpp to match the .hpp extension betterCedric Nugteren
2016-04-29Added sample C programs for the SASUM and DGEMV routinesCedric Nugteren
2016-04-27Added missing namespace to the SGEMM exampleCedric Nugteren
2016-04-09Events are now properly implemented using event waiting list and asking the ↵cnugteren
user to wait for event completion
2016-03-30CMake now downloads the cl.hpp header from the Khronos website when building ↵cnugteren
the samples
2016-03-23Fixed compilation of the two SGEMM samplesCedric Nugteren
2015-05-30Initial commit of preview versionCNugteren