Warning, /acts/Traccc/device/cuda/src/finding/kernels/specializations/create_device_detector.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) 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/create_device_detector_src.cuh"
0010
0011 // Project include(s).
0012 #include "traccc/geometry/detector.hpp"
0013
0014 namespace traccc::cuda {
0015 template void create_device_detector<traccc::@DETECTOR_NAME@ ::device>(
0016 const cudaStream_t& stream,
0017 traccc::@DETECTOR_NAME@ ::device::const_view_type in,
0018 traccc::@DETECTOR_NAME@ ::device* out);
0019 } // namespace traccc::cuda