Changes between Version 21 and Version 22 of GPUApp


Ignore:
Timestamp:
Jul 23, 2010, 2:22:41 PM (14 years ago)
Author:
TuanLe
Comment:

troubleshooting for missing OpenCL.dll when running nvopencl on Windows

Legend:

Unmodified
Added
Removed
Modified
  • GPUApp

    v21 v22  
    2626
    2727The project file, example_app_nvopencl.vcproj, is in "boinc/win_build/".
    28 OpenCL doesn't have emulation mode,
    29 but it could run on CPU alone by specifying CL_DEVICE_TYPE_CPU or CL_DEVICE_TYPE_ALL when creating an OpenCL context.
    3028
    3129The executable file can be found at "boinc/win_build/Build/Win32/build_mode/"
    3230(build_mode could be release or debug).
     31
     32Upon running the executable file, you might encounter the following error:
     33{{{
     34This application has failed to start because OpenCL.dll was not found. Re-installing the application may fix this problem.
     35}}}
     36To fix this problem, you will need to install the Cuda Developer Driver for Windows,
     37which can only be done when your machine has an NVIDIA Cuda-enabled GPU.
    3338 
    3439=== ATI Stream OpenCL ===