Changes between Version 19 and Version 20 of AppPlan
- Timestamp:
- Apr 30, 2010, 3:08:06 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlan
v19 v20 61 61 62 62 '''mt''':: An application that can use anywhere from 1 to 64 threads, and whose speedup with N CPUs is .95N. It is passed a command-line argument '''--nthreads N'''. 63 '''cuda''':: A CUDA application that requires 254MB of GPU RAM, and that uses .5% as many CPU FLOPS as GPU FLOPS.64 '''cuda23''':: Similar, but requires a driver version supporting CUDA 2.3.65 '''cuda_fermi''':: Similar, but requires compute capability 2.0+ and CUDA version 3.0+66 '''ati''':: ATI GPU with Catalyst 8.12+ and DLLS named amd*67 '''ati13amd''':: ATI GPU with Catalyst 9.1+ and DLLS named amd*68 '''ati13ati''':: ATI GPU with Catalyst 9.1+ and DLLS named ati*69 '''ati14''':: ATI GPU with Catalyst 9.7+ and DLLS named ati*70 63 '''nci''':: A non-CPU-intensive application that uses 1% of a CPU (this will cause the BOINC client 6.7+ to run it at non-idle priority). 71 64 '''sse3''':: A CPU app that requires the SSE3 CPU feature. 65 66 ... and a number of [AppCoprocessor GPU plan classes].