Changes between Version 21 and Version 22 of GPUApp
- Timestamp:
- Jul 23, 2010, 2:22:41 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPUApp
v21 v22 26 26 27 27 The 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.30 28 31 29 The executable file can be found at "boinc/win_build/Build/Win32/build_mode/" 32 30 (build_mode could be release or debug). 31 32 Upon running the executable file, you might encounter the following error: 33 {{{ 34 This application has failed to start because OpenCL.dll was not found. Re-installing the application may fix this problem. 35 }}} 36 To fix this problem, you will need to install the Cuda Developer Driver for Windows, 37 which can only be done when your machine has an NVIDIA Cuda-enabled GPU. 33 38 34 39 === ATI Stream OpenCL ===