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

Adjust examples to support new version of CUDA.jl #52

Closed luraess closed 2 years ago

luraess commented 2 years ago

Broadcasting a CuArray into a host Array now requires explicit conversion, my_HostArray .= Array(my_CuArray). Closes #51.