[PyCUDA] Re: Issues with PyCUDA on Ubuntu 20.04

2020-05-02 Thread Vernon Perry
That was it, a mismatch between CUDA version and the display driver. Apparently Ubuntu 20.04 LTS is doing the Nvidia install during the OS installation process itself now. Thanks again for your help ‐‐‐ Original Message ‐‐‐ On Saturday, May 2, 2020 6:13 PM, Andreas Kloeckner wrote:

[PyCUDA] Issues with PyCUDA on Ubuntu 20.04

2020-05-02 Thread Vernon Perry
Hello, I've installed PyCUDA using several different methods, including pip, apt, as well as compiling from source, but there is still a conflict with the version of CUDA that I am running it would appear: $ nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA

[PyCUDA] Re: Issues with PyCUDA on Ubuntu 20.04

2020-05-02 Thread Andreas Kloeckner
Vernon Perry writes: > My CUDA install was just via apt; do you suggest doing it the > old-fashioned way from Nvidia itself? Please keep the list cc'd for archival. Via apt from Ubuntu's package sources? Or from some other sources (check your /etc/apt/sources.list*)? If it was from Ubuntu, then

[PyCUDA] Re: Issues with PyCUDA on Ubuntu 20.04

2020-05-02 Thread Andreas Kloeckner
Vernon Perry writes: > Hello, > > I've installed PyCUDA using several different methods, including pip, apt, as > well as compiling from source, but there is still a conflict with the version > of CUDA that I am running it would appear: > > $ nvcc --version > nvcc: NVIDIA (R) Cuda compiler