Skip to content

Commit 7e10fc8

Browse files
committed
rm old arch list
1 parent fa6e81d commit 7e10fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: |
129129
export PATH=/usr/local/cuda/bin:$PATH
130130
export FORCE_CUDA=1
131-
export TORCH_CUDA_ARCH_LIST="3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6"
131+
export TORCH_CUDA_ARCH_LIST="6.0;7.0;7.5;8.0;8.6+PTX"
132132
TORCH_VERSION=`echo "pt${{ matrix.include-combo.torch-version }}" | sed "s/..$//" | sed "s/\.//g"`
133133
CUDA_VERSION=`echo ${{ matrix.include-combo.cuda-version }}`
134134
export TORCHSORT_VERSION_SUFFIX="+$TORCH_VERSION$CUDA_VERSION"

0 commit comments

Comments
 (0)