add vk shaders source (+1 squashed commits)

Squashed commits:

[45359f49] add vk shaders source
This commit is contained in:
Concedo 2025-04-05 22:42:27 +08:00
parent c92b0cf1a4
commit 8415cac7ac

View file

@ -84,3 +84,19 @@ jobs:
with:
name: kcpp_windows_pyinstallers
path: dist/
- name: Generate VK Instructions
id: gen_vk_instructions
run: |
echo "If you cannot compile vulkan shaders yourself with glslc, you can manually patch in precompiled vulkan shader source files. Copy these 2 files to the ggml/src directory before building." > vulkan-readme.txt
- name: Save Standalone Vulkan Shaders
uses: actions/upload-artifact@v4
with:
name: vulkan_precompiled_shaders
path: |
ggml/src/ggml-vulkan-shaders.cpp
ggml/src/ggml-vulkan-shaders.hpp
vulkan-readme.txt