首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > openclcc

openclcc

  • 资源大小:272.82 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

One of the pains of developing OpenCL applications are run-time compilation errors, which are as descriptive as getting a CL_BUILD_PROGRAM_FAILURE after calling clBuildProgram(). Of course, you can include the code to handle compilation errors, get the compilation log, and print it on the screen. I do not like this approach because most of the time, my application users do not care about these sort of errors and adding this code to each application I develop is boring. OpenCLcc is a compiler wrapper that performs a static null compilation of OpenCL kernels. Basically, openclcc is just the code to set up a minimum OpenCL context, load one or more text files containing OpenCL kernel code, compile those files and show the OpenCL compiler output to the user. This simple piece of code eases OpenCL development, because you can compile your OpenCL kernels in an isolated way, and get descriptive compilation errors. This little tool is quite helpful

文 件 列 表

openclcc-11.8
configure
missing
depcomp
src
embed
Makefile.am
Makefile.in
m4
install-sh
configure.ac
config.guess
config.sub
aclocal.m4
ltmain.sh
VIP VIP
  • IATWAY 1天前 成为了本站会员

  • 大智若愚 1天前 成为了本站会员

  • Mason 1天前 成为了本站会员

  • 1天前 成为了本站会员

  • Half_Punch 2天前 成为了本站会员

  • liqing71718 2天前 成为了本站会员

  • 伟国 2天前 成为了本站会员

  • songy 2天前 成为了本站会员

  • 纯色幽默 2天前 成为了本站会员

  • odd? 2天前 成为了本站会员

0.191209s