[vtkusers] How to enable the GPU for VTK application?

Cory Quammen cory.quammen at kitware.com
Wed Aug 17 09:39:17 EDT 2016


Like Dan said, your graphics driver will (likely) decide to render on
your GPU. You should not need to recompile VTK.

HTH,
Cory

On Wed, Aug 17, 2016 at 6:57 AM, Dan Lipsa <dan.lipsa at kitware.com> wrote:
> VTK algorithms run on the CPU. Rendering is done on the CPU or the graphics
> card depending on your driver.
> You may want to look a VTKM for an emerging technology for accelerating
> computation and visualization using parallel hardware on your machine (GPU
> or CPU)
>
> Hope this helps,
> Dan
>
>
> On Wed, Aug 17, 2016 at 12:54 AM, Liu_tj <tjlp at netease.com> wrote:
>>
>> Hi,
>>
>> I have VTK application running on CPU. Now I add GPU to my computer, how
>> can I enable the GPU for my VTK application? Should I need to rebuild the
>> VTK or any other steps?
>>
>> Thanks
>> Liu Peng
>>
>> _______________________________________________
>> 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 VTK FAQ at:
>> http://www.vtk.org/Wiki/VTK_FAQ
>>
>> Search the list archives at: http://markmail.org/search/?q=vtkusers
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/mailman/listinfo/vtkusers
>>
>
>
> _______________________________________________
> 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 VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>



-- 
Cory Quammen
R&D Engineer
Kitware, Inc.


More information about the vtkusers mailing list