omlins / ParallelStencil.jl

Package for writing high-level code for parallel high-performance stencil computations that can be deployed on both GPUs and CPUs
BSD 3-Clause "New" or "Revised" License
316 stars 32 forks source link

Change scope of PS parameters to module and add unit tests for using ParallelStencil with extensions #130

Closed omlins closed 9 months ago

omlins commented 9 months ago

This also includes enabling to overwrite ndims per kernel definition

omlins commented 9 months ago

This is currently blocked by this issue: https://github.com/JuliaLang/julia/issues/52511