InteractiveViz.jl
InteractiveViz.jl copied to clipboard
Add support for GPU execution of data pipeline
This might run into the issue where you can't forward a CuArray to Makie (unfortunately).
Noted. But it may be possible to run the early stages of the data pipeline on GPU and bring the data to CPU before passing to Makie.