!56 remove cce dependency

Merge pull request !56 from jojobugfree/dev-rm-cce
This commit is contained in:
mindspore-ci-bot 2020-04-01 10:12:54 +08:00 committed by Gitee
commit 8f76c28017
3 changed files with 1 additions and 8 deletions

View File

@ -185,7 +185,6 @@ if(ENABLE_D)
"device/ascend/*.cc" "device/ascend/*.cc"
"device/ascend/profiling/*.cc" "device/ascend/profiling/*.cc"
"device/ascend/tasksink/*.cc" "device/ascend/tasksink/*.cc"
"kernel/akg/cce/*.cc"
"device/kernel_adjust.cc" "device/kernel_adjust.cc"
"kernel/kernel_fusion.cc" "kernel/kernel_fusion.cc"
"kernel/tbe/*.cc" "kernel/tbe/*.cc"
@ -361,7 +360,6 @@ if(ENABLE_GPU)
${TVM_DIR}/src/node/*.cc ${TVM_DIR}/src/node/*.cc
${TVM_DIR}/src/schedule/*.cc ${TVM_DIR}/src/schedule/*.cc
${TVM_DIR}/src/runtime/*.cc ${TVM_DIR}/src/runtime/*.cc
${TVM_DIR}/src/runtime/cce/*.cc
${TVM_DIR}/src/runtime/vm/*.cc ${TVM_DIR}/src/runtime/vm/*.cc
${TVM_DIR}/src/runtime/vm/profiler/*.cc ${TVM_DIR}/src/runtime/vm/profiler/*.cc
${TVM_DIR}/src/codegen/stackvm/*.cc) ${TVM_DIR}/src/codegen/stackvm/*.cc)
@ -379,7 +377,6 @@ if(ENABLE_GPU)
file(GLOB RUNTIME_SRCS file(GLOB RUNTIME_SRCS
${TVM_DIR}/src/runtime/*.cc ${TVM_DIR}/src/runtime/*.cc
${TVM_DIR}/src/runtime/cce/*.cc
${TVM_DIR}/src/runtime/vm/*.cc ${TVM_DIR}/src/runtime/vm/*.cc
${TVM_DIR}/src/runtime/stub/*.cc ${TVM_DIR}/src/runtime/stub/*.cc
${TVM_DIR}/src/runtime/stackvm/*.cc) ${TVM_DIR}/src/runtime/stackvm/*.cc)

View File

@ -22,9 +22,6 @@
#include <string> #include <string>
#include <unordered_map> #include <unordered_map>
#include <vector> #include <vector>
#include "cce/aicpu_engine_struct.h"
#include "cce/taskdown_api.h"
#include "cce/fwk_adpt_struct.h"
#include "device/kernel_runtime.h" #include "device/kernel_runtime.h"
#include "ir/anf.h" #include "ir/anf.h"
#include "kernel/kernel.h" #include "kernel/kernel.h"

View File

@ -25,7 +25,6 @@ endif()
if(ENABLE_D) if(ENABLE_D)
file(GLOB_RECURSE _D_SRC_LIST RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} file(GLOB_RECURSE _D_SRC_LIST RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
"akg/cce/*.cc"
"tbe/*.cc" "tbe/*.cc"
"aicpu/*.cc" "aicpu/*.cc"
"mng/*.cc" "mng/*.cc"