Skip to content

Commit 5645923

Browse files
authored
Merge pull request #12 from iotamudelta/master
first round of changes to update PR
2 parents e1c8500 + 87deef6 commit 5645923

File tree

3 files changed

+2113
-2109
lines changed

3 files changed

+2113
-2109
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)