BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
blas.h
Go to the documentation of this file.
1 /*
2  * blas.h
3  *
4  * Created on: Dec 3, 2018
5  * Author: joseph
6  */
7 
8 #ifndef BC_BLAS_BLAS_H_
9 #define BC_BLAS_BLAS_H_
10 
11 #include "device.h"
12 #include "host.h"
13 
14 namespace bc {
15  using bc::blas::BLAS;
16 }
17 
18 #endif /* BLAS_H_ */
Definition: device.h:17
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22