Changes between Version 13 and Version 14 of GPUApp
- Timestamp:
- Jul 14, 2010, 12:38:22 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPUApp
v13 v14 29 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 30 31 The Runtime Library needs to be reset to point to "Multi-threaded Debug (/MTd)" to avoid linking issues.32 Do so by right click on the project.33 Set "Properties -> Configuration Properties -> C/C++ -> Code Generation -> Runtime Library" to "Multi-threaded Debug (/MTd)".34 35 31 === ATI Stream OpenCL === 36 32 37 33 The project file, example_app_atiopencl.vcproj, is in "boinc/win_build/". 38 34 It is identical to NVIDIA OpenCL. 39 Prior to build the app, make sure you have already reset the Runtime Library to point to "Multi-threaded Debug (/MTd)".40 35 41 36 == Linux == #linux