Changes between Version 43 and Version 44 of AppCoprocessor
- Timestamp:
- Aug 7, 2013, 12:35:51 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppCoprocessor
v43 v44 45 45 by '''boinc_get_init_data()'''. 46 46 47 Some OpenCL apps can use either NVIDIA or ATIGPUs,47 Some OpenCL apps can use either NVIDIA, ATI or Intel GPUs, 48 48 so they must also be told which type of GPU to use. 49 49 This is also passed in the APP_INIT_DATA structure. 50 50 {{{ 51 char gpu_type[64]; // " nvidia" or "ati"51 char gpu_type[64]; // "NVIDIA" or "ATI" or "intel_gpu" 52 52 int gpu_device_num; 53 53 }}}