Skip to content

Commit

Permalink
Merge branch 'main' into ci/torch-2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Mar 29, 2024
2 parents f1c61bd + 78401af commit d9e1979
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .azure/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
displayName: 'Sanity check / details'

- bash: |
set -ex
coverage run --source thunder -m \
pytest thunder/tests/ \
-m "not standalone" \
Expand All @@ -107,6 +108,7 @@ jobs:
displayName: 'Testing: regular'
- bash: |
set -ex
# these test need to run in single thread as they occurs with CUDA OOM
coverage run --source thunder -m \
pytest \
Expand All @@ -133,6 +135,7 @@ jobs:
# displayName: 'Testing: standalone'

- bash: |
set -ex
# run all found tests in given past as standalone
bash scripts/run_standalone_tests.sh "thunder/tests/distributed"
# compile coverage results
Expand Down

0 comments on commit d9e1979

Please sign in to comment.