Skip to content

v4.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 15:31
· 536 commits to master since this release
7e86df8

CUDA v4.1.4

Diff since v4.1.3

Closed issues:

  • Buggy precompilation of init-defined symbols can break CUDA_Driver_jll initialization (#1798)
  • Calling CUDA.set_runtime_version!() with float parameter makes CUDA.jl unusable. (#1831)
  • Unexpexted memory allocation when using randn! (#1856)
  • The memory copy speed seems to exceed the hardware limit (#1860)
  • PCG produces different output on GPU (via Krylov.jl) (#1864)

Merged pull requests:

  • Fix system_driver_version on platforms not supported by CUDA_Driver_jll. (#1854) (@maleadt)
  • Update manifest (#1861) (@github-actions[bot])