Skip to content

Commit d7352fc

Browse files
Update linux driver version to 1.23.0 (#154)
* Update linux driver version to 1.23.0 * Driver scripts has renamed npu_plugin to npu_compiler
1 parent df25c78 commit d7352fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/job_build_driver_linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if: ${{ !steps.cache-restore.outputs.cache-hit }}
108108
run: |
109109
sed -i "s|^set(OPENVINO_REPOSITORY .*|set(OPENVINO_REPOSITORY https://github.com/${{ steps.versions.outputs.openvino-repository }})|" ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
110-
sed -i '/GIT_REPOSITORY/{n;s|https://github.com/openvinotoolkit/npu_plugin.git|https://github.com/${{ steps.versions.outputs.npu-compiler-repository }}.git|}' ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
110+
sed -i '/GIT_REPOSITORY/{n;s|https://github.com/openvinotoolkit/npu_compiler.git|https://github.com/${{ steps.versions.outputs.npu-compiler-repository }}.git|}' ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
111111
sed -i "s|^set(NPU_COMPILER_TAG .*|set(NPU_COMPILER_TAG ${{ steps.versions.outputs.npu-compiler-tag }})|" ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
112112
sed -i "s|^set(NPU_COMPILER_REVISION .*|set(NPU_COMPILER_REVISION ${{ steps.versions.outputs.npu-compiler-sha }})|" ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
113113
sed -i "s|^set(NPU_COMPILER_OPENVINO_REVISION .*|set(NPU_COMPILER_OPENVINO_REVISION ${{ steps.versions.outputs.openvino-sha }})|" ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
@@ -120,6 +120,7 @@ jobs:
120120
${{ inputs.driver-cmake-options }} \
121121
-DENABLE_OPENVINO_PACKAGE=ON \
122122
-DENABLE_NPU_COMPILER_BUILD=ON \
123+
-DENABLE_OFFLINE_COMPILATION_SUPPORT=ON \
123124
-DCMAKE_INSTALL_PREFIX=$(realpath ${NPU_DRIVER_INSTALL_DIR}) \
124125
-S ${NPU_DRIVER_REPO} \
125126
-B ${NPU_DRIVER_BUILD_DIR}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"intel": "d7726ce164bd1f41c16e491415bcc2080a46a420"
2+
"intel": "59845101f5445e66dcc691f4f8be6371700fbdf5"
33
}

0 commit comments

Comments
 (0)