Skip to content

Commit

Permalink
Allow multi-GPU tests and enable MPS
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Nov 13, 2024
1 parent cc2922c commit 10688b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/container/test-jax.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ for t in $*; do
done

TEST_TAG_FILTER_ARRAY=()
TEST_TAG_FILTER_ARRAY+=('-multiaccelerator')

COMMON_FLAGS=$(cat << EOF
--@local_config_cuda//:enable_cuda
--cache_test_results=${CACHE_TEST_RESULTS}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ jobs:
docker run -i --shm-size=1g --gpus all \
${{ needs.build-jax.outputs.DOCKER_TAG_FINAL }} \
bash <<"EOF" |& tee tee test-gpu.log
nvidia-cuda-mps-control -d
test-jax.sh -b gpu
EOF
STATISTICS_SCRIPT: |
Expand Down

0 comments on commit 10688b6

Please sign in to comment.