Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Traccc/device/cuda/src/finding/kernels/specializations/find_tracks.cu.in is written in an unsupported language. File is not indexed.

0001 /** TRACCC library, part of the ACTS project (R&D line)
0002  *
0003  * (c) 2023-2026 CERN for the benefit of the ACTS project
0004  *
0005  * Mozilla Public License Version 2.0
0006  */
0007 
0008 // Local include(s).
0009 #include "src/finding/kernels/specializations/find_tracks_src.cuh"
0010 
0011 // Project include(s).
0012 #include "traccc/geometry/detector.hpp"
0013 
0014 namespace traccc::cuda {
0015 template void find_tracks<traccc::@DETECTOR_NAME@ ::device>(
0016     const dim3& grid_size, const dim3& block_size, std::size_t shared_mem_size,
0017     const cudaStream_t& stream, const finding_config&,
0018     const traccc::@DETECTOR_NAME@ ::device::const_view_type&,
0019     const device::find_tracks_payload&);
0020 }  // namespace traccc::cuda