vecmem 1.14.0
Loading...
Searching...
No Matches
cuda_wrappers.hpp
1/*
2 * VecMem project, part of the ACTS project (R&D line)
3 *
4 * (c) 2021 CERN for the benefit of the ACTS project
5 *
6 * Mozilla Public License Version 2.0
7 */
8
9// Local include(s).
10#include "vecmem/utils/cuda/stream_wrapper.hpp"
11
12// CUDA include(s).
13#include <cuda_runtime_api.h>
14
15namespace vecmem {
16namespace cuda {
17namespace details {
18
28int get_device();
29
31cudaStream_t get_stream(const stream_wrapper& stream);
32
33} // namespace details
34} // namespace cuda
35} // namespace vecmem
Main namespace for the vecmem classes/functions.
Definition atomic_ref.hpp:16
std::vector< T, vecmem::polymorphic_allocator< T > > vector
Alias type for vectors with our polymorphic allocator.
Definition vector.hpp:35