clc

所属分类:GPU/显卡
开发工具:C
文件大小:5KB
下载次数:0
上传日期:2010-12-07 10:44:55
上 传 者sh-1993
说明:  简单OpenCL编译器和语法检查器
(Simple OpenCL compiler and syntax checker)

文件列表:
LICENSE (1516, 2010-12-06)
Makefile (281, 2010-12-06)
clc.c (12060, 2010-12-06)

CLC: OpenCL compiler and syntax checker --------------------------------------- CLC is a small utility that allow you to compile OpenCL sources into precompiled binaries. These binaries can then be loaded with clCreateProgramWithBinary. The program is licensed with a new BSD style licence. Please see the LICENCE file. The main purpose is to be able to syntax check OpenCL files. At the moment, it is not possible to specify multiple source files, and there is no way to control preprocessor defines and include paths for the OpenCL compiler. This may be fixed in the future as need arise. BUILD INSTRUCTIONS ------------------ 1. Edit the makefile, you may want to change the compiler (which defaults to clang). Most of all you want to change the CFLAGS variable to use the arch speciffic CFLAGS for your system. 2. Run make 3. Copy the clc binary to whatever place you want it installed in, there is no install command in the makefile; use cp instead.

近期下载者

相关文件


收藏者