Skip to content

Trouble using cuda device on RHEL 8 #161

Answered by guillaumekln
ururk asked this question in Q&A
Discussion options

You must be logged in to vote

How did you install cuDNN? Make sure you installed cuDNN 8.6 for CUDA 11 (I think there is also cuDNN 8.6 for CUDA 10.2 which will not work here).

This error could also happen when you are running out of memory. Is there another running process that could use too much RAM or VRAM?

When in doubt, you could also try running your code in the official RHEL 8 Docker image from NVIDIA (e.g. nvidia/cuda:11.5.2-cudnn8-runtime-ubi8). If it works here it means there is something wrong in your CUDA/cuDNN installation.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ururk
Comment options

Answer selected by ururk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants