ParallelStencil.jl icon indicating copy to clipboard operation
ParallelStencil.jl copied to clipboard

[JuliaCon/proceedings-review] @parallel keyword argument `loopopt` deprecated?

Open benegee opened this issue 2 years ago • 1 comments

Dear authors of ParallelStencil.jl!

I am just going through https://github.com/JuliaCon/proceedings-review/issues/138

The example provided in your repo, https://github.com/omlins/ParallelStencil.jl/tree/JuliaConProceeding2022#50-lines-example-deployable-on-gpu-and-cpu, works perfectly fine.

The snippet in your paper, however, does not work with the current version of PaperStencil.jl because the keyword loopopt is reported as invalid. I assume it is deprecated by now. Maybe you could update the snippet in the paper? Or provide the version of your package used to generate the results in the paper?

benegee avatar Nov 13 '23 17:11 benegee

Thanks for highlighting this. We will update snippet in the paper: loopopt has been replaced with memopt.

omlins avatar Nov 14 '23 18:11 omlins