[Paraview] CUDA module in ParaView

Biddiscombe, John A. biddisco at cscs.ch
Fri May 25 06:06:28 EDT 2012


Thanks David. I'll give it a try. it's a project that's being squeezed in between other stuff so takes low(ish) priority. 

Incidentally, I noticed Burlen had some CUDA related stuff in SQtoolkit that I found when googling. I will check that for hints.
(I would like to add support for the CUDA version of the splotch mapper I've been helping out with, pic attached cos it looks nice)

JB

-----Original Message-----
From: David E DeMarle [mailto:dave.demarle at kitware.com] 
Sent: 24 May 2012 21:05
To: Biddiscombe, John A.
Cc: paraview at paraview.org
Subject: Re: [Paraview] CUDA module in ParaView

Hey John,

I've been working with LANL to get their PISTON library integrated into VTK and ParaView. It will be making its way into master over the next few weeks. Our work involves both GPGPU (data manipulation only) filters and a new direct from thrust to GL (glInterop) mapper.

Getting vtk/paraview to use cuda wasn't too hard, just use CMake's FindCUDA module to get a hold of nvcc and then run that on the .cu files to get object files/symbols you can use from your VTK classes.

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Thu, May 10, 2012 at 5:32 AM, Biddiscombe, John A. <biddisco at cscs.ch> wrote:
> Has anyone out there used any filters/mappers that make use of CUDA in paraview, If so are there examples I can look at to get an idea of how to integrate some CUDA rendering into a paraview plugin. It doesn't actually have to be rendering as such as my current version just renders using software into a standard memory buffer and then copies that into OpenGL prior to letting paraview composite everything. It's mostly the setup/compilation etc that I haven't tried with CUDA and would like to experiment.
>
> thanks
>
> JB
>
> --
> John Biddiscombe,                        email:biddisco @.at.@ cscs.ch 
> http://www.cscs.ch/ CSCS, Swiss National Supercomputing Centre  | Tel:  
> +41 (91) 610.82.07 Via Trevano 131, 6900 Lugano, Switzerland   | Fax:  
> +41 (91) 610.82.82
>
>
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
-------------- next part --------------
A non-text attachment was scrubbed...
Name: m83_screenshot.jpg
Type: image/jpeg
Size: 49004 bytes
Desc: m83_screenshot.jpg
URL: <http://www.paraview.org/pipermail/paraview/attachments/20120525/7616e881/attachment-0001.jpg>


More information about the ParaView mailing list