When I use CUDA.jl with Julia 1.13, I see many warnings such as
From worker 7: warning: linking module flags 'Dwarf Version': IDs have conflicting values ('i32 4' from throw_boundserror with 'i32 2' from start)
These seem harmless. All messages contain the with 'i32 2' from start bit. I assume this means that the start modules is built using Dwarf 2 instead of Dwarf 4.