Skip to content

v5.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 14:27
· 110 commits to master since this release
5da4d1d

CUDA v5.3.0

Diff since v5.2.0

Merged pull requests:

Closed issues:

  • Failed to compile PTX code when using NSight on Win11 (#1601)
  • sortperm fails with dims keyword (#2061)
  • NVTX-related segfault on Windows under compute-sanitizer (#2204)
  • Inverse Complex-to-Real FFT allocates GPU memory (#2249)
  • cuDNN not available for your platform (#2252)
  • Cannot reset CuArray to zero (#2257)
  • Cannot take gradient of sort on 2D CuArray (#2259)
  • Multi-threaded code hanging forever with Julia 1.10 (#2261)
  • CUBLAS: nrm2 support for StridedCuArray with length requiring Int64 (#2268)
  • Adjoint not supported on Diagonal arrays (#2275)
  • Regression in broadcast: getting Array (Julia 1.10) instead of CuArray (Julia 1.9) (#2276)
  • Release v5.3? (#2283)
  • Wrap CUDSS? (#2287)
  • Bug concerning broadcast between device array and unified array (#2289)
  • StackOverflowError trying to throw OutOfGPUMemoryError, subsequent errors (#2292)
  • BUG: sortperm! seems to perform much slower than it should (#2293)
  • Multiplying CuSparseMatrixCSC by CuMatrix results in Out of GPU memory (#2296)
  • BFloat16 support broken on Julia 1.11 (#2306)
  • does not emit line info for debbuging/profiling (#2312)
  • Kernel using StaticArray compiles in julia v1.9.4 but not in v1.10.2 (#2313)
  • Using copyto! with SharedArray trigger scalar indexing disallowed error (#2317)