From: Neo Zhang Date: Mon, 8 Dec 2025 14:09:39 +0000 (+0800) Subject: ci : support bfloat16 SYCL release package (#17855) X-Git-Tag: upstream/0.0.7446~122 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=68522c678daa7b65718f8a3de89bb2fbb139e26f;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : support bfloat16 SYCL release package (#17855) * support bfloat16 release package * add fallback file --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3668e4e2..77aec20c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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