BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces
basic_allocators.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >
 
class  bc::allocators::Allocator< ValueType, SystemTag >
 
struct  bc::allocators::Allocator< T, host_tag >
 Comparable to 'std::allocator.'. More...
 
struct  bc::allocators::Allocator< T, host_tag >::rebind< altT >
 
struct  bc::allocators::Allocator< T, device_tag >
 The 'std::allocator' of GPU-allocators. Memory is allocated via 'cudaMalloc'. More...
 
struct  bc::allocators::Allocator< T, device_tag >::rebind< altT >
 
struct  bc::allocators::Device_Managed< T >
 
struct  bc::allocators::Device_Managed< T >::rebind< altT >
 

Namespaces

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