10#include "hip_error_handling.hpp"
11#include "select_device.hpp"
14#include <hip/hip_runtime_api.h>
26 template <
typename EXECUTABLE>
Helper functor used for running a piece of code on a given device.
Definition run_on_device.hpp:19
run_on_device(int device)
Constructor, with the device that code should run on.
Definition run_on_device.hpp:23
void operator()(EXECUTABLE exe)
Operator executing "something" on the specified device.
Definition run_on_device.hpp:27
Class with RAII mechanism for selecting a HIP device.
Definition select_device.hpp:25
Namespace for types that should not be used directly by clients.
Definition get_device.cpp:17
std::vector< T, vecmem::polymorphic_allocator< T > > vector
Alias type for vectors with our polymorphic allocator.
Definition vector.hpp:35