just a some feedback: the current autotools build system doesn't seem to handle out-of-tree builds when running the binary without installation, i.e. it doesn't find the CL kernels in the source tree because it is referring to the CWD - it would probably be a good idea to use cmake instead of autotools, because it handles such dependencies without issues and is also cross-platform ?