Browse Source

Feature: Cancel default set aicpu engine

tags/v1.1.0
l00444296 4 years ago
parent
commit
e2eb2341b0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/passes/compile_nodes_pass.cc

+ 1
- 1
ge/graph/passes/compile_nodes_pass.cc View File

@@ -112,7 +112,7 @@ graphStatus CompileNodesPass::GetSupportedKernel(const NodePtr &node, const std:
// begin accuracy supported check
if (!CheckAccuracySupport(kernel_info, instance, op_desc)) {
// if check accuracy support failed , try to go to other engine.
GELOGW("Check Accuracy Supported return not support, node name is %s. Try to go to other engine.",
GELOGD("Check Accuracy Supported return not support, node name is %s. Try to go to other engine.",
op_desc->GetName().c_str());
string kernel_name_origin = kernel_lib_name;
OpsKernelManager &ops_kernel_manager = instance->OpsKernelManagerObj();


Loading…
Cancel
Save