I have an Nvidia CUDA support GPU device installed. My requirement is to run an openCL application on my GPU. Can I do it independent from Nvidia Cuda SDK?

有帮助吗?

解决方案

You only need NVIDIA GPU drivers installed to run binaries that have OpenCL support. libOpenCL.so is included with the drivers.

In order to compile the applications you will also need OpenCL headers. Those may come from CUDA Toolkit, from a separate package (like opencl-headers for Ubuntu), or you can just download them from the Khronos site (keep in mind that NVIDIA implements version 1.1 of OpenCL specification).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top