Skip to content

v5.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 14:28
· 18 commits to master since this release
1fe8838

CUDA v5.5.0

Blog post

Diff since v5.4.3

Merged pull requests:

Closed issues:

  • LinearAlgebra.norm(x) falls back to generic implementation for x::Transpose and x::Adjoint (#1782)
  • dlclose'ing the compatibility driver can fail (#1848)
  • Creating a sparse diagonal matrix of CuArray(u) (#1857)
  • Support for Julia 1.11 (#2241)
  • CUDA 12.4 Update 1: CUPTI does not trace kernels anymore (#2328)
  • Adding CUDA to a PackageCompiler sysimage causes segfault (#2428)
  • Error using CUDA on Julia 1.10: Number of threads per block exceeds kernel limit (#2438)
  • Error when I load my model (#2439)
  • Driver JLL improvements (#2446)
  • Deadlock when callling CUDA.jl in an adopted thread while blocking the main thread (#2449)
  • CUDA.Mem.unregister fails with CUDA.jl 5.4 (not with 5.3) (#2452)
  • Segmentation Fault on Loading CUDA (#2453)
  • Invalid instruction error when using CUDA (#2454)
  • Missing adapt for sparse and CUDABackend (#2459)
  • CUDA precompile cannot find/load "cupti64_2024.2.1.dll" during precompilation (juliaup 1.10.4, Windows 11) (#2466)
  • Request: Option to disable the "full GC when under very high memory pressure". (#2467)
  • copyto! ambiguous (#2477)
  • NeuralODE training failed on GPU with Enzyme (#2478)
  • issue with atomic - when running standard test, @atomic modify expression missing field access (#2483)
  • Support for creating a CuSparseMatrixCSC from a CuSparseVector (#2484)
  • Issue with compiling CUDA and cuTENSOR using local libraries (#2486)
  • Memory Access error in sparse array constructor (#2494)
  • Forwards-compatible driver breaks CURAND (#2496)
  • CUDA 12.6 Update 1 (#2497)