Created a mechanism to enable contraction mappers to determine the best blocking strategy.

This commit is contained in:
Benoit Steiner
2016-01-22 14:37:26 -08:00
parent 5358c38589
commit 4beb447e27
2 changed files with 59 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ typedef unsigned __int64 uint64_t;
#include "src/Tensor/TensorArgMax.h"
#include "src/Tensor/TensorConcatenation.h"
#include "src/Tensor/TensorContractionMapper.h"
#include "src/Tensor/TensorContractionBlocking.h"
#include "src/Tensor/TensorContraction.h"
#include "src/Tensor/TensorContractionThreadPool.h"
#include "src/Tensor/TensorContractionCuda.h"