[Openmp-commits] [PATCH] D130371: [Libomptarget] Don't report lack of CUDA devices
Ye Luo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Aug 4 13:16:10 PDT 2022
ye-luo added a comment.
I guess you machine has the nvidia driver installed but there is no GPU.
When there is no nvidia driver,
Libomptarget --> Loading library 'libomptarget.rtl.cuda.so'...
Libomptarget --> Unable to load library 'libomptarget.rtl.cuda.so': libcuda.so.1: cannot open shared object file: No such file or directory!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130371/new/
https://reviews.llvm.org/D130371
More information about the Openmp-commits
mailing list