Is the CUDA API version and driver version always the same
up vote
0
down vote
favorite
The CUDA version obtained from cuDriverGetVersion
, and the API version from the macro CUDA_VERSION
.
Are they supposed to be always the same (assuming CUDA is correctly installed)?
cuda
add a comment |
up vote
0
down vote
favorite
The CUDA version obtained from cuDriverGetVersion
, and the API version from the macro CUDA_VERSION
.
Are they supposed to be always the same (assuming CUDA is correctly installed)?
cuda
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
The CUDA version obtained from cuDriverGetVersion
, and the API version from the macro CUDA_VERSION
.
Are they supposed to be always the same (assuming CUDA is correctly installed)?
cuda
The CUDA version obtained from cuDriverGetVersion
, and the API version from the macro CUDA_VERSION
.
Are they supposed to be always the same (assuming CUDA is correctly installed)?
cuda
cuda
asked 22 hours ago
tmlen
4,12321551
4,12321551
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
The CUDA_VERSION
macro tells you which version of the CUDA API you are compiling your code against. cuDriverGetVersion()
will tell you the most recent version of CUDA that the driver you're running with supports. So no, they don't have to be the same. For example, an application that was compiled for CUDA 9.x will run perfectly fine with a driver that supports CUDA 10…
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
The CUDA_VERSION
macro tells you which version of the CUDA API you are compiling your code against. cuDriverGetVersion()
will tell you the most recent version of CUDA that the driver you're running with supports. So no, they don't have to be the same. For example, an application that was compiled for CUDA 9.x will run perfectly fine with a driver that supports CUDA 10…
add a comment |
up vote
1
down vote
accepted
The CUDA_VERSION
macro tells you which version of the CUDA API you are compiling your code against. cuDriverGetVersion()
will tell you the most recent version of CUDA that the driver you're running with supports. So no, they don't have to be the same. For example, an application that was compiled for CUDA 9.x will run perfectly fine with a driver that supports CUDA 10…
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
The CUDA_VERSION
macro tells you which version of the CUDA API you are compiling your code against. cuDriverGetVersion()
will tell you the most recent version of CUDA that the driver you're running with supports. So no, they don't have to be the same. For example, an application that was compiled for CUDA 9.x will run perfectly fine with a driver that supports CUDA 10…
The CUDA_VERSION
macro tells you which version of the CUDA API you are compiling your code against. cuDriverGetVersion()
will tell you the most recent version of CUDA that the driver you're running with supports. So no, they don't have to be the same. For example, an application that was compiled for CUDA 9.x will run perfectly fine with a driver that supports CUDA 10…
edited 20 hours ago
answered 20 hours ago
Michael Kenzel
2,623714
2,623714
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53371032%2fis-the-cuda-api-version-and-driver-version-always-the-same%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown