Changes between Version 43 and Version 44 of AppCoprocessor


Ignore:
Timestamp:
Aug 7, 2013, 12:35:51 AM (11 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppCoprocessor

    v43 v44  
    4545by '''boinc_get_init_data()'''.
    4646
    47 Some OpenCL apps can use either NVIDIA or ATI GPUs,
     47Some OpenCL apps can use either NVIDIA, ATI or Intel GPUs,
    4848so they must also be told which type of GPU to use.
    4949This is also passed in the APP_INIT_DATA structure.
    5050{{{
    51 char gpu_type[64];     // "nvidia" or "ati"
     51char gpu_type[64];     // "NVIDIA" or "ATI" or "intel_gpu"
    5252int gpu_device_num;
    5353}}}