cuda
cuda copied to clipboard
Packaging for NVIDIA's CUDA Toolkit
Hi all, Thanks for your work packaging CUDA in an easy way for system76 machines! PyTorch has moved up to CUDA 11.3 (see https://pytorch.org/get-started/locally/); does system76 expect to keep these...
Latest package versions available through system76-cuda are 11.2 (CUDA) and 8.0.4 (cuDNN), while official NVIDIA releases are at 11.5 (CUDA) and 8.3.1 (cuDNN).
The `findgllib.mk` file is executed by 'make' in all sample codes that use GL for visualization. This file tries to find the files `libGL.so` and `libGLU.so` in the system but...
I'd like to use cuda 11.2 but cudnn 11.2 is missing, which is available now
Could not load dynamic library 'libcusolver.so.10'; dlerror: libcusolver.so.10: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/lib/cuda-11.2/lib Could not load dynamic library 'libcudnn.so.8'; dlerror: libcudnn.so.8: cannot open...
Support exists for `cuda-10.2` and `cuda-10.0`, but not `cuda-10.1`. There were certain issues with pytorch and `cuda-10.2` which a user might want to avoid. Running `20.04`.
The system76-cuda package installs its ld.so.conf file from [debian/bionic/system76-cuda/assets/system76-cuda.conf](https://github.com/system76/cuda/blob/4e366f261ca74331886ea9b2061e587ed285e51f/debian/bionic/system76-cuda/assets/system76-cuda.conf), which includes the path ``` /usr/lib/cuda/lib64 ``` which doesn't exist after installing system76-cuda-latest. It puts the libraries in `/usr/lib/cuda/targets/x86_64-linux/lib/` instead. Changing...
Hope that PopOS team will start working on Tensorflow 2.0 support very soon. Thank you.
We should add a postinst script that simply echoes the following to the terminal: ``` For help on using Tensorflow: https://support.system76.com/articles/use-tensorflow/ ```