I’ve done both network and local installations, but the only file I receive is /usr/local/cuda/nvvm/libdevice/libdevice.10.bc. NVCC has no problem (it seems) with this and compiling e.g. sm_35. LLVM needs these files though.
How can I obtain these files? Are they even operating system specific? The only other thing on the forums I could find with this were somebody having (the same) issues with pycuda
, but they went unanswered.
Given that multiple reinstallations produce the same result (only one libdevice file), how can I obtain the libdevice files for other architectuers for CUDA 9 and Fedora 25? FC23 and CUDA 8 installed them, and I’ve got that backed up. Is it safe to just copy these files?
Thank you for any advice