buffer.h File Reference
#include <array>
#include <vector>
#include <cassert>
#include <parsec.h>
#include <parsec/data_internal.h>
#include <parsec/mca/device/device.h>
#include "ttg/parsec/ttg_data_copy.h"
#include "ttg/parsec/parsec-ext.h"
#include "ttg/util/iovec.h"
#include "ttg/device/device.h"
#include "ttg/parsec/device.h"
#include "ttg/devicescope.h"
Namespaces | |
ttg_parsec | |
this contains PaRSEC-based TTG functionality | |
ttg_parsec::detail | |
Functions | |
template<typename T , typename A > | |
parsec_data_t * | ttg_parsec::detail::get_parsec_data (const ttg_parsec::Buffer< T, A > &db) |
template<typename T > | |
T * | ttg_parsec::detail::to_address (T *ptr) |
template<typename T > | |
auto | ttg_parsec::detail::to_address (T &&ptr) |