Skip to content

v2.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 14:41
63c7c34

CUDA v2.6.2

Diff since v2.6.1

Closed issues:

  • High allocations and getindex (#150)
  • ResNet spending much time in CuArrays GC (#149)
  • Broadcast inference failure results in scalar iteration (#145)
  • Allocator very slow to reclaim memory after running for sufficiently long (#137)
  • Assignment using logical indexing (#131)
  • CUDNN convolution allocates outside of the memory pool (#111)
  • Logical indexing per-dim (#106)
  • Threading-related assertion failure in split allocator (#97)
  • dims support for softmax (#226)
  • Memory pinning needs more features (#242)
  • External allocations fail under high memory pressure (#340)
  • Incomplete CUDNN wrappers (#343)
  • softmax(x) and logsoftmax(x) update their arguments (#592)
  • Freeing large buffers takes a while (#594)
  • softmax has problem with dim parameter (#599)
  • gemmEx on sm_52 results in CUBLAS_STATUS_ARCH_MISMATCH (#609)
  • about the document of conditional use (#689)
  • GPU run out of memory if 2 workers use the same GPU (#692)
  • CURAND handles are collected early (#699)
  • cudnnConvolutionForward fails memory checking (#702)
  • Deadlock during OOM (#706)
  • Segfault during trampoline allocation when querying occupancy from multiple threads (#707)
  • Ballot intrinsics should use .sync variety (#711)
  • cfunction $shmem_cint use after free (#713)
  • OOM when evaluating a small resnet (with both Flux and Knet) (#714)
  • Supprt CUDA 11.2 Update 1 (#715)
  • Base.mapreducedim returns wrong answer with non-zero target array (#720)
  • CUBLAS_STATUS_ARCH_MISMATCH (#722)
  • Test failures on linux (#727)
  • Switching devices causes GC errors (#731)
  • Pin CPU buffers when doing memory copies (#735)
  • Memory free error with CUDA 11.2 and multi threads/GPUs (#737)
  • Per-device memory pool (#742)
  • Could not load library cudnn_ops_infer64_8.dll (#757)
  • CUDA.lgamma(x) crashes Julia (#758)

Merged pull requests: