Skip to content

ParallelStencil.jl 0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 19:31
· 221 commits to main since this release
999f0e5

Release notes

  • Change scope of ParallelStencil initialization parameters to module scope: @init_parallel_stencil must newly be called once per module - right after using ParallelStencil is recommended (CHECK COMPATIBILITY!) (#130)
  • Enable dimension-agnostic kernel generation thanks to new ndims tuple expansion and type parameter substitution keyword N (#134, #136)
  • Enable architecture-agnostic creation of indices arrays with the allocator macros (#137)
  • Fix type instability when using type aliases directly (#135)