-
Notifications
You must be signed in to change notification settings - Fork 494
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
wgpu: Validation Error Due to Buffer Binding Size Mismatch #2775
Comments
As mentioned on discord, this is actually a side effect of the issue #2776. Let me know if you still see the issue, otherwise will close when the repeat dim backward PR is merged 🙂 |
Okay, testing here, I have a new one now: thread 'main' panicked at ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-24.0.1/src/backend/wgpu_core.rs:1079:26: Caused by: |
Linking #1970 Guess there might still be an issue with fusion. If you try without the feature (enabled by default), do you still hit the limit? |
It works when fusion is disabled |
Description
When running this Example with the latest commit of burn on
master
, a wgpu validation error is raised during the backward pass:It appears that the error is caused by an updated minimum alignment requirement in wgpu according to @wingertge
Forward pass behave as expected.
You can reproduce the bug cloning This simple example, using the wgpu branch.
The text was updated successfully, but these errors were encountered: