Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-07-26 08:22:10

0001 /** traccc library, part of the ACTS project (R&D line)
0002  *
0003  * (c) 2025-2026 CERN for the benefit of the ACTS project
0004  *
0005  * Mozilla Public License Version 2.0
0006  */
0007 
0008 #pragma once
0009 
0010 // Project include(s).
0011 #include "traccc/finding/device/gather_measurement_votes.hpp"
0012 
0013 namespace traccc::cuda::kernels {
0014 
0015 __global__ void gather_measurement_votes(
0016     const __grid_constant__ device::gather_measurement_votes_payload payload);
0017 
0018 }  // namespace traccc::cuda::kernels