Skip to content

Commit

Permalink
oneDNN v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Aug 5, 2024
1 parent 2f75c47 commit 408f0ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_linux_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
conda create -n xpu_op_${ZE_AFFINITY_MASK} python=${{ inputs.python }} cmake ninja -y
source activate xpu_op_${ZE_AFFINITY_MASK}
cd ../ && rm -rf pytorch
git clone https://github.com/pytorch/pytorch pytorch
cd pytorch && git checkout ${{ inputs.pytorch }}
git clone https://github.com/yanbing-j/pytorch pytorch
cd pytorch && git checkout 1a27796ec5834031d3ba60b83980d24eba81a9f5
# apply PRs for stock pytorch
pip install requests
python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly_ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
pwd
cd ../ && rm -rf pytorch
source activate e2e_ci
git clone https://github.com/pytorch/pytorch pytorch
cd pytorch && git checkout ${{ env.pytorch }}
git clone https://github.com/yanbing-j/pytorch pytorch
cd pytorch && git checkout 1a27796ec5834031d3ba60b83980d24eba81a9f5
# apply PRs for stock pytorch
pip install requests
python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py
Expand Down

0 comments on commit 408f0ab

Please sign in to comment.