Changes between Version 11 and Version 12 of AppPlanSpec


Ignore:
Timestamp:
Jul 25, 2013, 11:02:20 AM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlanSpec

    v11 v12  
    6262   scale the # of GPUs used.
    6363   This is the tag name.
     64 <without_opencl>0|1</without_opencl>:: send this version only to hosts without OpenCL capability
    6465
    65 Fields for AMD/ATI Gpu apps:
     66Fields for AMD/ATI GPU apps:
    6667
    6768 <need_ati_libs/>:: Require libraries named "ati", not "amd".
     69 <need_amd_libs/>:: Require libraries named "amd".
    6870  You can verify which DLLs your application is linked against using
    6971  [http://www.dependencywalker.com/ Dependency Walker] against your application.
    7072  If your executable contains DLL names prefixed with 'ati', use this option.
     73  These flags are usually not needed for OpenCL apps.
    7174
    7275 <min_cal_target>N</min_cal_target> ::
     
    113116 <max_opencl_version>MMmm</max_opencl_version>:: maximum OpenCL version
    114117
     118Fields for OpenCL apps for AMD
     119 <min_opencl_driver_revision>MMmmrr</min_opencl_driver_revision>:: minimum OpenCL driver revision
     120 <max_opencl_driver_revision>MMmmrr</max_opencl_driver_revision>:: maximum OpenCL driver revision
     121
    115122Fields for !VirtualBox apps
    116123