Update eigen to the latest version (#1910)

This commit is contained in:
Changming Sun 2019-10-11 10:44:19 -07:00 committed by GitHub
parent bdfff800ea
commit c24d7a8a0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -139,7 +139,7 @@
"component": {
"type": "git",
"git": {
"commitHash": "1456fe2fac0cd074bbbb8630ba003a7c325d015b",
"commitHash": "899973df982f2d389659d9e4266efabb3da1ecc8",
"repositoryUrl": "https://github.com/eigenteam/eigen-git-mirror.git"
}
}

@ -1 +1 @@
Subproject commit 1456fe2fac0cd074bbbb8630ba003a7c325d015b
Subproject commit 899973df982f2d389659d9e4266efabb3da1ecc8

View file

@ -7,7 +7,7 @@
#include "core/framework/op_kernel.h"
#include "core/util/math.h"
#include "core/util/math_cpuonly.h"
#include "Eigen/src/Core/arch/GPU/Half.h"
#include "Eigen/src/Core/arch/Default/Half.h"
#include "core/common/common.h"
#if defined(_M_AMD64)

View file

@ -5,7 +5,7 @@
#include "core/util/math_cpuonly.h"
#include "core/common/common.h"
#include "core/framework/tensor.h"
#include "Eigen/src/Core/arch/GPU/Half.h"
#include "Eigen/src/Core/arch/Default/Half.h"
namespace onnxruntime {
// https://github.com/onnx/onnx/blob/master/docs/Operators.md#IsNaN

View file

@ -19,7 +19,7 @@
#include "core/util/math.h"
#include "core/util/math_cpuonly.h"
#include "core/mlas/inc/mlas.h"
#include "Eigen/src/Core/arch/GPU/Half.h"
#include "Eigen/src/Core/arch/Default/Half.h"
using onnxruntime::concurrency::ThreadPool;
namespace onnxruntime {

View file

@ -15,7 +15,7 @@
#include "core/framework/tensorprotoutils.h"
#include "core/framework/utils.h"
#include "Eigen/Core"
#include "Eigen/src/Core/arch/GPU/Half.h"
#include "Eigen/src/Core/arch/Default/Half.h"
using namespace onnxruntime;