Skip to content

Commit 4f93204

Browse files
committed
Update driver
1 parent d1d4651 commit 4f93204

8 files changed

+622
-11
lines changed

.github/workflows/job_build_drv_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +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 "s|^set(OPENVINO_REVISION .*|set(OPENVINO_REVISION ${{ steps.versions.outputs.openvino-sha }})|" ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
110111
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
111112
sed -i "s|^set(NPU_COMPILER_TAG .*|set(NPU_COMPILER_TAG ${{ steps.versions.outputs.npu-compiler-tag }})|" ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
112113
sed -i "s|^set(NPU_COMPILER_REVISION .*|set(NPU_COMPILER_REVISION ${{ steps.versions.outputs.npu-compiler-sha }})|" ${NPU_DRIVER_REPO}/compiler/compiler_source.cmake
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"intel": "59845101f5445e66dcc691f4f8be6371700fbdf5"
2+
"intel": "67c18f58a0bd8555b95a9c23d8557cd09eff279b"
33
}

validation/public_models_3720_DRIVER.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"input_layout": "NCHW",
2020
"output_layout": "NC",
2121
"model_input_layout": "NCHW",
22-
"model_output_layout": "NC"
22+
"model_output_layout": "NC",
23+
"shape": "input[1,3,224,224]"
2324
}
2425
},
2526
{
@@ -41,7 +42,8 @@
4142
"input_layout": "NCHW",
4243
"output_layout": "NC",
4344
"model_input_layout": "NCHW",
44-
"model_output_layout": "NC"
45+
"model_output_layout": "NC",
46+
"shape": "input[1,3,224,224]"
4547
}
4648
},
4749
{

validation/public_models_3720_MLIR.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"input_layout": "NCHW",
2020
"output_layout": "NC",
2121
"model_input_layout": "NCHW",
22-
"model_output_layout": "NC"
22+
"model_output_layout": "NC",
23+
"shape": "input[1,3,224,224]"
2324
}
2425
},
2526
{
@@ -41,7 +42,8 @@
4142
"input_layout": "NCHW",
4243
"output_layout": "NC",
4344
"model_input_layout": "NCHW",
44-
"model_output_layout": "NC"
45+
"model_output_layout": "NC",
46+
"shape": "input[1,3,224,224]"
4547
}
4648
},
4749
{

validation/public_models_4000_DRIVER.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"input_layout": "NCHW",
2020
"output_layout": "NC",
2121
"model_input_layout": "NCHW",
22-
"model_output_layout": "NC"
22+
"model_output_layout": "NC",
23+
"shape": "input[1,3,224,224]"
2324
}
2425
},
2526
{
@@ -41,7 +42,8 @@
4142
"input_layout": "NCHW",
4243
"output_layout": "NC",
4344
"model_input_layout": "NCHW",
44-
"model_output_layout": "NC"
45+
"model_output_layout": "NC",
46+
"shape": "input[1,3,224,224]"
4547
}
4648
},
4749
{

validation/public_models_4000_MLIR.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"input_layout": "NCHW",
2020
"output_layout": "NC",
2121
"model_input_layout": "NCHW",
22-
"model_output_layout": "NC"
22+
"model_output_layout": "NC",
23+
"shape": "input[1,3,224,224]"
2324
}
2425
},
2526
{
@@ -41,7 +42,8 @@
4142
"input_layout": "NCHW",
4243
"output_layout": "NC",
4344
"model_input_layout": "NCHW",
44-
"model_output_layout": "NC"
45+
"model_output_layout": "NC",
46+
"shape": "input[1,3,224,224]"
4547
}
4648
},
4749
{

0 commit comments

Comments
 (0)