BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
blackcat
blas
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_ */
bc::blas::BLAS
Definition:
device.h:17
device.h
host.h
bc
The Evaluator determines if an expression needs to be greedily optimized.
Definition:
algorithms.h:22
Generated by
1.8.13