From 1af68ba6ffc21d4dc3bd5f01cda656def97e361c Mon Sep 17 00:00:00 2001 From: Nixon <2465004358@qq.com> Date: 星期六, 14 九月 2024 10:13:23 +0800 Subject: [PATCH] fix bug, 1 fix cuda oom, 2 fix choose a window size 400 that is [2, 0] (#2075) --- runtime/onnxruntime/third_party/glog/src/signalhandler.cc | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/runtime/onnxruntime/third_party/glog/src/signalhandler.cc b/runtime/onnxruntime/third_party/glog/src/signalhandler.cc index f53e687..657e15c 100644 --- a/runtime/onnxruntime/third_party/glog/src/signalhandler.cc +++ b/runtime/onnxruntime/third_party/glog/src/signalhandler.cc @@ -31,13 +31,13 @@ // // Implementation of InstallFailureSignalHandler(). -#include <csignal> -#include <ctime> - -#include "glog/logging.h" +#include "utilities.h" #include "stacktrace.h" #include "symbolize.h" -#include "utilities.h" +#include <glog/logging.h> + +#include <csignal> +#include <ctime> #ifdef HAVE_UCONTEXT_H # include <ucontext.h> #endif -- Gitblit v1.9.1