Skip to content

Commit b25e13e

Browse files
author
Vakho Tsulaia
committed
New example for demonstrating how to run reconstruction on GPU with time-varying misalignments
1 parent c7e578b commit b25e13e

File tree

2 files changed

+413
-0
lines changed

2 files changed

+413
-0
lines changed

examples/run/cuda/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ traccc_add_executable( truth_fitting_example_cuda "truth_fitting_example_cuda.cp
2727
LINK_LIBRARIES vecmem::core vecmem::cuda traccc::io traccc::performance
2828
traccc::core traccc::device_common traccc::cuda
2929
traccc::options traccc_examples_common )
30+
traccc_add_executable( misaligned_truth_fitting_example_cuda "misaligned_truth_fitting_example_cuda.cpp"
31+
LINK_LIBRARIES vecmem::core vecmem::cuda traccc::io traccc::performance
32+
traccc::core traccc::device_common traccc::cuda
33+
traccc::options traccc_examples_common )
3034
#
3135
# Set up the "throughput applications".
3236
#

0 commit comments

Comments
 (0)