Skip to content

Commit

Permalink
Change machine list from 5,6 to 6,7 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
shangerxin authored May 22, 2024
1 parent 984efd2 commit 3c68fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/IDC_1100_Public_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
basekit_path=/home/sdp
source ${basekit_path}/intel/oneapi/compiler/latest/env/vars.sh
source ${basekit_path}/intel/oneapi/mkl/latest/env/vars.sh
export ZE_AFFINITY_MASK=5,6
export ZE_AFFINITY_MASK=6,7
ut_branch=$(cat ./test/BRANCH_NAME)
git clone https://github.com/google/jax.git
cd jax && git checkout $ut_branch
Expand Down

0 comments on commit 3c68fa5

Please sign in to comment.