clcc News
Status: Beta
Brought to you by:
george_vv
CLCC was created quickly after starting work on OpenCL related code. Since the CL source code is compiled at run-time, fixing compile errors in the .cl source files requires running your application.
This quickly became tedious, so a simple command-line tool was created to compile .cl separately and dump the build log to the console. Since other users might encounter the same issues with OpenCL, this project was created.
George van Venrooij