RadeonRays_SDK icon indicating copy to clipboard operation
RadeonRays_SDK copied to clipboard

CPU and GPU

Open generalgaowei opened this issue 2 years ago • 1 comments

I feel that the code is executed on GPU. Could you tell me how the project use and balance the compute capabilities of multiple GPUs and CPUs?

generalgaowei avatar Dec 05 '22 05:12 generalgaowei

Like you said, Radeon Rays only executes ray tracing code on GPU. It's not intended for using CPU,

However you could imagine doing your ray tracing on GPU while you do something else on CPU, but that is not in scope of this project.

bsavery avatar Dec 05 '22 17:12 bsavery