We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vars.yml
1 parent 75f1deb commit 960bbf4Copy full SHA for 960bbf4
.github/workflows/_build_torch_with_cuda.yml
@@ -22,7 +22,7 @@ jobs:
22
image: ${{ inputs.dev-image }}
23
env:
24
_GLIBCXX_USE_CXX11_ABI: 0
25
- TORCH_CUDA_ARCH_LIST: "5.2;8.6"
+ TORCH_CUDA_ARCH_LIST: "7.0;7.5;8.0;9.0"
26
USE_CUDA: 1
27
MAX_JOBS: 24
28
steps:
0 commit comments