-
I observed a weird the thing:
it can produce different result time to time, on Linux it always output the same result but on macos m1 it fails time to time what can be the root cause? I have no clue on how to fix it |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
also sometimes it even fails to create compute pipeline with validation error. If I rerun the CI it succeeds magically. I'm using [email protected] with wgsl, webgpu features enabled |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, there's not enough information in your OP to answer this question. The best way to help us out is to provide a small reproducible example. It's also extremely helpful to include the validation error message, to ensure others are reproducing the same issue. |
Beta Was this translation helpful? Give feedback.
-
reproduce repro: https://github.com/GopherJ/webgpu-shaders what I'm suffering is that I got different result time to time, I have the same code in another repo and the CI sometimes succeeeds sometimes not |
Beta Was this translation helpful? Give feedback.
-
this should be related to #6124 |
Beta Was this translation helpful? Give feedback.
-
fixed: #6124 (comment) |
Beta Was this translation helpful? Give feedback.
fixed: #6124 (comment)