vecmem
1.14.0
Loading...
Searching...
No Matches
cuda
src
utils
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
15
namespace
vecmem
{
16
namespace
cuda {
17
namespace
details {
18
28
int
get_device();
29
31
cudaStream_t
get_stream(
const
stream_wrapper& stream);
32
33
}
// namespace details
34
}
// namespace cuda
35
}
// namespace vecmem
vecmem
Main namespace for the vecmem classes/functions.
Definition
atomic_ref.hpp:16
vecmem::vector
std::vector< T, vecmem::polymorphic_allocator< T > > vector
Alias type for vectors with our polymorphic allocator.
Definition
vector.hpp:35
Generated by
1.9.8