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

problem on multi GPU configuration #1

Open
geotyper opened this issue Oct 21, 2021 · 1 comment
Open

problem on multi GPU configuration #1

geotyper opened this issue Oct 21, 2021 · 1 comment

Comments

@geotyper
Copy link

geotyper commented Oct 21, 2021

First of all, thanks for very useful example of compute shaders code.
On notebook program work well, but on desktop with 2 nvidia1080 cards, program crashed.
image

on line 121 of picture.
this is append_consume_buffer.

When comment lines from 119 to 122 program work, but think that num alived particles is 0.
Do you have some ideas how to correct this?

@tcoppex
Copy link
Owner

tcoppex commented Dec 19, 2021

Hey geotyper, thanks for your feedback.

Mmh I'm not sure, I had never try it on that setup but it's probably a synchronization issue (that or a frame discrepancy due to a trick used to avoid a read back). You might want to put memory barriers around it.

If you found something I'm interested.

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