org-arl/InteractiveViz.jl

Add support for GPU execution of data pipeline

Opened this issue · 2 comments

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.