BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
allocator_traits.h
Go to the documentation of this file.
1 /*
2  * Allocator_Traits.h
3  *
4  * Created on: Jan 1, 2019
5  * Author: joseph
6  */
7 
8 #ifndef BC_ALLOCATOR_ALLOCATOR_TRAITS_H_
9 #define BC_ALLOCATOR_ALLOCATOR_TRAITS_H_
10 
11 #include <memory>
12 
13 namespace bc {
14 
15 struct host_tag;
16 
17 namespace allocators {
18 
19 template<class Allocator>
20 struct allocator_traits : std::allocator_traits<Allocator>
21 {
24 };
25 
26 }
27 }
28 
29 #endif /* ALLOCATOR_TRAITS_H_ */
typename T::system_tag query_system_tag
Definition: type_traits.h:179
bc::traits::conditional_detected_t< bc::traits::query_system_tag, Allocator, host_tag > system_tag
Definition: allocator_traits.h:23
Definition: allocator_traits.h:20
Definition: allocators.h:20
typename conditional_detected< func, TestType, DefaultType >::type conditional_detected_t
Definition: type_traits.h:87
Definition: common.h:26
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22