Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoham authored Feb 11, 2017
1 parent fbbb670 commit 2b970b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extras/spybhwd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ FIND_PACKAGE(CUDA 5.5)

IF (CUDA_FOUND)
LIST(APPEND CUDA_NVCC_FLAGS "-arch=sm_20")
LIST(APPEND CUDA_NVCC_FLAGS "-Xcompiler -std=c++98")

INCLUDE_DIRECTORIES("${Torch_INSTALL_INCLUDE}/THC")
SET(src-cuda init.cu)
Expand Down

0 comments on commit 2b970b1

Please sign in to comment.