Skip to content

Commit

Permalink
update label
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and Your Name committed Nov 20, 2023
1 parent f4e1f79 commit 378cc69
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/llm-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ jobs:
name: windows-avx2

windows-build-avx2:
runs-on: [self-hosted, Windows]
runs-on: [self-hosted, Windows, AVX-VNNI-Build]
needs: check-windows-avx2-artifact
if: needs.check-windows-avx2-artifact.outputs.if-exists == 'false'
steps:
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
path: |
build/Release
check-windows-avx2-vnni-artifact:
check-windows-avx-vnni-artifact:
runs-on: ubuntu-latest
outputs:
if-exists: ${{steps.check_artifact.outputs.exists}}
Expand All @@ -368,12 +368,12 @@ jobs:
id: check_artifact
uses: xSAVIKx/artifact-exists-action@v0
with:
name: windows-avx2-vnni
name: windows-avx-vnni

windows-build-avx2-vnni:
runs-on: [self-hosted, Windows]
needs: check-windows-avx2-vnni-artifact
if: needs.check-windows-avx2-vnni-artifact.outputs.if-exists == 'false'
windows-build-avx-vnni:
runs-on: [self-hosted, Windows, AVX-VNNI-Build]
needs: check-windows-avx-vnni-artifact
if: needs.check-windows-avx-vnni-artifact.outputs.if-exists == 'false'
steps:
- name: Set up Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -464,7 +464,7 @@ jobs:
- name: Archive build files
uses: actions/upload-artifact@v3
with:
name: windows-avx2-vnni
name: windows-avx-vnni
path: |
release
Expand All @@ -480,7 +480,7 @@ jobs:
name: windows-avx

windows-build-avx:
runs-on: [self-hosted, Windows]
runs-on: [self-hosted, Windows, AVX-VNNI-Build]
needs: check-windows-avx-artifact
if: needs.check-windows-avx-artifact.outputs.if-exists == 'false'
steps:
Expand Down Expand Up @@ -522,4 +522,4 @@ jobs:
with:
name: windows-avx
path: |
release
release
2 changes: 1 addition & 1 deletion .github/workflows/llm-nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
matrix:
include:
- os: windows
instruction: avx2
instruction: AVX-VNNI-UT
python-version: "3.9"
- os: ubuntu-20.04-lts
instruction: avx512
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/llm_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ jobs:
matrix:
include:
- os: windows
instruction: avx2
instruction: AVX-VNNI-UT
python-version: "3.9"
- os: ubuntu-20.04-lts
instruction: avx512
python-version: "3.9"
- os: windows
instruction: avx2
instruction: AVX-VNNI-UT
python-version: "3.10"
- os: ubuntu-20.04-lts
instruction: avx512
python-version: "3.10"
- os: windows
instruction: avx2
instruction: AVX-VNNI-UT
python-version: "3.11"
- os: ubuntu-20.04-lts
instruction: avx512
Expand Down

0 comments on commit 378cc69

Please sign in to comment.