Update params for KernelConfig and add basic tests for getThreadId
Some checks are pending
Build and Test / build-and-test (push) Waiting to run
Some checks are pending
Build and Test / build-and-test (push) Waiting to run
This commit is contained in:
parent
9825c0d14d
commit
8dec472929
5 changed files with 63 additions and 12 deletions
|
@ -16,7 +16,7 @@ set(CMAKE_CXX_STANDARD 17)
|
|||
|
||||
# Add debug configuration
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
set(CMAKE_CUDA_FLAGS_DEBUG "-g -G -O0 --generate-line-info")
|
||||
set(CMAKE_CUDA_FLAGS_DEBUG "-g -G -O0")
|
||||
elseif(CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
set(CMAKE_CUDA_FLAGS_RELEASE "-O3 --use_fast_math")
|
||||
elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue