-
Notifications
You must be signed in to change notification settings - Fork 309
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
A-buffer causes timeout on AMD integrated graphics #440
Comments
This is surprising, I wonder if there is some undefined behavior... |
I am pursing a similar issue with intel: https://github.com/rconde01/intel_driver_indirect_call_hang Maybe the example is doing something wrong - I will review, but I don't think so? Or maybe the driver gets cranky in conjunction with other things that chrome is doing behind the scenes? @arswaw if you have the time it would be interesting if you could disable various pieces of the renderer and see what pushes it over the edge? More broadly, I think perhaps chrome needs to treat these as DOS issues because if it happens too many times Windows will block the GPU from the chrome instance. Did-you/could-you report to AMD? It may truly be a driver issue. |
@rconde01 I apologize that I hadn't addressed your comment sooner. I just reported the driver timeout to AMD. I have time to look at this. Can you give me suggestions as to what to disable once I download the project locally? |
Hey @arswaw. I'm at conference this week but i will try to get back to you next week with some details. |
@rconde01 do you have any details? |
Sorry for the late reply. I have a few ideas on tests that would be interesting:
As I said previously, I've had similar issues in another context which are almost certainly driver related. I suspect it's the same here but happy to be wrong and learn something. Bisecting the issue as I've suggested would be helpful in that regard. |
@arswaw It occurred to me I'm not sure of your background. If trying those edits is not practical for you, let me know and i can probably put together something you can directly test. |
Hi,
On the a-buffer page, there is a driver timeout that occurs with AMD Ryzen 5 5500U on my HP Envy x360 laptop.
15m-eu0033dx
Is this a programming error or is this model of GPU not expected to be able to run the demo?
The text was updated successfully, but these errors were encountered: