Changes between Version 36 and Version 37 of WorkShop11/HackFest


Ignore:
Timestamp:
Aug 19, 2011, 4:06:23 AM (13 years ago)
Author:
brevilo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkShop11/HackFest

    v36 v37  
    112112   * Pass the list IDs of the platform/device to be used by the science app (as an integer)
    113113   * Provide two API calls: taking the list ID, returning the cl_platform_id and the cl_device_id (opaque complex types, required by science app to create OpenCL context)
    114    * Make sure OpenCL and CUDA apps don't collide (use the same resource/GPU) on a (multi-)NVIDIA GPU system
    115    * Make sure multi-vendor GPU setups (single host system) are supported (applies to Mac OS and Windows 7)
    116  * There are a number of lessons learned available at Einstein@Home with respect to AMD and NVIDIA driver issues related to OpenCL. We could add those to the BOINC wiki
     114   * Make sure OpenCL and CUDA as well as OpenCL and CAL apps don't collide (use the same resource/GPU)
     115   * Make sure multi-vendor GPU setups (single host system) are supported (does apply to Mac OS, probably to also to Windows 7. Linux doesn't support drivers from different vendors, correct?)
     116 * There are a number of lessons learned available at Einstein@Home with respect to AMD and NVIDIA driver issues related to OpenCL. We could add those to the BOINC wiki.
    117117
    118118=== BOINC on Android ===