Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libLLVM-15jl.so #2018

Closed
StxGuy opened this issue Aug 4, 2023 · 1 comment
Closed

libLLVM-15jl.so #2018

StxGuy opened this issue Aug 4, 2023 · 1 comment

Comments

@StxGuy
Copy link

StxGuy commented Aug 4, 2023

Hello, I installed Julia 1.9.2 and CUDA v4.4.0/CUDA_Driver_jll 0.5.0+1/CUDA_Runtime_jll 0.6.0+0 in a fresh installation of Arch Linux that contains NVIDIA driver 535.86.05 and CUDA version 12.2/runtime 12.1. When I try to run simple commands such as:

using CUDA
x = CUDA.randn(128)
y = x.*2

I get a message: could not load library ./julia/artifacts/.../lib/libLLVMExtra-15.so. An ldd on this file returns: libLLVM-15jl.so => not found. I tried removing and reinstalling CUDA, LLVM (6.1.0), GPUArrays (8.8.1), but nothing works. I have libcuda on /usr/lib and this shows in my /etc/ld/so.conf.d/cuda.conf.

I appreciate any help.

@StxGuy StxGuy added the bug Something isn't working label Aug 4, 2023
@maleadt
Copy link
Member

maleadt commented Aug 8, 2023

Julia 1.9 uses LLVM 14; if you're using LLVM 15 then you're using an unsupported build (e.g. from your distribution). Please try again with Julia from the official webpage.

@maleadt maleadt closed this as completed Aug 8, 2023
@maleadt maleadt removed the bug Something isn't working label Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants