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

"symbol multiply defined" error #2021

Closed
chrstphrbrns opened this issue Aug 6, 2023 · 3 comments
Closed

"symbol multiply defined" error #2021

chrstphrbrns opened this issue Aug 6, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@chrstphrbrns
Copy link
Contributor

julia> VERSION
v"1.11.0-DEV.235"

julia> CUDA.versioninfo()
CUDA runtime 12.1, artifact installation
CUDA driver 12.0
NVIDIA driver 525.125.6

CUDA libraries: 
- CUBLAS: 12.1.3
- CURAND: 10.3.2
- CUFFT: 11.0.2
- CUSOLVER: 11.4.5
- CUSPARSE: 12.1.0
- CUPTI: 18.0.0
- NVML: 12.0.0+525.125.6

Julia packages: 
- CUDA: 4.4.0
- CUDA_Driver_jll: 0.5.0+1
- CUDA_Runtime_jll: 0.6.0+0

Toolchain:
- Julia: 1.11.0-DEV.235
- LLVM: 15.0.7
- PTX ISA support: 3.2, 4.0, 4.1, 4.2, 4.3, 5.0, 6.0, 6.1, 6.3, 6.4, 6.5, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5
- Device capability support: sm_37, sm_50, sm_52, sm_53, sm_60, sm_61, sm_62, sm_70, sm_72, sm_75, sm_80, sm_86

2 devices:
  0: NVIDIA GeForce RTX 2080 Ti (sm_75, 10.219 GiB / 11.000 GiB available)
  1: NVIDIA GeForce RTX 2080 Ti (sm_75, 10.745 GiB / 11.000 GiB available)

julia> c=cu(rand(10000));

julia> sum(c)
error: Linking globals named '*Core.Intrinsics.bitcast#1': symbol multiply defined!
@chrstphrbrns chrstphrbrns added the bug Something isn't working label Aug 6, 2023
@lemontree404
Copy link

Does it have something to do with the Julia version? I ran into the same problem just today. I'm also not able to install any other CUDA related packages, this error pops up when I try to,

Resolving package versions...
ERROR: Unsatisfiable requirements detected for package CUDAapi [3895d2a7]:
 CUDAapi [3895d2a7] log:
 ├─possible versions are: 0.5.0-4.0.0 or uninstalled
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

@oscardssmith
Copy link

oscardssmith commented Aug 7, 2023

it does. see JuliaGPU/GPUCompiler.jl#489

@maleadt
Copy link
Member

maleadt commented Aug 8, 2023

Closing in favor of the GPUCompiler issuel

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

No branches or pull requests

4 participants