|
|
|||
File indexing completed on 2026-07-26 08:22:10
0001 /** TRACCC library, part of the ACTS project (R&D line) 0002 * 0003 * (c) 2024-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/condense_tracks.hpp" 0012 0013 // CUDA include(s). 0014 #include <cuda_runtime.h> 0015 0016 namespace traccc::cuda { 0017 0018 void condense_tracks(const dim3& grid_size, const dim3& block_size, 0019 std::size_t shared_mem_size, const cudaStream_t& stream, 0020 const device::condense_tracks_payload& payload); 0021 0022 } // namespace traccc::cuda
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|