Replies: 1 comment 1 reply
-
As long as the resources used and passed to the shaders differ (i.e. if the pipelines don't depend on each other), they will run in parallel. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the title, in the webgpu, I create two compute pipelines to compute different attributes, I wonder the compute pipelines is parallel or serial.
If they are serial, whether I can change them to be parallel.
thank you!
The following is the code:
Beta Was this translation helpful? Give feedback.
All reactions