ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
env.h File Reference
#include <umpire_cxx_allocator.hpp>
#include <umpire/strategy/QuickPool.hpp>
#include <umpire/strategy/SizeLimiter.hpp>
#include <cassert>
#include <memory>
#include <mutex>
Include dependency graph for env.h:

Go to the source code of this file.

Classes

class  ttg::Env
 

Namespaces

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

Typedefs

template<typename T >
using ttg::pinned_allocator_t = ::umpire::default_init_allocator< T, ::umpire::allocator< T, ::umpire::detail::MutexLock<::ttg::Env >, umpire::pinned_allocator_getter > >
 pooled thread-safe pinned host memory allocator for device computing