cuda-10.1 refuses to goCUDA sample code did not get installed through sudo apt-get install nvidia-cuda-toolkit; any solutions?Finding NVCC on ServerMok Manager/NVIDIA Driver Issue After CUDA InstallInstall Nvidia drivers with cuda 10.0, ubuntu 18.04 and tensorflow gpu 1.13How to install cuda 10.0 with nvidia-418 driver on Ubuntu 19.04?Problems installing CUDA 10.0Can't install anything but cuda 10.1 with driver version 430

Completing the square to solve limit problems

Basic Accidental Question

Grep over multiple files redirecting to a different filename each time

CO₂ level is high enough that it reduces cognitive ability. Isn't that a reason to worry?

Does there exist a nonzero ring homomorphism from the ring of square rational matrices to the ring of rational numbers?

What type of rhetorical device is the offering of a source which is really long and not specifying what part of the source is relevant?

Decision problems for which it is unknown whether they are decidable

Log monitoring with pythonic tail -f and process killing

How much money would I need to feel secure in my job?

What happened to Sophie in her last encounter with Arthur?

A Simple Battleship Game

What is the lowest level at which a human can beat the 100m world record (or: the presumed human limit) without using magic?

How to communicate faster than the system clock

What DC should I use for someone trying to survive indefinitely solely with an alchemy jug as their only source of food and water? (survival campaign)

Russian Roulette (Redux!)

My mysterious "ruins" wander around and change on their own, what'd be a rational way for them to do that?

What is my volume?

Can a professor do an internship?

Is there any point in adding more than 6 months' runway in savings instead of investing everything after that?

At what point in time would humans notice a 21st century satellite observing them?

What's an "add" chord?

Should I report a security vulnerability?

How do I resolve science-based problems in my worldbuilding?

Source of an alternate universe puzzle game with a cymbal-sporting singing monkey toy



cuda-10.1 refuses to go


CUDA sample code did not get installed through sudo apt-get install nvidia-cuda-toolkit; any solutions?Finding NVCC on ServerMok Manager/NVIDIA Driver Issue After CUDA InstallInstall Nvidia drivers with cuda 10.0, ubuntu 18.04 and tensorflow gpu 1.13How to install cuda 10.0 with nvidia-418 driver on Ubuntu 19.04?Problems installing CUDA 10.0Can't install anything but cuda 10.1 with driver version 430






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0

















After intalling cuda-10.1, I realized that it doesn't work with tensorflow 1.13.1, so I had to downgrade to cuda-10.0.



I tried for a very long time, and at the end seem to have purged 10.1 (sudo apt purge cuda*), and then installed 10.0 successfully. However, even after reboot, nvidia-smi still comes up with version 10.1.



I removed cuda.list before the purge, as well as the cuda-10.1 directory under /usr/local.



nvcc --version now shows 10.0.



How is Ubuntu 16.04 hanging on cuda-10.1?










share|improve this question























  • 1





    What is the output of nvcc -V? As far as I know the nvidia-smi reports that even if you don't have CUDA installed at all.

    – Terrance
    Jul 26 at 23:45











  • nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2018 NVIDIA Corporation Built on Sat_Aug_25_21:08:01_CDT_2018 Cuda compilation tools, release 10.0, V10.0.130. not sure I agree if you are saying to ignore what nvidia-smi shows. One evidence is that tensorflow 1.13.1 still can not detect the GPU.

    – bhomass
    Jul 27 at 9:27












  • I am running CUDA 10.1 and my nvidia-smi reads CUDA 10.2. If I uninstall and not have CUDA installed it still reads CUDA 10.2. This will probably help: stackoverflow.com/questions/53422407/…

    – Terrance
    Jul 27 at 14:06











  • ok, I see there is the possibility of nvidia-smi reporting a different cuda version. This does not move my installation forward however. I know the runtime version is in compliance with the tensorflow version, but tensorflow can't see the gpu still.

    – bhomass
    Aug 1 at 23:31

















0

















After intalling cuda-10.1, I realized that it doesn't work with tensorflow 1.13.1, so I had to downgrade to cuda-10.0.



I tried for a very long time, and at the end seem to have purged 10.1 (sudo apt purge cuda*), and then installed 10.0 successfully. However, even after reboot, nvidia-smi still comes up with version 10.1.



I removed cuda.list before the purge, as well as the cuda-10.1 directory under /usr/local.



nvcc --version now shows 10.0.



How is Ubuntu 16.04 hanging on cuda-10.1?










share|improve this question























  • 1





    What is the output of nvcc -V? As far as I know the nvidia-smi reports that even if you don't have CUDA installed at all.

    – Terrance
    Jul 26 at 23:45











  • nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2018 NVIDIA Corporation Built on Sat_Aug_25_21:08:01_CDT_2018 Cuda compilation tools, release 10.0, V10.0.130. not sure I agree if you are saying to ignore what nvidia-smi shows. One evidence is that tensorflow 1.13.1 still can not detect the GPU.

    – bhomass
    Jul 27 at 9:27












  • I am running CUDA 10.1 and my nvidia-smi reads CUDA 10.2. If I uninstall and not have CUDA installed it still reads CUDA 10.2. This will probably help: stackoverflow.com/questions/53422407/…

    – Terrance
    Jul 27 at 14:06











  • ok, I see there is the possibility of nvidia-smi reporting a different cuda version. This does not move my installation forward however. I know the runtime version is in compliance with the tensorflow version, but tensorflow can't see the gpu still.

    – bhomass
    Aug 1 at 23:31













0












0








0








After intalling cuda-10.1, I realized that it doesn't work with tensorflow 1.13.1, so I had to downgrade to cuda-10.0.



