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 miniapp #74

Closed luraess closed 11 months ago

luraess commented 1 year ago

Fixes the race condition potentially arising in the compute_1 kernel from the 2D thermo-mechanics miniapp.

Closes #73.