Changes between Version 27 and Version 28 of AppCoprocessor
- Timestamp:
- May 12, 2010, 10:51:59 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppCoprocessor
v27 v28 35 35 '''cuda''':: NVIDIA GPU, compute capability 1.0+, 36 36 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) 39 40 40 41 For ATI the situation is more complex because AMD changed the … … 46 47 '''ati13ati''':: CAL version 1.3+, ati* DLLs 47 48 '''ati14''':: CAL version 1.4+, ati* DLLs 49 '''ati_opencl''':: To be determined 48 50 49 51 You 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.