Vulkan L_NV_cooperative_matrix2 shader compile error #2723
Marcel2508
started this conversation in
General
Replies: 1 comment
-
It looks like a problem with debian 12 / the outdated vulkan version that comes with it. However this probably shouldn't be the solution as properly implementing feature checks would be the better thing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, when trying to build it (on a PI5 and AMD GPU) with vulkan I get the following warnings / error's:
Probably because
GL_NV_cooperative_matrix2 not supported by glslc
I than get the following errors during build:I guess this happens because it tries to use the unsupported vulkan feature? How could I disable it?
Is this PR maybe related to this problem? ggml-org/llama.cpp#11117
Has anyone already found a solution around this? llama.cpp builds fine for me with vulkan support
Beta Was this translation helpful? Give feedback.
All reactions