You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm trying to optimize several compute pass gpu times in wgpu for practice.
But I found that there is no way to enable MTLDispatchType::Concurrent with compute_command_encoder_with_descriptor.
If there is no specific reason not to specify MTLDispatchType while using MTLComputePassDescriptor, I would like to support it.
The text was updated successfully, but these errors were encountered:
Hi. I'm trying to optimize several compute pass gpu times in
wgpu
for practice.But I found that there is no way to enable
MTLDispatchType::Concurrent
withcompute_command_encoder_with_descriptor
.If there is no specific reason not to specify
MTLDispatchType
while usingMTLComputePassDescriptor
, I would like to support it.The text was updated successfully, but these errors were encountered: