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
301 stars 31 forks source link

Enable automatic ranges detection for bitstype variables and nested (named) tuples containing any supported type #121

Closed omlins closed 9 months ago

omlins commented 10 months ago

This PR includes also:

luraess commented 10 months ago

Cool!