Hi,
I used to plot 2d arrays directly from the GPU using ArrayFire.jl
but it does not work for me anymore:
julia> ArrayFire.image(u0)
0x00007fee23c3f920
no window appears. It could be because I am on OSX but no error is emitted. (an error has been posted https://github.com/JuliaGPU/ArrayFire.jl/issues/273).
This is a bit of a “pressing” matter for me, so I cross post here. Hence, I have two questions
- is anyone able to use the windows and graphics of
ArrayFire
with recent version? - if you dont use ArrayFire, how do you plot directly from the GPU?
Thank you for your help,
Bests.