Version | Change log |
CLCC 0.3.0 Jan 15, 2012 |
(CLCC) added --add_headers option to define the binary output format (CLCC) added --platform_index/-p and --device_index/-d option for selecting platform & device by index (CLCC) added --device_filter option to allow building for specific devices only |
CLCC 0.2.0 Build Nov 8, 2011 |
· (CLCC) added --output_path option to allow specification of output filename · (CLCC) added --platform_filter option to allow building for specific platforms only · (CLCC) multiple .cl files on the command-line are now compiled as a single program (breaking change) · (CLCC) added support for passing options to the OpenCL Compiler · (CLCC) added option to save binaries · (CLCC) fixed error when calling clCreateContextFromType with NULL argument · (CLEW) added error code for failing to import a function · (CLEW) added checking to function importer · (CLEW) added support for special error codes |