Skip to content

Releases: omlins/ParallelStencil.jl

ParallelStencil.jl 0.16.0

03 Mar 17:33
c07b5db

Choose a tag to compare

Release notes

ParallelStencil.jl 0.15.1

28 Jan 08:38
b1411e6

Choose a tag to compare

Release notes

ParallelStencil.jl 0.15.0

13 Jan 17:08
53c424e

Choose a tag to compare

Release notes

  • Add support for architecture-agnostic warp-level functions (#186) (@omlins)
  • Support @get_stream and @get_priority_stream for the CPU backends (returning nothing) and add them to the public API (#192) (@omlins)
  • Add convenience macro @overlap to overlap @parallel calls on separate streams (#194) (@omlins)

ParallelStencil.jl 0.14.3

15 Jul 13:36
d3b6567

Choose a tag to compare

Release notes

  • Set memopt parameters in function of compute capability (#185) (@omlins)

ParallelStencil.jl 0.14.2

02 Apr 10:13
b251536

Choose a tag to compare

Release notes

  • Fix automatic type replacement in kernel signatures for types in Data in interactive session (#183) (@omlins)
  • Add support for latest CellArrays (#183) (@omlins)

ParallelStencil.jl 0.14.1

11 Dec 15:32
1509d25

Choose a tag to compare

Release notes

  • Ensure full compatibility with Revise.jl (#182) (@omlins)

ParallelStencil.jl 0.14.0

05 Dec 16:21
66a98d9

Choose a tag to compare

Release notes

ParallelStencil.jl 0.13.6

14 Oct 17:35
241f0c5

Choose a tag to compare

Release notes

ParallelStencil.jl 0.13.5

27 Sep 10:05
51da6f5

Choose a tag to compare

Release notes

  • Update AMDGPU compatibility (#166)

ParallelStencil.jl 0.13.4

19 Aug 11:48
eafd980

Choose a tag to compare

Release notes

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