Finalize cell list code and add tests
Some checks failed
Build and Test / build-and-test (push) Failing after 5m3s
Some checks failed
Build and Test / build-and-test (push) Failing after 5m3s
This commit is contained in:
parent
0eeb9d305e
commit
6927026f87
3 changed files with 97 additions and 22 deletions
|
@ -16,11 +16,11 @@ set(CMAKE_CXX_STANDARD 17)
|
|||
|
||||
# Add debug configuration
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
set(CMAKE_CUDA_FLAGS_DEBUG "-g -G -O0")
|
||||
set(CMAKE_CUDA_FLAGS_DEBUG "-g -G -O0 --extended-lambda")
|
||||
elseif(CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
set(CMAKE_CUDA_FLAGS_RELEASE "-O3 --use_fast_math")
|
||||
set(CMAKE_CUDA_FLAGS_RELEASE "-O3 --use_fast_math --extended-lambda")
|
||||
elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
|
||||
set(CMAKE_CUDA_FLAGS_RELWITHDEBINFO "-g -lineinfo -O2")
|
||||
set(CMAKE_CUDA_FLAGS_RELWITHDEBINFO "-g -lineinfo -O2 --extended-lambda")
|
||||
endif()
|
||||
|
||||
# Set C++ debug/release flags globally
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue