mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Support multiple contraction kernel types in TensorContractionThreadPool
This commit is contained in:
@@ -75,6 +75,10 @@ typedef unsigned __int64 uint64_t;
|
||||
#include "libxsmm.h"
|
||||
#endif
|
||||
|
||||
#if defined(EIGEN_USE_MKLDNN)
|
||||
#include "mkldnn.h"
|
||||
#endif
|
||||
|
||||
#ifdef EIGEN_USE_THREADS
|
||||
#include "ThreadPool"
|
||||
#endif
|
||||
@@ -121,6 +125,7 @@ typedef unsigned __int64 uint64_t;
|
||||
#include "src/Tensor/TensorArgMax.h"
|
||||
#include "src/Tensor/TensorConcatenation.h"
|
||||
#include "src/Tensor/TensorContractionMapper.h"
|
||||
#include "src/Tensor/TensorContractionMkldnn.h"
|
||||
#include "src/Tensor/TensorContractionBlocking.h"
|
||||
#include "src/Tensor/TensorContraction.h"
|
||||
#include "src/Tensor/TensorContractionThreadPool.h"
|
||||
|
||||
Reference in New Issue
Block a user