Skip to content

v3.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 22:08
· 715 commits to master since this release
b7e60f5

CUDA v3.9.1

Diff since v3.9.0

Closed issues:

  • Issue with copy_cublasfloat (#1476)
  • Errors when broadcasting random number generators (#1480)
  • CPU version of linear algebra routine is dispatched when using Zygote.gradient (#1481)
  • scan! fails on vectors of structs (#1482)
  • InexactError when getting CUDA version info (#1489)

Merged pull requests:

  • Allow more integer argument types for byte_perm (#1420) (@eschnett)
  • support CuSparseMatrix(::Diagonal) (#1470) (@Roger-luo)
  • Don't emit debug info until the next CUDA version. (#1473) (@maleadt)
  • Update manifest (#1474) (@github-actions[bot])
  • Update manifest (#1479) (@github-actions[bot])
  • fix unsafe_wrap docstring and widen signature (#1483) (@piever)
  • Update manifest (#1484) (@github-actions[bot])
  • Check whether cudaRuntimeGetVersion succeeded. (#1490) (@maleadt)
  • Update manifest (#1494) (@github-actions[bot])
  • Fix #1476: Allow any container in copy_cublasfloat (#1498) (@danielwe)