Question about architecture
Posted: Mon Mar 22, 2010 11:11 pm
Hi Guy's
I am a bit new at programming on CUDA. I am working on a hobby project, a path tracer. I was wondering how you guy's deal with CUDA.
Do you guys perform all graphics related computing on the GPU or is it more of a hybrid approach? For instance performing ray intersection test on the GPU and doing the BSDFs on the CPU (host)?
I hope you can answer my questions since I am curious how applications like yours and for instance Arion deal with this.
Thanks in advance,
Thomas Kroes
I am a bit new at programming on CUDA. I am working on a hobby project, a path tracer. I was wondering how you guy's deal with CUDA.
Do you guys perform all graphics related computing on the GPU or is it more of a hybrid approach? For instance performing ray intersection test on the GPU and doing the BSDFs on the CPU (host)?
I hope you can answer my questions since I am curious how applications like yours and for instance Arion deal with this.
Thanks in advance,
Thomas Kroes