From 68522c678daa7b65718f8a3de89bb2fbb139e26f Mon Sep 17 00:00:00 2001 From: Neo Zhang Date: Mon, 8 Dec 2025 22:09:39 +0800 Subject: [PATCH] ci : support bfloat16 SYCL release package (#17855) * support bfloat16 release package * add fallback file --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3668e4e2c9..77aec20c11 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