How to install CUDA on UBUNTU(Linux) | CUDA installation in 2024

preview_player
Показать описание
CUDA, which stands for Compute Unified Device Architecture, is a parallel computing platform and application programming interface (API) created by NVIDIA. It is designed to harness the power of NVIDIA graphics processing units (GPUs) for general-purpose processing tasks beyond traditional graphics rendering. CUDA enables developers to perform highly parallel computations on NVIDIA GPUs, making it especially popular in fields such as scientific research, machine learning, artificial intelligence, and high-performance computing.

In this video, I just installed cuda-12.2 on ubuntu 22.04.

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬

0:00 - Introduction
0:45 - Installation
7:15 - Verifying

If you see any mistake and any advice please comment. Thanks for watching...

#ubuntu, #cuda, #install
Рекомендации по теме
Комментарии
Автор

as you said, current version of cuda is 12.3 but in the post installation page, the paths are still mentioned as 12.2. so guys if you are facing any issue on that, just change 12.2 to 12.3. really thanks for this clear explanation

Thiwakar_Somu
Автор

I think this is the first time I ran a howto and it worked the first time. Big thumbs up!

tobiasberthold
Автор

hey man! I am having great trouble installing CUDA on my Lab system, and no one could help me. I had several mistakes, and now that I saw your tutorial, I think I can make it. Tomorrow I will reinstall Ubuntu 22.04 and follow your guide!

IT WAS THE BEST TUTORIAL I SAW THIS FAR!
Thank you very very much!

pouyamirmoahmadsadeghi
Автор

This saved me, i was trying to figure out why my stuff wouldnt work. this should be a top rated video.

patrickgold
Автор

Thank you for sharing this. Your walk-through helped me get the cuba working after 2 times failure following NVIDIA's guide.

lien-chinwei
Автор

clear, simple and precise, kudos to you man

rashidlodhi
Автор

man this helped me so much. especially the way you mentioned to make sure the version is right when adding to PATH. nvidias current documentation is wrong! they still have 12.4 in the instructions and it should be 12.5. cuda is so frustrating but after all day this got me sorted out. thank you very much.

koijoijoe
Автор

Folks, if you are doing this for machine learning and deep learning, remember to check the current supported version. As of now, cuda version is 126 but pytorch and tensorflow still have to catch up to it. So you'll likely have to install an older version like 11.8

thiagodasilva
Автор

Great instruction video. Was struggling with the install of Cuda until I followed your instructions. Thanks so much.

grahamschannel
Автор

Thank you so much!!! You made it very clear and made sure that we don't fall into traps.

aw
Автор

Everything works well once I followed your videos. Thank you very much.

ThoaiZeusTran-eobg
Автор

I think you forgot to mention/walk through the 'Driver Installer' process right after 'Base installer' and just before rebooting. But a great job anyway with the video!

PSP
Автор

This video is perfect. Thank you so much.

jhoo
Автор

after I run "sudo apt-get -y install cuda". "nvidia-smi" not working? Has anyone encountered this error?

b-lifestyle
Автор

Abi çok büyük adamsın valla, çok saol

alibey
Автор

That great video, best clip about cuda on ubuntu

bloikwf
Автор

Thankyou for the video!!!❤ worked till the last part were the sudo get-apt -y cuda gave an error saying cant locate

suryans
Автор

It gave me black screen after rebooting.

akif
Автор

Hi bro! My wifi doesn't work. I tried different versions of ubuntu and different things but it didn't work. It says wifi adapter not found. I hope you will help me.

akif
Автор

hi, nvcc version working and shows cuda 12.5 but nvidia-smi not working, and torch not detecting cuda cores

QuickBeat