Skip to content

Commit

Permalink
Fix CUDA 8.0 compile issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmrig committed Mar 22, 2019
1 parent f0469b5 commit c68451b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CUDA.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set(DEFAULT_CUDA_ARCH "30;50")

# Fermi GPUs are only supported with CUDA < 9.0
if (CUDA_VERSION VERSION_LESS 9.0)
list(APPEND DEFAULT_CUDA_ARCH "20 21")
list(APPEND DEFAULT_CUDA_ARCH "20;21")
endif()

# add Pascal support for CUDA >= 8.0
Expand Down

0 comments on commit c68451b

Please sign in to comment.