Update params for KernelConfig and add basic tests for getThreadId
Some checks are pending
Build and Test / build-and-test (push) Waiting to run

This commit is contained in:
Alex Selimov 2025-09-18 23:47:40 -04:00
parent 9825c0d14d
commit 8dec472929
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
5 changed files with 63 additions and 12 deletions

View file

@ -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")