Skip to content

v3.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 07:02
· 955 commits to master since this release
2a6bfa6

CUDA v3.6.0

Diff since v3.5.0

Closed issues:

  • Conversion issue (#157)
  • Extend new RNG to Complex numbers & normal distributions (#726)
  • Fatal errors during sorting tests (#916)
  • deepcopy failing (#1202)
  • Kernel compilation fails when specifying shared memory array size as a tuple consisting of block dimension and kernel argument (#1205)
  • ERROR: LoadError: The artifact at C:\Users\name.julia\artifacts\58bd87695e9ccdb508cb38be1ab717315ecc9152 is empty. (#1209)
  • InvalidIRError when displaying a model which is on the GPU (#1212)
  • CUDA.jl tries to load CUDA compat loaded via jll even though system package is installed (#1216)
  • Synchronizing over blocks (#1220)
  • assignment changes random seed (#1226)
  • accumulate gives wrong answer when init != 0 (#1227)
  • Generic dot kernel: use multiple kernels instead of atomics (#1244)
  • integer division error creating CuVector of missing and nothing (#1251)
  • unsupported dynamic function invocation with union type of more than 2 elements (#1252)
  • three CUDA.@atomic in a row result in out-of-bounds error (#1254)
  • Float16 CAS cannot use atom.cas.b16.global on sm_61 (#1258)
  • cu(::SVector) gives SVector, cu(::MVector) gives CuArray (#1262)
  • Get back unsafe_copyto!methods for unified<-unified and unified<->device (#1263)
  • Passing and using a FFT plan in a CUDA kernel seems impossible (#1266)
  • Inplace Complex FFT and Threads (#1268)
  • sort returns nothing (#1270)
  • Release a new version (#1276)
  • __init_driver__ not called in 3.5 (#1280)
  • Shared memory does not support isbits unions. (#1281)
  • NVIDIA Nsight Systems and CUDA.@profile error (#1282)
  • nvprof with using CUDA crashes julia (#1283)

Merged pull requests: