We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compile-pytorch-ipex.sh
1 parent 413e738 commit 80fd6c0Copy full SHA for 80fd6c0
.github/pins/ipex.txt
@@ -1 +1 @@
1
-cd132db4e11fbf799a2d3ed2afea100a4afd4efd
+15ef7db18b0a50101b41d9c78780d35ea7937ffc
scripts/compile-pytorch-ipex.sh
@@ -106,8 +106,7 @@ if [[ $BUILD_PYTORCH = true ]]; then
106
rm -rf $PYTORCH_PROJ
107
108
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
+ git clone --single-branch -b dev/triton-test-3.0 --recurse-submodules --jobs 8 https://github.com/Stonepia/pytorch.git $PYTORCH_PROJ
111
112
cd $PYTORCH_PROJ
113
0 commit comments