Improve error message on PPC #2511
Labels
enhancement
New feature or request
good first issue
Good for newcomers
installation
CUDA is easy to install, right?
Describe the bug
CUDA.jl
is unable to find the appropriate runtime to use on the Satori cluster (PowerPC) with CUDA version above5.3.5
. Regardless of the options I configured usingCUDA.set_runtime_version!
andlocal_toolkit
, CUDA is unable to find the appropriate runtime with versions5.5.2
and5.4
.However, when I use CUDA version
5.3.5
, there is no issue with finding the appropriate runtime.To reproduce
The Minimal Working Example (MWE) for this bug:
using CUDA
Manifest.toml
Expected behavior
CUDA should be able to load the appropriate runtime depending on the Nvidia drivers installed.
Error Output
Version info
Details on Julia:
Details on CUDA:
Additional context
If I downgrade to CUDA version
5.3.5
, it can be successfully setup without settingCUDA.set_runtime_version!
.Behavior when using CUDA
5.3.5
:CUDA version info:
The text was updated successfully, but these errors were encountered: