> I am particularly concerned that if my > data is generated by the code running on GPUs, can I write something like an > adapter to visualize the data in situ in GPU memory ? My data is just point > data and doesn't need any filter.
Yes you can use VTK-m for this exact use case, but it will require you to write a new VTK-m / ParaView component. VTK-m offers a collection of OpenGL functions that help marshall data between CUDA and the OpenGL runtime. if you are curious on what this would entail I recommend starting with the VTK-m users guide (still a work in progress) : http://m.vtk.org/images/c/c8/VTKmUsersGuide.pdf On Sat, Mar 4, 2017 at 9:29 PM, 张驭洲 <[email protected]> wrote: > > > Hello, > > ParaView 5.3.0 has been released for some time, I want to know if there is > any documentation that introduces new features of it. I noticed that in > ParaView 5.3.0, vtkm has replaced PISTON as an accelerator, but is it still > just an accelerator for some filters? I am particularly concerned that if my > data is generated by the code running on GPUs, can I write something like an > adapter to visualize the data in situ in GPU memory ? My data is just point > data and doesn't need any filter. > > Thanks! > > -Zhang > > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
