Skip to content

Commit

Permalink
add experimental einsum patch to gpu test flow
Browse files Browse the repository at this point in the history
  • Loading branch information
speediedan committed Sep 2, 2024
1 parent 1ad5454 commit eb2b3c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/gpu-tests.yml
Original file line number Diff line number Diff line change
@@ -97,10 +97,10 @@ jobs:
bash ./tests/special_tests.sh --mark_type=standalone --filter_pattern='test_f'
displayName: 'Testing: standalone multi-gpu'
# - bash: |
# . /tmp/venvs/fts_dev/bin/activate
# bash ./tests/special_tests.sh --mark_type=exp_patch --filter_pattern='test_f' --experiment_patch_mask="1 0 0"
# displayName: 'Testing: experimental einsum patch'
- bash: |
. /tmp/venvs/fts_dev/bin/activate
bash ./tests/special_tests.sh --mark_type=exp_patch --filter_pattern='test_f' --experiment_patch_mask="1 0 0"
displayName: 'Testing: experimental einsum patch'
- bash: |
. /tmp/venvs/fts_dev/bin/activate

0 comments on commit eb2b3c6

Please sign in to comment.