vecmem
1.18.0
Loading...
Searching...
No Matches
hip
src
utils
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
15
namespace
vecmem::hip::details
{
16
18
hipStream_t
get_stream
(
const
stream_wrapper& stream);
19
20
}
// namespace vecmem::hip::details
vecmem::hip::details
Namespace for types that should not be used directly by clients.
Definition
get_device.cpp:17
vecmem::hip::details::get_stream
hipStream_t get_stream(const stream_wrapper &stream)
Get a concrete hipStream_t object out of our wrapper.
Definition
get_stream.cpp:17
Generated by
1.9.8