Changes between Version 13 and Version 14 of GPUApp


Ignore:
Timestamp:
Jul 14, 2010, 12:38:22 PM (14 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GPUApp

    v13 v14  
    2929but it could run on CPU alone by specifying CL_DEVICE_TYPE_CPU or CL_DEVICE_TYPE_ALL when creating an OpenCL context.
    3030 
    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 
    3531=== ATI Stream OpenCL ===
    3632
    3733The project file, example_app_atiopencl.vcproj, is in "boinc/win_build/".
    3834It 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)".
    4035
    4136== Linux == #linux