summaryrefslogtreecommitdiff
path: root/src/tuning/tuning_api.cpp
AgeCommit message (Expand)Author
2021-01-20Use reference types to prevent unnecessary copyingJerry James
2018-07-28The tuners now also check for valid local thread configurations and skip inva...Cedric Nugteren
2018-05-17Added a canary region for overflow detection to the tunersCedric Nugteren
2018-04-07Extended the GEMM tuner to be able to tune the new 'kernel 1'Cedric Nugteren
2018-03-22Added the OpenCL local memory size constraint to the tunersCedric Nugteren
2018-03-21Re-added support for local memory size constraint checking in the tunerCedric Nugteren
2018-03-10Fixed an issue for DLL linking under WindowsCedric Nugteren
2018-03-10Fixed a few things for the new tuning APICedric Nugteren
2018-03-10Completed the API for all tuneable kernelsCedric Nugteren
2018-03-09Added several more tuner API functionsCedric Nugteren
2018-03-06First version of the tuning API, added interface for copy-kernel, added sampleCedric Nugteren