Skip to content

Commit

Permalink
Try to update CUDA archs to "5.0;6.0;7.0;8.0;9.0" for PyTorch
Browse files Browse the repository at this point in the history
  • Loading branch information
HGuillemet committed Nov 1, 2023
1 parent a3102e5 commit 9e08093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [[ "$EXTENSION" == *gpu ]]; then
export USE_CUDNN=1
export USE_FAST_NVCC=0
export CUDA_SEPARABLE_COMPILATION=OFF
export TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;8.0+PTX"
export TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;8.0;9.0"
fi

export PYTHON_BIN_PATH=$(which python3)
Expand Down

0 comments on commit 9e08093

Please sign in to comment.