-
Notifications
You must be signed in to change notification settings - Fork 369
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
OPF example: big perf regression between 0.8.1
and tip on AMD
#3157
Comments
The regression was introduced in effb72b. Just bisected into it, haven't looked at the underlying reason yet. Also I pretty vividly remember reviewing and running that PR on my laptop without any issue back in Stockholm... please don't be a dedicated-amd-gpu-on-linux-through-mesa kinda thing 🙏😭 |
I cannot reproduce the issue on my laptop: both the embedded intel GPU and the discrete nvidia card give about 55ms per frame. My laptop has the exact same OS/software setup as my desktop so... I guess this is an AMD thing 😒 |
The regression diff should only touch CPU code; the GPU should see the exact same data and calls o.O - some weird timing thing? Or some difference slipped in somehow |
0.8.1
and tip0.8.1
and tip on AMD
For reference, on my MacBook Pro the performance has improved by a factor of 3x from 0.8.2 to 0.9: #1136 (comment) |
Mesa 🤷♂️ |
main
:0.8.1
:The text was updated successfully, but these errors were encountered: