CUDA version |
![]() |
| log in |
Questions and Answers : GPU applications : CUDA version
| Author | Message |
|---|---|
|
I downloaded CUDA version 2.2, but when I start up BOINC it says: | |
| ID: 918524 · | |
Why does is say version 1.3? Because that is the maximum hardware limit CUDA version that your GPU can do. You can use later drivers, but not all new functions in those drivers will be used by your GPU. ____________ Jord - BOINC FAQ Service - BOINC User Wiki Real is just a matter of perception. | |
| ID: 918527 · | |
|
I guess that makes sense... I would think the GTX 260 would do the latest... they're pretty new cards. Oh well. Thanks. | |
| ID: 918539 · | |
|
| |
| ID: 921034 · | |
I guess BOINC interpret/identify the GPU from this ? No, BOINC will not use information that the Seti application wrote away to determine the CUDA capability of your GPU. Nvidia provided a special API for BOINC to use, which will query the GPU directly and lift te required information from either the VBIOS or the chipset. BOINC will then write that information to the client_state.xml file where applications such as the Seti CUDA application can read that. The numbering of CUDA revisions is major.minor, where major is differences in the actual architecture of the GPU, while minor reflects incremental changes to the architecture. (1.0, 1.1, 1.2, 1.3) The numbering of the CUDA libraries can be off, while they also show major.minor, where major is differences in the capabilities and minor is the incremental changes. (1.1, 2.0, 2.1, 2.2, 2.3) The two numbers have nothing whatsoever to do with each other. Installing the latest drivers with CUDA 2.3 libraries won't make the hardware capability of your GPU get another number. A VBIOS update might do that, but not a software update. Compare it to you running a DirectX 9 compliant videocard with DirectX 10. Your card will only use all of the DirectX 9 options within DirectX 10, it won't use all of DirectX 10. You need a DirectX 10 compliant card for that. ____________ Jord - BOINC FAQ Service - BOINC User Wiki Real is just a matter of perception. | |
| ID: 921107 · | |
Questions and Answers : GPU applications : CUDA version
| Copyright © 2013 University of California |