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

Support numbertype omission in ParallelStencil initialization #47

Closed omlins closed 2 years ago

omlins commented 2 years ago

This also contains the addition of support for keyword arguments in macros.

omlins commented 2 years ago

add some concise section to the README

I think that can be left for the upcoming PR which will enable the omission of all arguments to @init_parallel_stencil - this will surely all go in the same README section.