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.
2 parents dc3779f + 3d37465 commit 9eb3991Copy full SHA for 9eb3991
.jenkins/pytorch/build.sh
@@ -46,6 +46,10 @@ if [[ "$BUILD_ENVIRONMENT" == *rocm* ]]; then
46
sudo chown -R jenkins:jenkins /usr/local
47
rm -rf "$(dirname "${BASH_SOURCE[0]}")/../../../pytorch_amd/" || true
48
python "$(dirname "${BASH_SOURCE[0]}")/../../tools/amd_build/build_pytorch_amd.py"
49
+
50
+ # ROCm builds experience OOM issues when buliding with sscache. (HCC Issue #785)
51
+ export MAX_JOBS=`expr $(nproc) - 1`
52
53
USE_ROCM=1 python setup.py install
54
exit
55
fi
0 commit comments