svn path=/trunk/boinc/; revision=17848

This commit is contained in:
David Anderson 2009-04-20 00:09:29 +00:00
parent c58136e5bf
commit 5a88fb4028
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ void COPROC_CUDA::get(COPROCS& coprocs, vector<string>& strings) {
}
void COPROC_CUDA::description(char* buf) {
sprintf(buf, "%s (driver version %d, CUDA version %d.%d, %.0fMB, est. %.0fGFLOPS)",
sprintf(buf, "%s (driver version %d, compute capability %d.%d, %.0fMB, est. %.0fGFLOPS)",
prop.name, drvVersion, prop.major, prop.minor, prop.totalGlobalMem/(1024.*1024.), flops_estimate()/1e9
);
}