Skip to content

Releases: omlins/ParallelStencil.jl

ParallelStencil.jl 0.13.6

14 Oct 17:35
241f0c5
Compare
Choose a tag to compare

Release notes

ParallelStencil.jl 0.13.5

27 Sep 10:05
51da6f5
Compare
Choose a tag to compare

Release notes

  • Update AMDGPU compatibility (#166)

ParallelStencil.jl 0.13.4

19 Aug 11:48
eafd980
Compare
Choose a tag to compare

Release notes

  • Add handling of missing dependencies for extensions (#162)

ParallelStencil.jl 0.13.3

12 Aug 16:58
a362024
Compare
Choose a tag to compare

Release notes

  • Do minor hide communication improvement (#161)

ParallelStencil.jl 0.13.2

22 Jul 09:20
c9078fe
Compare
Choose a tag to compare

Release notes

  • Fix performance regression with nested functions on v0.13 when using CPU (#155, #156)

ParallelStencil.jl 0.13.1

05 Jul 18:46
3747b9e
Compare
Choose a tag to compare

Release notes

  • Add AMD-specific launch parameters (#153)
  • Improve hide communication (#153)

ParallelStencil.jl 0.13.0

14 Jun 16:55
Compare
Choose a tag to compare

Release notes

  • Add support for parallelization with Polyester (#151, #152)
  • Add support for @∀ x ∈ X statement (#149, #150)

ParallelStencil.jl 0.12.0

28 Mar 16:22
cd138f6
Compare
Choose a tag to compare

Release notes

NOTE: Related issue in Julia: error in pre-compilation in cases with more than one extension (JuliaLang/julia#52511);

ParallelStencil.jl 0.11.1

16 Feb 16:40
62eff06
Compare
Choose a tag to compare

Release notes

  • Use extension for Enzyme dependency (#139, #140)
  • Add support for CellArrays 0.2 (#141, #142)

ParallelStencil.jl 0.11.0

08 Jan 19:31
999f0e5
Compare
Choose a tag to compare

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)