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

Go to the source code of this file.

Classes

struct  ttg::meta::is_devicescratch< ttg::devicescratch< T > >
 
struct  ttg::meta::is_devicescratch< const ttg::devicescratch< T > >
 
struct  ttg::meta::is_const< ttg::devicescratch< T > >
 

Namespaces

namespace  ttg
 top-level TTG namespace contains runtime-neutral functionality
 
namespace  ttg::meta
 

Typedefs

template<typename T >
using ttg::devicescratch = TTG_IMPL_NS::devicescratch< T >
 

Functions

template<typename T >
auto ttg::make_scratch (T *val, ttg::scope scope, std::size_t count=1)