install nvidia-driver418 and cuda9.2.-->CUDA driver version is insufficient for CUDA runtime version ...
In horse breeding, what is the female equivalent of putting a horse out "to stud"?
Python - Fishing Simulator
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
What's the point in a preamp?
Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?
Match Roman Numerals
When did F become S in typeography, and why?
Simulating Exploding Dice
University's motivation for having tenure-track positions
Derivation tree not rendering
How should I replace vector<uint8_t>::const_iterator in an API?
"... to apply for a visa" or "... and applied for a visa"?
What LEGO pieces have "real-world" functionality?
Netflix Recommendations?
Did God make two great lights or did He make the great light two?
Sort a list of pairs representing an acyclic, partial automorphism
Who or what is the being for whom Being is a question for Heidegger?
Keeping a retro style to sci-fi spaceships?
How did passengers keep warm on sail ships?
How long does the line of fire that you can create as an action using the Investiture of Flame spell last?
Are my PIs rude or am I just being too sensitive?
Road tyres vs "Street" tyres for charity ride on MTB Tandem
He got a vote 80% that of Emmanuel Macron’s
How to pronounce 1ターン?
install nvidia-driver418 and cuda9.2.-->CUDA driver version is insufficient for CUDA runtime version
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)CUDA on GeForce 8600GTIs there a way to run CUDA applications with the CUDA device being a secondary adapter?Install Nvidia development driver on optimus on Windows 7Different drivers for different Nvidia GPUs in the same systemNVIDIA graphics driver in Ubuntu 12.04CUDA disabled problems on WindowsCentOS 6.6 nVidia driver and CUDA 6.5 are in conflict for system with GTX980Blue screen IRQL while installing NVIDIA CUDA, Windows 7CUDA 7.0 and 7.5 drivers do not work on Debian Wheezy KVM guestHow to install cuda?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
everyone,
My machine is ubuntu16.04
I got 2 Tesla P100 ,
Firstly,I install nvidia-driver 418, the result is good.
Then Then I install cuda9.2(The reason why I didn't choose cuda10.0 is that I want to use pytorch0.4 but it doesn't support cuda10.0).
I got this:
nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148
nvidia-smi
But when I check ,
cd /usr/local/cuda-9.2/samples/1_Utilities/deviceQuery
sudo make
./deviceQuery
it gave me ->CUDA driver version is insufficient for CUDA runtime version.
I installed nvidia-driver by
sudo apt-get install nvidia-418
And I installed cuda by download the cuda_9.2.148_396.37_linux and use sudo sh cuda_9.2.148_396.37_linux,(without installing the driver and I have set the relevant PATH).
Can anyone help me ?
(After I installed the driver418, I installed the cuda9.0 firstly,but it didn't work because the same reason.Then I uninstalled it and tried the cuda9.2,)
Beg your help!
linux drivers gpu cuda
New contributor
add a comment |
everyone,
My machine is ubuntu16.04
I got 2 Tesla P100 ,
Firstly,I install nvidia-driver 418, the result is good.
Then Then I install cuda9.2(The reason why I didn't choose cuda10.0 is that I want to use pytorch0.4 but it doesn't support cuda10.0).
I got this:
nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148
nvidia-smi
But when I check ,
cd /usr/local/cuda-9.2/samples/1_Utilities/deviceQuery
sudo make
./deviceQuery
it gave me ->CUDA driver version is insufficient for CUDA runtime version.
I installed nvidia-driver by
sudo apt-get install nvidia-418
And I installed cuda by download the cuda_9.2.148_396.37_linux and use sudo sh cuda_9.2.148_396.37_linux,(without installing the driver and I have set the relevant PATH).
Can anyone help me ?
(After I installed the driver418, I installed the cuda9.0 firstly,but it didn't work because the same reason.Then I uninstalled it and tried the cuda9.2,)
Beg your help!
linux drivers gpu cuda
New contributor
add a comment |
everyone,
My machine is ubuntu16.04
I got 2 Tesla P100 ,
Firstly,I install nvidia-driver 418, the result is good.
Then Then I install cuda9.2(The reason why I didn't choose cuda10.0 is that I want to use pytorch0.4 but it doesn't support cuda10.0).
I got this:
nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148
nvidia-smi
But when I check ,
cd /usr/local/cuda-9.2/samples/1_Utilities/deviceQuery
sudo make
./deviceQuery
it gave me ->CUDA driver version is insufficient for CUDA runtime version.
I installed nvidia-driver by
sudo apt-get install nvidia-418
And I installed cuda by download the cuda_9.2.148_396.37_linux and use sudo sh cuda_9.2.148_396.37_linux,(without installing the driver and I have set the relevant PATH).
Can anyone help me ?
(After I installed the driver418, I installed the cuda9.0 firstly,but it didn't work because the same reason.Then I uninstalled it and tried the cuda9.2,)
Beg your help!
linux drivers gpu cuda
New contributor
everyone,
My machine is ubuntu16.04
I got 2 Tesla P100 ,
Firstly,I install nvidia-driver 418, the result is good.
Then Then I install cuda9.2(The reason why I didn't choose cuda10.0 is that I want to use pytorch0.4 but it doesn't support cuda10.0).
I got this:
nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148
nvidia-smi
But when I check ,
cd /usr/local/cuda-9.2/samples/1_Utilities/deviceQuery
sudo make
./deviceQuery
it gave me ->CUDA driver version is insufficient for CUDA runtime version.
I installed nvidia-driver by
sudo apt-get install nvidia-418
And I installed cuda by download the cuda_9.2.148_396.37_linux and use sudo sh cuda_9.2.148_396.37_linux,(without installing the driver and I have set the relevant PATH).
Can anyone help me ?
(After I installed the driver418, I installed the cuda9.0 firstly,but it didn't work because the same reason.Then I uninstalled it and tried the cuda9.2,)
Beg your help!
linux drivers gpu cuda
linux drivers gpu cuda
New contributor
New contributor
New contributor
asked yesterday
Liu SuLiu Su
11
11
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Liu Su is a new contributor. Be nice, and check out our Code of Conduct.
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%2fsuperuser.com%2fquestions%2f1424603%2finstall-nvidia-driver418-and-cuda9-2-cuda-driver-version-is-insufficient-for%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Liu Su is a new contributor. Be nice, and check out our Code of Conduct.
Liu Su is a new contributor. Be nice, and check out our Code of Conduct.
Liu Su is a new contributor. Be nice, and check out our Code of Conduct.
Liu Su is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2fsuperuser.com%2fquestions%2f1424603%2finstall-nvidia-driver418-and-cuda9-2-cuda-driver-version-is-insufficient-for%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