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

vulkan: remove use of null initializer #10372

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

jeffbolznv
Copy link
Collaborator

Seems like this isn't working for vulkan-over-metal when the array is sized by a spec constant. Maybe a spirv-cross limitation?

Should fix #10335.

Seems like this isn't working for vulkan-over-metal when the array is sized
by a spec constant. Maybe a spirv-cross limitation?
@jeffbolznv
Copy link
Collaborator Author

@DickyQi can you try this change?

@DickyQi
Copy link

DickyQi commented Nov 18, 2024

@jeffbolznv It is working now, thanks.

@jeffbolznv jeffbolznv merged commit f139d2e into ggerganov:master Nov 18, 2024
7 checks passed
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Dec 20, 2024
Seems like this isn't working for vulkan-over-metal when the array is sized
by a spec constant. Maybe a spirv-cross limitation?
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.

Optimize some mat-vec mul quant shaders cause MacOS vulkan runtime error
3 participants