Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ESI-SYD committed Jan 15, 2024
1 parent 7ad7918 commit de4e13e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
env:
# TRITON_INTERPRET: "1"
CUA_VISIBLE_DEVICES: ""
if: ${{ env.BACKEND == 'XPU'}}
run: |
cd python/test/unit
python3 -m pytest -vs operators/test_flash_attention.py
Expand All @@ -87,7 +86,7 @@ jobs:
if: ${{ env.BACKEND == 'XPU'}}
run: |
cd python/test/unit
python3 -m pytest -n auto --verbose operators
python3 -m pytest -n 8 --verbose operators
- name: Run XPU python tests
if: ${{ env.BACKEND == 'XPU'}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
- name: Run partial operators tests
run: |
cd python/test/unit
python3 -m pytest -n auto --verbose operators
python3 -m pytest -n 8 --verbose operators
- name: Run XPU python tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-triton.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function run_core_tests {
echo "FAILED: return code $?" ; exit $?
fi
cd $CORE_TEST_DIR/operators
TRITON_DISABLE_LINE_INFO=1 python3 -m pytest -n auto --verbose
TRITON_DISABLE_LINE_INFO=1 python3 -m pytest -n 8 --verbose
if [ $? -ne 0 ]; then
echo "FAILED: return code $?" ; exit $?
fi
Expand Down

0 comments on commit de4e13e

Please sign in to comment.