CPPuddle
Loading...
Searching...
No Matches
Macros | Functions
stream_test.hpp File Reference
#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"
Include dependency graph for stream_test.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define STREAM_TEST_HPP
 

Functions

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)
 

Macro Definition Documentation

◆ STREAM_TEST_HPP

#define STREAM_TEST_HPP

Function Documentation

◆ 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 
)