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

Fix kernel println #72

Closed smartalecH closed 11 months ago

smartalecH commented 1 year ago

When using master, I get the following error when trying to use a @ps_println within a parallel_indices kernel:

LoadError: UndefVarError: @println not defined

This patch apparently fixes that...although I'm not sure if there are any unintended consequences (or if I'm just using the macro wrong...)

omlins commented 11 months ago

Fixed within the scope of a general revision/enhancement of the kernel language