Home
last modified time | relevance | path

Searched defs:exec_order (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_adjust.cc139 std::vector<CNodePtr> *exec_order) { in InsertIndepentParallel()
155std::vector<CNodePtr> *exec_order, uint32_t *fpbp_stream_id, in InsertFpBpLoopStreamSwitch()
199 std::vector<CNodePtr> *exec_order, uint32_t eos_done_event_id, in InsertEosDoneRecv()
210 std::vector<CNodePtr> *exec_order, in InsertGetNextLoopStreamActive()
223std::vector<CNodePtr> *exec_order, uint32_t fpbp_start_event_id, in InsertFpBpStartRecv()
234 std::vector<CNodePtr> *exec_order, in InsertNextLoopAssignAdd()
247 std::vector<CNodePtr> *exec_order, in InsertCurrentLoopAssignAdd()
259 std::vector<CNodePtr> *exec_order, in InsertFpBpAndEosLoopStreamActive()
292 const std::shared_ptr<session::KernelGraph> &kernel_graph_ptr, std::vector<CNodePtr> *exec_order, in InsertGetNextLoopStreamSwitch()
313 void KernelAdjust::SetBeforeGetNextStreamID(std::vector<CNodePtr> *exec_order, const std::vector<CN… in SetBeforeGetNextStreamID()
[all …]
/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dstream_exec_order_recorder.h58 …corder(const std::string &module, const std::string &name, const std::vector<CNodePtr> &exec_order) in StreamExecOrderRecorder()
Drunning_data_recorder.cc81 …Order(const SubModuleId module, const std::string &name, const std::vector<CNodePtr> &exec_order) { in RecordStreamExecOrder()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_backend_optimization.cc443 const std::vector<CNodePtr> &exec_order = kernel_graph->execution_order(); in AscendBackendOptimization() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_auto_monad.cc842 auto exec_order = top_graph->execution_order(); in InitStack() local
856 auto exec_order = kernel_graph_->execution_order(); in InsertStackOps() local
1577 …void EraseNodeFromExecOrder(const AnfNodePtr &node, const NotNull<std::vector<CNodePtr> *> exec_or… in EraseNodeFromExecOrder()
1668 auto exec_order = graph_->execution_order(); in EraseParameter() local
1743 const std::map<CNodePtr, const size_t> &search_list, const std::vector<CNodePtr> &exec_order) { in CountParameterAssigns()
1823 auto exec_order = graph_->execution_order(); in EraseLabel() local
Dcpu_session.cc138 const std::vector<CNodePtr> &exec_order = graph->execution_order(); in CompileGraphImpl() local
Dascend_session.cc1687 auto exec_order = child_graph->execution_order(); in MergeGraphExecOrder() local
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc270 …signed int> *const device_id, std::vector<unsigned int> *const root_graph_id, const int exec_order, in SetCheckWatchpointsResult()
298 …signed int> *const device_id, std::vector<unsigned int> *const root_graph_id, const int exec_order, in ProcessCheckpointsOutofMemory()
440 std::vector<int> exec_order; in CheckWatchpoints() local
499 std::vector<std::future<void>> *const tensor_future_vec, std::vector<int> *const exec_order, in SortWatchpointsInfo()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc1327 int exec_order = 0; in LoadSingleAnfnode() local
1399 int exec_order = 1; in LoadGraphOutputs() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.cc137 …const std::vector<mindspore::kernel::AddressPtr> &kernel_outputs, int exec_order, void *stream_ptr, in LoadKernelData()
746 int exec_order = 1; in LaunchKernelDynamic() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc244 const std::vector<CNodePtr> &exec_order = graph_ptr->execution_order(); in AssignStream() local