vecmem 1.14.0
Loading...
Searching...
No Matches
get_stream.hpp
1/*
2 * VecMem project, part of the ACTS project (R&D line)
3 *
4 * (c) 2025 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/hip/stream_wrapper.hpp"
11
12// HIP include(s).
13#include <hip/hip_runtime_api.h>
14
15namespace vecmem::hip::details {
16
18hipStream_t get_stream(const stream_wrapper& stream);
19
20} // namespace vecmem::hip::details
Namespace for types that should not be used directly by clients.
Definition get_device.cpp:17
hipStream_t get_stream(const stream_wrapper &stream)
Get a concrete hipStream_t object out of our wrapper.
Definition get_stream.cpp:17
std::vector< T, vecmem::polymorphic_allocator< T > > vector
Alias type for vectors with our polymorphic allocator.
Definition vector.hpp:35