summaryrefslogtreecommitdiff
path: root/samples/tuning_api.cpp
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.
2022-09-27Properly set OpenCL target to version 2.1Cedric Nugteren
2022-09-22Replace the broken khronos registry link for cl.hpp with a new github link ↵Cedric Nugteren
for opencl.hpp
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