Skip to content

Commit 87deef6

Browse files
committed
Do not clone pyHIPIFY repository.
Script is now included in pytorch source.
1 parent c132b49 commit 87deef6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.jenkins/pytorch/build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ if [[ "$BUILD_ENVIRONMENT" == *rocm* ]]; then
3131
export LANG=C.UTF-8
3232
export LC_ALL=C.UTF-8
3333

34-
# TODO: Install pyHIPIFY in the docker image
35-
rm -rf pyHIPIFY || true
36-
git clone https://github.com/ROCm-Developer-Tools/pyHIPIFY.git
37-
chmod a+x pyHIPIFY/*.py
38-
sudo cp -p pyHIPIFY/*.py /opt/rocm/bin
3934
sudo chown -R jenkins:jenkins /usr/local
4035
rm -rf "$(dirname "${BASH_SOURCE[0]}")/../../../pytorch_amd/" || true
4136
python "$(dirname "${BASH_SOURCE[0]}")/../../tools/amd_build/build_pytorch_amd.py"

0 commit comments

Comments
 (0)