POV-Ray : Newsgroups : povray.general : Povray an OpenCL, again Server Time
29 Jul 2024 00:26:55 EDT (-0400)
  Povray an OpenCL, again (Message 1 to 2 of 2)  
From: jhu
Subject: Povray an OpenCL, again
Date: 7 Dec 2013 22:05:00
Message: <web.52a3e185f60c0424d19b0ec40@news.povray.org>
So finally AMD's Kaveri APU is coming out, and it has unified memory access
between CPU and GPU. Unified memory is likely going to occur with Intel's
processors too. The problem with GPGPU programming with current programming
models is the need to copy from main memory to GPU visible memory. With Kaveri,
the GPU can now access the same memory that the CPU does. Does this in any way
make an OpenCL port of Povray easier/feasible? Or would it still be a complete
rewrite?


Post a reply to this message

From: jhu
Subject: Re: Povray an OpenCL, again
Date: 15 Dec 2013 00:55:00
Message: <web.52ad4407931d81e8d19b0ec40@news.povray.org>
Nevermind. Doesn't look like OpenCL supports recursion right now.


Post a reply to this message

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