Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 17:24
· 1 commit to master since this release

AMDGPU v1.2.0

Diff since v1.1.7

Features:

Fixes

  • Improvements to library handle cache & fix for rocFFT handle management that'd result in memory leak.
  • Do not use dlpath during ROCm library discovery. That should help with some obscure errors happening
    during initialization.
  • Remove non-unicode conv aliases.
    #710
  • Add hint about ROCM_PATH to documentation: #714
  • Import GPUArrays.allowscalar instead of defining our own version to allow do-block: #716

Merged pull requests:

Closed issues:

  • allowscalar do block functionality missing? (#715)