我在Windows上使用带有英特尔高清显卡的英特尔opencl SDK。想要离线编译我的内核然后在主机代码中使用:
clCreateProgramFromBinary(…)
这link说:
OpenCL™ API Offline Compiler plug-in for Microsoft Visual Studio* IDE enables you to develop OpenCL applications with Visual Studio IDE.
The plug-in supports the following features:
New project templates
New OpenCL file (*.cl) template
Syntax highlighting
Types and functions auto-completion
Offline compilation and build of OpenCL kernels
LLVM code view
Assembly code view
program IR generation
Selection of target OpenCL device – CPU or Intel Graphics
NOTE
To work with the plug-in features, create an OpenCL project template \or convert an existing project into the OpenCL project.
我想使用此功能,所以我想知道我需要安装什么?
根据上面的说明,我应该创建一个OpenCL项目模板。我该怎么做呢?我们的意思是"或将现有项目转换为OpenCL项目"
答案 0 :(得分:2)
要使用此功能,您只需要在系统上安装SDK。
创建一个新的Empty OpenCL项目模板:
要转换现有的Visual Studio项目(说明here),请执行以下操作: