sycl : fix error when use -mg 1 error (#23140)

This commit is contained in:
Neo Zhang
2026-05-18 08:11:19 +03:00
committed by GitHub
parent 1867a0c692
commit e98bcfec28
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -164,7 +164,6 @@ if not "%GGML_SYCL_DEVICE%"=="-1" (
echo Use %GGML_SYCL_DEVICE% as main GPU
REM Use single GPU only.
set "GPUS_SETTING=-mg %GGML_SYCL_DEVICE% -sm %SPLIT_MODE%"
set "ONEAPI_DEVICE_SELECTOR=level_zero:%GGML_SYCL_DEVICE%"
echo ONEAPI_DEVICE_SELECTOR=%ONEAPI_DEVICE_SELECTOR%
) else (
echo Use all Intel GPUs, including iGPU ^& dGPU