Skip to content

Commit ca3c3a6

Browse files
authored
[Release-Only] Remove ptx from Linux CUDA 12.6 binary builds (#145616)
Cuda 12.6 remove +ptx
1 parent 7be6b5d commit ca3c3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/manywheel/build_cuda.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ case ${CUDA_VERSION} in
6363
if [[ "$GPU_ARCH_TYPE" = "cuda-aarch64" ]]; then
6464
TORCH_CUDA_ARCH_LIST="9.0"
6565
else
66-
TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};9.0+PTX"
66+
TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};9.0"
6767
fi
6868
EXTRA_CAFFE2_CMAKE_FLAGS+=("-DATEN_NO_TEST=ON")
6969
;;

0 commit comments

Comments
 (0)