Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPU and GPU #233

Open
generalgaowei opened this issue Dec 5, 2022 · 1 comment
Open

CPU and GPU #233

generalgaowei opened this issue Dec 5, 2022 · 1 comment

Comments

@generalgaowei
Copy link

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?

@bsavery
Copy link

bsavery commented Dec 5, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants