Closed
Description
- device/intrinsics/wmma: wrong use of
extern
, Use plain llvmcall calling convention for WMMA intrinsics. #1709 - cublas: method error calling axp(b)y!: CUBLAS: test against generic axp(b)y, not the BLAS-specific one. #1713
- cusolver/dense: accessing non-existent field of factorization struct: Fix LU getproperty invoke. #1714
- cusolver/dense: scalar indexing during cholesky::cholcopy: Specialize cholcopy to avoid scalar indexing. #1716
- intrinsics/memory: multiple shared memory arrays are aliasing: Switch back to LLVM's IR linker JuliaLang/julia#48106
- sorting: heterogeneously-typed kwarg call fails to compile statically in the presence of a
Core.throw_inexacterror
overlay: Avoid a couple of InexactErrors in the IdDict code. JuliaLang/julia#48116