Run OpenCL on NVIDIA hardware

I created a simple program based on OpenCL (in C ++) and tested it on a Windows 8 system with an AMD FirePro V4900 card. I used the AMD APP SDK.

When I copy my binaries to another computer (Windows 8 with an NVIDIA Quadro 4000 card), I get "The clReleaseDevice procedure entry point cannot be located in the dynamic linked library (exe of my program)." This second computer has the latest NVIDIA and CUDA 5 drivers.

Any ideas on what I need for it to work with NVIDIA hardware?

+3
source share
1 answer

OpenCL 1.1 vs 1.2. Nvidia STILL OpenCL 1.1. AMD OpenCL 1.2. OpenCL, , clReleaseDevice API 1.2 SDK AMD 1.1.

+2

All Articles