Skip to content

Commit 27df208

Browse files
authored
Merge branch 'main' into triton-gen-sub-group-block-memaccess
2 parents ea25db5 + 80fd6c0 commit 27df208

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/pins/ipex.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cd132db4e11fbf799a2d3ed2afea100a4afd4efd
1+
15ef7db18b0a50101b41d9c78780d35ea7937ffc

scripts/compile-pytorch-ipex.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ if [[ $BUILD_PYTORCH = true ]]; then
106106
rm -rf $PYTORCH_PROJ
107107

108108
echo "**** Cloning $PYTORCH_PROJ ****"
109-
cd $BASE
110-
git clone --single-branch -b dev/triton-test-3.0 --recurse-submodules --jobs 8 https://github.com/Stonepia/pytorch.git
109+
git clone --single-branch -b dev/triton-test-3.0 --recurse-submodules --jobs 8 https://github.com/Stonepia/pytorch.git $PYTORCH_PROJ
111110

112111
cd $PYTORCH_PROJ
113112

0 commit comments

Comments
 (0)