Merge pull request !3938 from liubuyu/master
@ -30,7 +30,7 @@
#include "proto/attr.pb.h"
#include "proto/node_def.pb.h"
#include "backend/session/anf_runtime_algorithm.h"
#include "common/utils.h"
#include "utils/ms_utils.h"
#include "backend/kernel_compiler/aicpu/aicpu_util.h"
#include "backend/session/kernel_graph.h"
#include "backend/kernel_compiler/common_utils.h"
@ -26,7 +26,7 @@
#include "backend/kernel_compiler/aicpu/aicpu_kernel_build.h"
#include "utils/convert_utils.h"
#include "utils/context/ms_context.h"
#include "utils/ms_context.h"
using AicpuTaskInfoPtr = std::shared_ptr<ge::model_runner::AicpuTaskInfo>;
@ -31,7 +31,7 @@
#include <iterator>
#include <numeric>
#include <unordered_set>
#include "utils/any.h"
#include "utils/utils.h"
#include "runtime/rt.h"
#include "utils/log_adapter.h"
namespace mindspore {
namespace kernel {
@ -20,7 +20,7 @@
#include "backend/kernel_compiler/kernel.h"
#include "backend/kernel_compiler/akg/akg_kernel_build.h"
#include "backend/kernel_compiler/akg/gpu/akg_gpu_kernel_mod.h"
@ -18,7 +18,7 @@
#include <fstream>
#include <algorithm>
#include "nlohmann/json.hpp"
@ -24,7 +24,7 @@
#include <thread>
#include "ir/manager.h"
#include "ir/meta_tensor.h"
#include "ir/func_graph.h"
@ -16,7 +16,7 @@
#include "backend/kernel_compiler/cpu/apply_momentum_cpu_kernel.h"
#include "backend/kernel_compiler/cpu/mkldnn/mkl_kernel_engine.h"
#include "runtime/device/cpu/cpu_device_address.h"
@ -23,7 +23,7 @@
#include <utility>
#include <vector>
#include "backend/kernel_compiler/cpu/cpu_kernel.h"
#include "runtime/device/cpu/kernel_select_cpu.h"
@ -15,7 +15,7 @@
*/
#include "backend/kernel_compiler/cpu/debug_cpu_kernel.h"
#ifdef ENABLE_DEBUGGER
#include "debug/debugger/debugger.h"
#endif
#include "backend/kernel_compiler/cpu/mkldnn/conv2d_cpu_kernel.h"
#include <string>
#include "backend/kernel_compiler/cpu/mkldnn/conv2d_grad_filter_cpu_kernel.h"
@ -17,7 +17,7 @@
#include "backend/kernel_compiler/cpu/mkldnn/lstm_cpu_kernel.h"
#include <cmath>
#include <memory>
#include "dnnl.hpp"
#include "backend/kernel_compiler/cpu/mkldnn/mul_cpu_kernel.h"
#include "backend/kernel_compiler/cpu/mkldnn/pooling_cpu_kernel.h"
#include "backend/kernel_compiler/cpu/mkldnn/relu_cpu_kernel.h"
#include "backend/kernel_compiler/cpu/mkldnn/relu_grad_cpu_kernel.h"
#include "backend/kernel_compiler/cpu/mkldnn/softmax_cpu_kernel.h"
@ -19,7 +19,7 @@