Skip to content

ParallelStencil.jl 0.7.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 17:56
· 696 commits to main since this release
bda7ee2

Release notes

  • Add keyword memopt to @parallel and @parallel_indices, exposing generalized optimization of fast memory usage (of registers and shared memory) (#81, #94 )
  • Add support for AMDGPU (#69, #81 , #93, #95 )
  • Add support for arrays of small arrays/structs leveraging CellArrays via keywords in the hardware-agnostic allocators (#54, #95)
  • Add @fill, @falses and trues allocators (#54)
  • Enable allocation with enums using @fill and @rand (#62)
  • Support numbertype omission in ParallelStencil initialization (#47)
  • Add macro to compute harmonic averages (#57)
  • Add documentation for memopt optimization, CellArrays and AMDGPU (#97)
  • Add support for CUDA v4 (#81)
  • Add support for Julia 1.9 (#81)