-
Notifications
You must be signed in to change notification settings - Fork 13.7k
vulkan: fix mmq out of bounds reads #17108
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
Conversation
|
When building I got multiple warnings about unused variables: The change also didn't fix #17056 for me. |
|
However, this change did fix |
|
Yeah, that's the problem I found in the issue. I added that test. I guess you have another problem. I'll try to find it. |
|
I can reproduce another issue with the model you posted in your issue. I'll look into it, thank you for testing the fix. |
Fixes #17056
I also cleaned up some legacy indexing and buffer size code in the matmul functions.
Draft because I caused a mul_mat_id regression, still trying to find the reason.