We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cdaf8 commit ac53258Copy full SHA for ac53258
Detectors/ITSMFT/ITS/tracking/GPU/cuda/CMakeLists.txt
@@ -13,7 +13,7 @@
13
if(CUDA_ENABLED)
14
find_package(CUDAToolkit)
15
message(STATUS "Building ITS CUDA tracker")
16
-add_compile_options(-O0 -g -lineinfo -fPIC)
+# add_compile_options(-O0 -g -lineinfo -fPIC)
17
# add_compile_definitions(ITS_MEASURE_GPU_TIME)
18
o2_add_library(ITStrackingCUDA
19
SOURCES ClusterLinesGPU.cu
0 commit comments