Skip to content

Commit

Permalink
fix typo (SeanNaren#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchaochaohu authored Sep 8, 2020
1 parent d918769 commit 178d788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ IF ((CUDA_VERSION VERSION_GREATER "10.0") OR (CUDA_VERSION VERSION_EQUAL "10.0")
set(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS} -gencode arch=compute_75,code=sm_75")
ENDIF()

IF ((CUDA_VERSION VERSION_GREATER "101.0") OR (CUDA_VERSION VERSION_EQUAL "11.0"))
IF ((CUDA_VERSION VERSION_GREATER "11.0") OR (CUDA_VERSION VERSION_EQUAL "11.0"))
set(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS} -gencode arch=compute_80,code=sm_80")
ENDIF()

Expand Down

0 comments on commit 178d788

Please sign in to comment.