0
我在Windows上使用英特爾opencl SDK與英特爾高清顯卡。想編譯然後我的內核下線在主機代碼中使用:OpenCL:具有脫機編譯器的英特爾生成中間程序二進制文件
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項目」