Skip to content
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

binding size fix #7177

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from
Open

binding size fix #7177

wants to merge 2 commits into from

Conversation

minus1ms
Copy link

Connections
none

Description
in my case max_storage_buffer_binding_size in device limits is set to this value, but when i try to allocate a buffer with this size, i get an error, because the limit is 2147483647 and max_storage_binding_size is 2147483648

Testing
just works when running tests

@minus1ms minus1ms requested a review from a team as a code owner February 18, 2025 15:00
@minus1ms
Copy link
Author

minus1ms commented Feb 19, 2025

@teoxoy i am not sure why the check fails, could you take a look? it looks like chromedriver time out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants