BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces | Typedefs
allocator_forwarder.h File Reference
#include "allocator_traits.h"
#include <thrust/device_ptr.h>
#include <thrust/device_allocator.h>
Include dependency graph for allocator_forwarder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bc::allocators::Allocator_Forwarder< Allocator >
 
struct  bc::allocators::Allocator_Forwarder< Allocator >::rebind< AltValueType >
 
struct  bc::allocators::Thrust_Allocator_Forwarder< ValueType, Allocator >
 
struct  bc::allocators::Thrust_Allocator_Forwarder< ValueType, Allocator >::rebind< AltValueType >
 
struct  bc::allocators::allocator_to_thrust_allocator< Allocator >
 
struct  bc::allocators::allocator_to_thrust_allocator< Thrust_Allocator_Forwarder< Vt, Allocator > >
 

Namespaces

 bc
 The Evaluator determines if an expression needs to be greedily optimized.
 
 bc::allocators
 

Typedefs

template<class Allocator >
using bc::allocators::allocator_to_thrust_allocator_t = typename allocator_to_thrust_allocator< Allocator >::type