mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-22 22:01:08 +00:00
Update eigen to the latest version (#1910)
This commit is contained in:
parent
bdfff800ea
commit
c24d7a8a0a
6 changed files with 6 additions and 6 deletions
|
|
@ -139,7 +139,7 @@
|
|||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"commitHash": "1456fe2fac0cd074bbbb8630ba003a7c325d015b",
|
||||
"commitHash": "899973df982f2d389659d9e4266efabb3da1ecc8",
|
||||
"repositoryUrl": "https://github.com/eigenteam/eigen-git-mirror.git"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2
cmake/external/eigen
vendored
2
cmake/external/eigen
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 1456fe2fac0cd074bbbb8630ba003a7c325d015b
|
||||
Subproject commit 899973df982f2d389659d9e4266efabb3da1ecc8
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue