Skip to content

Commit 30f8d2b

Browse files
ld path and old linker off
1 parent c9cfcfd commit 30f8d2b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.circleci/scripts/binary_populate_env.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ fi
3939

4040
USE_GOLD_LINKER="OFF"
4141
# GOLD linker can not be used if CUPTI is statically linked into PyTorch, see https://github.com/pytorch/pytorch/issues/57744
42-
if [[ ${DESIRED_CUDA} == "cpu" ]]; then
43-
USE_GOLD_LINKER="ON"
44-
fi
42+
# if [[ ${DESIRED_CUDA} == "cpu" ]]; then
43+
# USE_GOLD_LINKER="ON"
44+
# fi
4545

4646

4747
# Default to nightly, since that's where this normally uploads to
@@ -119,7 +119,7 @@ if [[ "$PACKAGE_TYPE" =~ .*wheel.* && -n "$PYTORCH_BUILD_VERSION" && "$PYTORCH_B
119119
fi
120120

121121
USE_GLOO_WITH_OPENSSL="ON"
122-
if [[ "$GPU_ARCH_TYPE" =~ .*aarch64.* ]]; then
122+
if [[ "$GPU_ARCH_TYPE" =~ .*cpu-ppc64le.* ]]; then
123123
USE_GLOO_WITH_OPENSSL="OFF"
124124
USE_GOLD_LINKER="OFF"
125125
fi

.github/workflows/generated-linux-ppc64le-binary-manywheel-nightly.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ppc64le.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
with:
4545
build-environment: linux-ppc64le-binary-manywheel
4646
docker-image-name: manylinuxppc64le-builder
47-
runner: ubuntu-24.04-ppc64le-4xlarge
47+
runner: ubuntu-24.04-ppc64le-2xlarge
4848
secrets: inherit

0 commit comments

Comments
 (0)