Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 07:12
70d93cc

CUDA v2.0.0

Diff since v1.3.3

Closed issues:

  • Test failure during threading tests (#15)
  • Bad allocations in memory pool after device_reset! (#16)
  • CuArrays can lose Blas on reshaped views (#78)
  • allowscalar performance (#87)
  • Indexing with a CuArrays causes a 'scalar indexing disallowed' error from checkbounds (#90)
  • 5-arg mul! for CUSPARSE (#98)
  • copyto!(Device, Host) uses scalar iteration in case of type mismatch (#105)
  • Array primitives broken for CUSPARSE arrays (#113)
  • SplittingPool: CPU allocations (#117)
  • error while concatenating to an empty CuArray (#139)
  • Showing sparse arrays goes wrong (#146)
  • Improve test coverage (#147)
  • CuArrays allocates a lot of memory on the default GPU (#153)
  • [Feature Request] Indexing CuArray with CuArray (#155)
  • Reshaping CuArray throws error during backpropagation (#162)
  • Match syntax and APIs against Julia 1.0 standard libraries (#163)
  • CURAND_STATUS_PREEXISTING_FAILURE when setting seed multiple times. (#212)
  • RFC: converts SparseMatrixCSC to CuSparseMatrixCSR via cu by default (#216)
  • Add a CuSparseMatrixCOO type (#220)
  • Test runner stumbles over path separators (#236)
  • Error: Invalid bitcode signature when loading CUDA.jl after precompilation (#293)
  • Atomic operations only work on global memory (#311)
  • Performance: cudnn algorithm selection (#318)
  • CUSPARSE is broken in CUDA.jl 1.2 (#322)
  • Device-side broadcast regression on 1.5 (#350)
  • API for fast math-like mode (#354)
  • CUDA 11.0 Update 1: cublasSetWorkspace (#365)
  • Can't precompile CUDA.jl on Kubuntu 20.04 (#396)
  • CuPtr should be Ptr in cudnnGetDropoutDescriptor (#397)
  • CUDA throws OOM error when initializing API on multiple devices (#398)
  • Cannot launch kernel with > 5 args using Dynamic Parallelism (#401)
  • Reverse performance regression (#410)
  • Tag for LLVM 3? (#412)
  • CUDA not working (#415)
  • StatsBase.transform fails on CuArray (#426)
  • Further unification of CUBLAS.axpy! and LinearAlgebra.BLAS.axpy! (#432)
  • size(range), length(range) and range[end] fail inside CUDA kernels (#434)
  • InitError: Cannot use memory pool 'binned' when CUDA.jl was precompiled for memory pool 'split'. (#446)
  • Missing dispatch for matrix multiplication with views? (#448)
  • New version not available yet? (#452)
  • using CUDA or CUArray, output: UndefVarError: AddrSpacePtr not defined (#457)
  • Unable to upgrade to the latest version (#459)

Merged pull requests: