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?
source
share