If you working with Machine Learning using GPU this story is the answer.

The story behind this is when I try to run a tensorflow python script, it comes with this warning message :

2020-07-29 17:11:59.393693: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'libcudart.so.10.1'; dlerror: libcudart.so.10.1: cannot open shared object file: No such file or directory

So i search on google what is libcudart.so. And I found that libcudart is CUDA library from NVIDIA that can use GPU to run.

wow… that is something for me, because so far i only used GPU for gaming, and now i can code with GPU.

OK… let’s get started…

CUDA

We need bridge from our code to access GPU. If you used NVIDIA for your GPU then CUDA is the answer

Hardware requirements

Software requirements

The following NVIDIA® software must be installed on your system:

#python #tensorflow #gpu #cuda

Machine Learning With GPU (1): CUDA
2.70 GEEK