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
If we end up wondering why compute is failing (randomly) to create a new device, this is probably the reason. This is what happened with the windows UTM virtual machine on arm64, and not specifying limits fixed the issue there. Here's the docs on various downlevel versions of limits, which apparently are needed on "downlevel" hardware. https://docs.rs/wgpu/latest/wgpu/struct.Limits.html
How to reproduce
Just a reminder so we don't forget..
Example code
No response
Relevant output
No response
Platform
macOS
The text was updated successfully, but these errors were encountered:
Describe the bug
If we end up wondering why compute is failing (randomly) to create a new device, this is probably the reason. This is what happened with the windows UTM virtual machine on arm64, and not specifying limits fixed the issue there. Here's the docs on various downlevel versions of limits, which apparently are needed on "downlevel" hardware. https://docs.rs/wgpu/latest/wgpu/struct.Limits.html
How to reproduce
Just a reminder so we don't forget..
Example code
No response
Relevant output
No response
Platform
macOS
The text was updated successfully, but these errors were encountered: