Skip to content

Commit

Permalink
Set TORCH_CUDA_ARCH_LIST
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Nov 17, 2023
1 parent 2b7e61f commit ed48fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cuda12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
-DENABLE_CUDA=${{ matrix.enable_cuda }} \
-DTorch_DIR=$(python -c 'import torch.utils; print(torch.utils.cmake_prefix_path)')/Torch \
-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
-DCMAKE_CUDA_ARCHITECTURES=OFF
-DTORCH_CUDA_ARCH_LIST=8.9
make install
- name: Test
Expand Down

0 comments on commit ed48fcb

Please sign in to comment.