- Vectorizing MMA packing.

- Optimizing MMA kernel.
- Adding PacketBlock store to blas_data_mapper.
This commit is contained in:
Everton Constantino
2020-05-19 19:24:11 +00:00
committed by Rasmus Munk Larsen
parent a145e4adf5
commit 8a7f360ec3
5 changed files with 566 additions and 0 deletions

View File

@@ -330,6 +330,10 @@ using std::ptrdiff_t;
#include "src/Core/CoreIterators.h"
#include "src/Core/ConditionEstimator.h"
#if defined(EIGEN_ARCH_PPC)
#include "src/Core/arch/AltiVec/MatrixProduct.h"
#endif
#include "src/Core/BooleanRedux.h"
#include "src/Core/Select.h"
#include "src/Core/VectorwiseOp.h"