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.
1 parent c132b49 commit 87deef6Copy full SHA for 87deef6
.jenkins/pytorch/build.sh
@@ -31,11 +31,6 @@ if [[ "$BUILD_ENVIRONMENT" == *rocm* ]]; then
31
export LANG=C.UTF-8
32
export LC_ALL=C.UTF-8
33
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
39
sudo chown -R jenkins:jenkins /usr/local
40
rm -rf "$(dirname "${BASH_SOURCE[0]}")/../../../pytorch_amd/" || true
41
python "$(dirname "${BASH_SOURCE[0]}")/../../tools/amd_build/build_pytorch_amd.py"
0 commit comments