|
|
# Setting CUDA Drivers
|
|
|
# Setting Up CUDA Libraries
|
|
|
|
|
|
> :warning: Thesis students only have access to `philae.polito.it`, which does not have a GPU installed (see ["Servers Information"](/servers)). So, this page is only for other group members.
|
|
|
|
|
|
TO DO |
|
|
\ No newline at end of file |
|
|
Different libraries and programs that use NVIDIA GPUs might need different versions of the CUDA libraries. Therefore, our GPU-equipped servers have different CUDA versions installed. For users, this means that, before compiling or installing a program that requires CUDA, you should run a script to setup the environment properly.
|
|
|
|
|
|
|
|
|
|
|
|
**IMPORTANT:** A typical situation in which you'll have to do this is *before* installing packages such as `tensorflow-gpu` or `torch` using `pip` in your virtual environment.
|
|
|
|