File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 --cmake-opt="-DLLVM_INSTALL_UTILS=ON" \
175175 --cmake-opt="-DNATIVECPU_USE_OCK=Off" \
176176 --cmake-opt="-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV" \
177- --cmake-opt="-DINSTALL_DEVICE_CONFIG_FILE =ON"
177+ --cmake-opt="-DSYCL_INSTALL_DEVICE_CONFIG_FILE =ON"
178178 - name : Compile
179179 id : build
180180 run : cmake --build $GITHUB_WORKSPACE/build
Original file line number Diff line number Diff line change @@ -119,7 +119,8 @@ jobs:
119119 --cmake-opt="-DCMAKE_CXX_COMPILER_LAUNCHER=ccache" ^
120120 --cmake-opt="-DCMAKE_C_COMPILER_LAUNCHER=ccache" ^
121121 --cmake-opt="-DLLVM_INSTALL_UTILS=ON" ^
122- --cmake-opt="-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV"
122+ --cmake-opt="-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV" \
123+ --cmake-opt="-DSYCL_INSTALL_DEVICE_CONFIG_FILE=ON"
123124 - name : Build
124125 id : build
125126 shell : bash
Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ if("hip" IN_LIST SYCL_ENABLE_BACKENDS)
532532 list (APPEND SYCL_TOOLCHAIN_DEPLOY_COMPONENTS ur_adapter_hip)
533533endif ()
534534
535- if (INSTALL_DEVICE_CONFIG_FILE )
535+ if (SYCL_INSTALL_DEVICE_CONFIG_FILE )
536536 add_dependencies (sycl-toolchain DeviceConfigFile)
537537 list (APPEND SYCL_TOOLCHAIN_DEPLOY_COMPONENTS DeviceConfigFile)
538538endif ()
You can’t perform that action at this time.
0 commit comments