File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 7272 PLATFORM="METEORLAKE"
7373 elif [[ "${{ inputs.npu-platform }}" == "NPU.4000" ]]; then
7474 PLATFORM="LUNARLAKE"
75+ elif [[ "${{ inputs.npu-platform }}" == "NPU.5010" ]]; then
76+ PLATFORM="PANTHERLAKE"
7577 else
7678 PLATFORM="not_valid_platform"
7779 fi
Original file line number Diff line number Diff line change @@ -51,11 +51,17 @@ jobs:
5151 matrix :
5252 include :
5353 - npu-platform : NPU.3720
54+ compiler-mode : ${{ inputs.compiler-type }}
5455 models-config : ./validation/public_models_3720_${{ inputs.compiler-type }}.json
5556 - npu-platform : NPU.4000
57+ compiler-mode : ${{ inputs.compiler-type }}
5658 models-config : ./validation/public_models_4000_${{ inputs.compiler-type }}.json
5759 - npu-platform : NPU.5010
60+ compiler-mode : ${{ inputs.compiler-type }}
5861 models-config : ./validation/public_models_5010_${{ inputs.compiler-type }}.json
62+ exclude :
63+ - npu-platform : NPU.5010
64+ compiler-mode : DRIVER
5965 steps :
6066 - name : Checkout
6167 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
You can’t perform that action at this time.
0 commit comments