File tree Expand file tree Collapse file tree
GPU/GPUTracking/Standalone/cmake Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ set(GPUCA_CONFIG_GL3W 0)
2828set (GPUCA_CONFIG_O2 1)
2929set (GPUCA_BUILD_DEBUG 0)
3030set (GPUCA_BUILD_DEBUG_SANITIZE 0)
31- set (GPUCA_BUILD_DEBUG_HOSTONLY 0)
32- set (GPUCA_DETERMINISTIC_MODE 0) # OFF / NO_FAST_MATH / OPTO2 / GPU / WHOLEO2
31+ set (GPUCA_DETERMINISTIC_MODE 0 CACHE STRING "GPUCA_DETERMINISTIC_MODE" ) # OFF / NO_FAST_MATH / OPTO2 / GPU / WHOLEO2
3332#set(GPUCA_CUDA_GCCBIN c++-14)
3433#set(GPUCA_OPENCL_CLANGBIN clang-20)
3534set (HIP_AMDGPUTARGET "default" CACHE STRING "HIP_AMDGPUTARGET" ) # "gfx906;gfx908;gfx90a"
@@ -41,4 +40,3 @@ set(CUDA_COMPUTETARGET "default" CACHE STRING "CUDA_COMPUTETARGET") # 86 89
4140#set(GPUCA_CONFIG_COMPILER gcc) # gcc / clang
4241#set(GPUCA_CONFIG_WERROR 1)
4342#add_definitions(-DGPUCA_GPU_DEBUG_PRINT)
44- #set(GPUCA_OVERRIDE_PARAMETER_FILE "foo.csv")
You can’t perform that action at this time.
0 commit comments