Add vulkan build patch from @jmorganca

This commit is contained in:
pufferffish
2025-02-03 14:46:59 +00:00
parent 582d41e002
commit 2d443b3dd6
2 changed files with 16 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ include src/ggml-cuda/
include src/ggml-cuda/template-instances/
include src/ggml-hip/
include src/ggml-metal/
include src/ggml-vulkan/
include src/ggml-vulkan/vulkan-shaders
include *.c
include *.h
include *.cpp
@@ -19,4 +21,5 @@ include *.cu
include *.cuh
include *.m
include *.metal
include *.comp
exclude *