Skip to content

Commit

Permalink
remove ipex
Browse files Browse the repository at this point in the history
  • Loading branch information
AshburnLee committed Sep 18, 2024
1 parent 6f3b7e2 commit 0b20eaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/auto-update-translator-cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ jobs:
with:
repository: pytorch/pytorch

# TODO: remove this step once ipex is deprecated for benchmarks
- name: Setup NO-OP-IPEX
if: ${{ env.TARGET_PRID == null }}
uses: ./.github/actions/setup-no-op-ipex

- name: Install test dependencies
if: ${{ env.TARGET_PRID == null }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-update-translator-cid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ for cid in $COMMIT_IDS; do
fi

# execute full tests
if ./scripts/test-triton.sh --skip-pytorch; then
if USE_IPEX=0 ./scripts/test-triton.sh --skip-pytorch-install --core --tutorial --unit --interpreter --instrumentation --microbench --softmax --gemm --attention; then
echo "Tests passed for translator commit $cid"
echo "A newer commit found: $cid"
FOUND=true
Expand Down

0 comments on commit 0b20eaf

Please sign in to comment.