Skip to content

Commit

Permalink
use GPU card 0,1 only
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyliu235 committed Mar 6, 2024
1 parent db23d9b commit 8800c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Public_Jax_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,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=0,1
cd ~/actions-runner/workspace_openxla/intel-extension-for-openxla/intel-extension-for-openxla/jax
commit_hash=$(git rev-parse --short HEAD)
mkdir -p ./logs/ut
Expand Down

0 comments on commit 8800c4b

Please sign in to comment.