- [x] device/intrinsics/wmma: wrong use of `extern`, https://github.com/JuliaGPU/CUDA.jl/pull/1709 - [x] cublas: method error calling axp(b)y!: https://github.com/JuliaGPU/CUDA.jl/pull/1713 - [x] cusolver/dense: accessing non-existent field of factorization struct: https://github.com/JuliaGPU/CUDA.jl/pull/1714 - [x] cusolver/dense: scalar indexing during cholesky::cholcopy: https://github.com/JuliaGPU/CUDA.jl/pull/1716 - [x] intrinsics/memory: multiple shared memory arrays are aliasing: https://github.com/JuliaLang/julia/pull/48106 - [x] sorting: heterogeneously-typed kwarg call fails to compile statically in the presence of a `Core.throw_inexacterror` overlay: https://github.com/JuliaLang/julia/pull/48116
extern, Use plain llvmcall calling convention for WMMA intrinsics. #1709Core.throw_inexacterroroverlay: Avoid a couple of InexactErrors in the IdDict code. JuliaLang/julia#48116