BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces | Typedefs
allocators.h File Reference
#include "basic_allocators.h"
#include "allocator_traits.h"
#include "polymorphic_allocator.h"
#include "stack_allocator.h"
#include "recycle_allocator.h"
#include "logging_allocator.h"
#include "null_allocator.h"
Include dependency graph for allocators.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bc::allocators::Byte
 
class  bc::allocators::Allocator< ValueType, SystemTag >
 

Namespaces

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

Typedefs

template<class ValueType >
using bc::Basic_Allocator = allocators::Allocator< ValueType, host_tag >
 
template<class ValueType >
using bc::Cuda_Allocator = allocators::Allocator< ValueType, device_tag >
 
template<class ValueType >
using bc::Cuda_Managed = allocators::Device_Managed< ValueType >