I tried for a very long time, and at the end seem to have purged 10.1 (sudo apt purge cuda*), and then installed 10.0 successfully. However, even after reboot, nvidia-smi still comes up with version 10.1.



I removed cuda.list before the purge, as well as the cuda-10.1 directory under /usr/local.



nvcc --version now shows 10.0.



How is Ubuntu 16.04 hanging on cuda-10.1?










share|improve this question

















After intalling cuda-10.1, I realized that it doesn't work with tensorflow 1.13.1, so I had to downgrade to cuda-10.0.



I tried for a very long time, and at the end seem to have purged 10.1 (sudo apt purge cuda*), and then installed 10.0 successfully. However, even after reboot, nvidia-smi still comes up with version 10.1.



I removed cuda.list before the purge, as well as the cuda-10.1 directory under /usr/local.



nvcc --version now shows 10.0.



How is Ubuntu 16.04 hanging on cuda-10.1?







nvidia cuda tensorflow






share|improve this question
















share|improve this question













share|improve this question




share|improve this question








edited Jul 27 at 0:22









Eliah Kagan

92.7k25 gold badges255 silver badges409 bronze badges




92.7k25 gold badges255 silver badges409 bronze badges










asked Jul 26 at 22:05









bhomassbhomass

1011 bronze badge




1011 bronze badge










  • 1





    What is the output of nvcc -V? As far as I know the nvidia-smi reports that even if you don't have CUDA installed at all.

    – Terrance
    Jul 26 at 23:45











  • nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2018 NVIDIA Corporation Built on Sat_Aug_25_21:08:01_CDT_2018 Cuda compilation tools, release 10.0, V10.0.130. not sure I agree if you are saying to ignore what nvidia-smi shows. One evidence is that tensorflow 1.13.1 still can not detect the GPU.

    – bhomass
    Jul 27 at 9:27












  • I am running CUDA 10.1 and my nvidia-smi reads CUDA 10.2. If I uninstall and not have CUDA installed it still reads CUDA 10.2. This will probably help: stackoverflow.com/questions/53422407/…

    – Terrance
    Jul 27 at 14:06











  • ok, I see there is the possibility of nvidia-smi reporting a different cuda version. This does not move my installation forward however. I know the runtime version is in compliance with the tensorflow version, but tensorflow can't see the gpu still.

    – bhomass
    Aug 1 at 23:31












  • 1





    What is the output of nvcc -V? As far as I know the nvidia-smi reports that even if you don't have CUDA installed at all.

    – Terrance
    Jul 26 at 23:45











  • nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2018 NVIDIA Corporation Built on Sat_Aug_25_21:08:01_CDT_2018 Cuda compilation tools, release 10.0, V10.0.130. not sure I agree if you are saying to ignore what nvidia-smi shows. One evidence is that tensorflow 1.13.1 still can not detect the GPU.

    – bhomass
    Jul 27 at 9:27












  • I am running CUDA 10.1 and my nvidia-smi reads CUDA 10.2. If I uninstall and not have CUDA installed it still reads CUDA 10.2. This will probably help: stackoverflow.com/questions/53422407/…

    – Terrance
    Jul 27 at 14:06











  • ok, I see there is the possibility of nvidia-smi reporting a different cuda version. This does not move my installation forward however. I know the runtime version is in compliance with the tensorflow version, but tensorflow can't see the gpu still.

    – bhomass
    Aug 1 at 23:31







1




1





What is the output of nvcc -V? As far as I know the nvidia-smi reports that even if you don't have CUDA installed at all.

– Terrance
Jul 26 at 23:45





What is the output of nvcc -V? As far as I know the nvidia-smi reports that even if you don't have CUDA installed at all.

– Terrance
Jul 26 at 23:45













nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2018 NVIDIA Corporation Built on Sat_Aug_25_21:08:01_CDT_2018 Cuda compilation tools, release 10.0, V10.0.130. not sure I agree if you are saying to ignore what nvidia-smi shows. One evidence is that tensorflow 1.13.1 still can not detect the GPU.

– bhomass
Jul 27 at 9:27






nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2018 NVIDIA Corporation Built on Sat_Aug_25_21:08:01_CDT_2018 Cuda compilation tools, release 10.0, V10.0.130. not sure I agree if you are saying to ignore what nvidia-smi shows. One evidence is that tensorflow 1.13.1 still can not detect the GPU.

– bhomass
Jul 27 at 9:27














I am running CUDA 10.1 and my nvidia-smi reads CUDA 10.2. If I uninstall and not have CUDA installed it still reads CUDA 10.2. This will probably help: stackoverflow.com/questions/53422407/…

– Terrance
Jul 27 at 14:06





I am running CUDA 10.1 and my nvidia-smi reads CUDA 10.2. If I uninstall and not have CUDA installed it still reads CUDA 10.2. This will probably help: stackoverflow.com/questions/53422407/…

– Terrance
Jul 27 at 14:06













ok, I see there is the possibility of nvidia-smi reporting a different cuda version. This does not move my installation forward however. I know the runtime version is in compliance with the tensorflow version, but tensorflow can't see the gpu still.

– bhomass
Aug 1 at 23:31





ok, I see there is the possibility of nvidia-smi reporting a different cuda version. This does not move my installation forward however. I know the runtime version is in compliance with the tensorflow version, but tensorflow can't see the gpu still.

– bhomass
Aug 1 at 23:31










0






active

oldest

votes













Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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/4.0/"u003ecc by-sa 4.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
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1161351%2fcuda-10-1-refuses-to-go%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
















draft saved

draft discarded















































Thanks for contributing an answer to Ask Ubuntu!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1161351%2fcuda-10-1-refuses-to-go%23new-answer', 'question_page');

);

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









Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?