Skip to content

v3.5.0

Choose a tag to compare

@github-actions github-actions released this 11 Oct 06:03
· 1472 commits to master since this release

CUDA v3.5.0

Diff since v3.4.2

Closed issues:

  • Illegal memory access on 3.3 (#975)
  • Forward compatibility (#1071)
  • ambiguous sparse constructor (#1088)
  • Map reduce with float 16 (#1124)
  • Allow invalid GPU pointers not allowed in unsafe_wrap (#1125)
  • Scalar Indexing error in the Introduction docs (#1127)
  • stackoverflow when printing a custom subtype of AbstractCuSparseMatrix (#1128)
  • missing rand methods (#1138)
  • Error mapreducing over a 0 dimensional array (#1141)
  • seed! is not thread safe (#1158)
  • Simplify Int32-based indices (#1160)
  • Concatenating a scalar to a CuArray gives an Array (#1162)
  • Calling byte_perm with Int32 values inserts sign checks (#1165)
  • sum! does not compile for large arrays (#1169)
  • Same random sequence on GPU and CPU? (#1170)
  • Specifying eltype and buffer type when adapting to CuArray? (#1171)
  • Inefficient lop3.lut instructions generated (#1172)
  • Writing temporary PTX files can fail (#1173)
  • Switching devices doesn't switch the REPL's output task (#1175)
  • GC is not working for CuSparseMatrixCSR (#1178)
  • sparse*dense operations shouldn't drop sparseness (#1188)
  • Raises illegal memory access error randomly (#1189)

Merged pull requests: