]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : support bfloat16 SYCL release package (#17855)
authorNeo Zhang <redacted>
Mon, 8 Dec 2025 14:09:39 +0000 (22:09 +0800)
committerGitHub <redacted>
Mon, 8 Dec 2025 14:09:39 +0000 (15:09 +0100)
* support bfloat16 release package

* add fallback file

.github/workflows/release.yml

index 3668e4e2c978826ba6b1c58a243d7db84cfffa0a..77aec20c1195f779fb14916cd99fe96ee40e145a 100644 (file)
@@ -546,6 +546,8 @@ jobs:
           cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/libmmd.dll" ./build/bin
           cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/libiomp5md.dll" ./build/bin
           cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/sycl-ls.exe" ./build/bin
+          cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/libsycl-fallback-bfloat16.spv" ./build/bin
+          cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/libsycl-native-bfloat16.spv" ./build/bin
 
           cp "${{ env.ONEAPI_ROOT }}/dnnl/latest/bin/dnnl.dll" ./build/bin
           cp "${{ env.ONEAPI_ROOT }}/tbb/latest/bin/tbb12.dll" ./build/bin