Changes between Version 23 and Version 24 of AppCoprocessor
- Timestamp:
- Sep 30, 2009, 10:11:42 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppCoprocessor
v23 v24 48 48 49 49 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 ati12amd 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. 50 50 51 51 In all cases (NVIDIA and ATI), the application is assumed to use 1 GPU, 52 52 and the CPU usage is assumed to be 0.5% the FLOPS of the GPU.