You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)