ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Namespaces | Functions
devicefunc.h File Reference
#include "ttg/devicescope.h"
#include "ttg/madness/buffer.h"
Include dependency graph for devicefunc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ttg_madness
 this contains MADNESS-based TTG functionality
 

Functions

template<typename T , typename A >
auto ttg_madness::buffer_data (const Buffer< T, A > &buffer)
 
template<typename... Views>
bool ttg_madness::register_device_memory (std::tuple< Views &... > &views)
 
template<typename T , std::size_t N>
bool ttg_madness::register_device_memory (const ttg::span< T, N > &span)