Browse Source

!5394 Remove unused header file definitions

Merge pull request !5394 from huangbingjian/remove_h
tags/v1.0.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
bb8b410998
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      mindspore/ccsrc/backend/kernel_compiler/akg/akg_kernel_build.h
  2. +0
    -1
      mindspore/ccsrc/backend/kernel_compiler/oplib/oplib.cc

+ 0
- 1
mindspore/ccsrc/backend/kernel_compiler/akg/akg_kernel_build.h View File

@@ -25,7 +25,6 @@
#include "backend/kernel_compiler/kernel.h"
#include "ir/dtype.h"
#include "ir/primitive.h"
#include "pybind11/pybind11.h"
#include <nlohmann/json.hpp>
#include "backend/kernel_compiler/common_utils.h"
#include "backend/kernel_compiler/oplib/oplib.h"


+ 0
- 1
mindspore/ccsrc/backend/kernel_compiler/oplib/oplib.cc View File

@@ -15,7 +15,6 @@
*/

#include "backend/kernel_compiler/oplib/oplib.h"
#include <pybind11/pybind11.h>
#include <memory>
#include <map>
#include <fstream>


Loading…
Cancel
Save