POV-Ray : Newsgroups : povray.general : GPU-Support for POV-Ray? : Re: GPU-Support for POV-Ray? Server Time
1 Jun 2024 08:33:06 EDT (-0400)
  Re: GPU-Support for POV-Ray?  
From: clipka
Date: 6 Jan 2016 03:56:59
Message: <568cd6db$1@news.povray.org>
Am 06.01.2016 um 06:03 schrieb Mike Horvath:
> What is the benefit of having GPU rendering rather than just going to
> the store and buying yourself a faster processor? Are GPUs inherently
> better at this stuff than CPUs?

The benefit is that GPUs can give you far more floating point operations
per buck and second than CPUs.

The drawback is, that's only true as long as you're performing the same
sequence of operations on a vast number of data points in parallel. As
soon as any data points need special treatment, the other data points'
computations need to be stalled. So programs need to be written in a
matter that minimizes such special handling.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.