#include <hpx/async_base/apply.hpp>
#include <hpx/async_base/async.hpp>
#include <hpx/execution_base/execution.hpp>
#include <hpx/async_cuda/cuda_executor.hpp>
#include "cppuddle/memory_recycling/cuda_recycling_allocators.hpp"
#include "cppuddle/memory_recycling/util/cuda_recycling_device_buffer.hpp"
#include "cppuddle/executor_recycling/executor_pools_interface.hpp"
Go to the source code of this file.
|
template<typename Interface , typename Pool , typename... Ts> |
void | test_pool_memcpy (const size_t executor_parameter, Ts &&...ts) |
|
template<typename Interface , typename Pool , typename... Ts> |
void | test_pool_ref_counting (const size_t executor_parameter, Ts &&...ts) |
|
template<typename Interface , typename Pool , typename... Ts> |
void | test_pool_wrappers (const size_t executor_parameter, Ts &&...ts) |
|
◆ STREAM_TEST_HPP
◆ test_pool_memcpy()
template<typename Interface , typename Pool , typename... Ts>
void test_pool_memcpy |
( |
const size_t |
executor_parameter, |
|
|
Ts &&... |
ts |
|
) |
| |
◆ test_pool_ref_counting()
template<typename Interface , typename Pool , typename... Ts>
void test_pool_ref_counting |
( |
const size_t |
executor_parameter, |
|
|
Ts &&... |
ts |
|
) |
| |
◆ test_pool_wrappers()
template<typename Interface , typename Pool , typename... Ts>
void test_pool_wrappers |
( |
const size_t |
executor_parameter, |
|
|
Ts &&... |
ts |
|
) |
| |