Changes between Version 27 and Version 28 of AppCoprocessor


Ignore:
Timestamp:
May 12, 2010, 10:51:59 PM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppCoprocessor

    v27 v28  
    3535 '''cuda''':: NVIDIA GPU, compute capability 1.0+,
    3636  driver version 177.00+, 254+ MB RAM.
    37  '''cuda23''':: similar, but requires driver version 190.38+, 384+ MB RAM.
    38  '''cuda_fermi''':: Similar, but requires compute capability 2.0+ and CUDA version 3.0+
     37 '''cuda23''':: Requires driver version 190.38+, 384+ MB RAM.
     38 '''cuda_fermi''':: Requires compute capability 2.0+ and CUDA version 3.0+
     39 '''cuda_opencl''':: Requires driver 197.13+ (OpenCL support)
    3940
    4041For ATI the situation is more complex because AMD changed the
     
    4647 '''ati13ati''':: CAL version 1.3+, ati* DLLs
    4748 '''ati14''':: CAL version 1.4+, ati* DLLs
     49 '''ati_opencl''':: To be determined
    4850
    4951You can verify which DLLs your application is linked against by using [http://www.dependencywalker.com/ Dependency Walker] against your application.  If your executable contains DLL names prefixed with 'amd' then your plan class will be ati or ati13amd depending on which version of the CAL SDK you are using.  If the DLL names are prefixed with 'ati' then use the ati13ati or ati14 plan classes.