Leverage libxsmm kernels within signle threaded contractions

This commit is contained in:
Benoit Steiner
2016-12-21 12:32:06 -08:00
parent c19fe5e9ed
commit f9eff17e91
3 changed files with 427 additions and 2 deletions

View File

@@ -71,6 +71,10 @@ typedef unsigned __int64 uint64_t;
#include <time.h>
#endif
#if defined(EIGEN_USE_LIBXSMM)
#include "libxsmm.h"
#endif
#ifdef EIGEN_USE_THREADS
#include "ThreadPool"
#endif