-
Notifications
You must be signed in to change notification settings - Fork 9
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
Negative value on mac m3 with webgpu #8
Comments
m3 max too stronk. Unexpected indeed, will check.😁 |
Hi @RenaudRohlinger , do you need help to investigate this issue and calm down the m3 max ? :D The calculation from here seem correct : https://webgpu.github.io/webgpu-samples/?sample=bundleCulling |
Even with my M1 Max Pro and iPhone 12, I am unable to reproduce this issue, nor the one described in #11. Without encountering these bugs myself, it's difficult for me to diagnose and fix the issue. Could you clarify if the problem seems to originate from the Three.js side or the stats-gl side? You can try logging the values with |
also didnt display on safari webgpu enabled on iOS |
Hello, just retried today, and the value are still negative in threejs examples but positive in the webgl example. Looking forward your recent works on threejs gpu timestamp to be reflected on this lib 👍 |
Nice! Could you try this example that uses the new TimestampQueryPool API see how it goes? @Makio64: https://rawcdn.githack.com/mrdoob/three.js/dev/examples/webgpu_compute_particles_snow.html |
@RenaudRohlinger got negative value :( |
|
You need to call resolveTimestampsAsync after (not need to await) |
I got negative value for the GPU time while checking last commits/examples update on threejs release164.
I know webgpu is fast but this seems too fast haha :D
Device :
macbook pro m3 max
OS :
MacOs latest
Browser :
Chrome latest
The text was updated successfully, but these errors were encountered: