Skip to content

Commit

Permalink
Those should not be needed
Browse files Browse the repository at this point in the history
  • Loading branch information
szellmann committed May 6, 2024
1 parent 7bda711 commit fc50e11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ target_include_directories(${PROJECT_NAME} PUBLIC
)

if (cuda)
set(CMAKE_CUDA_FLAGS_RELWITHDEBINFO "${CMAKE_CUDA_FLAGS_RELWITHDEBINFO} -O2 -g")
set(CMAKE_CUDA_FLAGS_RELEASE "${CMAKE_CUDA_FLAGS_RELEASE} -O3")

# set_target_properties(${PROJECT_NAME}_cuda PROPERTIES CUDA_ARCHITECTURES "all-major")
set_target_properties(${PROJECT_NAME}_cuda PROPERTIES CUDA_ARCHITECTURES "native")

Expand Down

0 comments on commit fc50e11

Please sign in to comment.