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

Please add code for visualization #8

Closed Mrc010 closed 3 years ago

Mrc010 commented 3 years ago

Is it possible to add some code for visualization to this example, as has been described here?

omlins commented 3 years ago

There is a file in the examples including visualization for the 50-lines-multi-xpu-example. You can extract from there what you need to visualize the single-XPU example.

I added a link to it in the documentation: #9 . Thanks for pointing out that this link was missing.