mindspore2022/mindspore/ccsrc/parallel
gong chen 13a2d6d49e Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
2020-06-13 18:02:51 +08:00
..
allreduce_fusion Init GraphKernel. 2020-06-13 18:02:51 +08:00
auto_parallel changing the succive edges order in GetAliveSuccEdges() so that Triangle and Star Elimination can be merged into particular node; adding some check information 2020-05-22 10:57:02 +08:00
graph_util move default_param out of parameter and remove pybind11 in anf define 2020-05-19 19:11:12 +08:00
ops_info !1355 [AutoParallel]Fix GatherV2 distributed op 2020-05-23 17:04:41 +08:00
strategy_checkpoint use param name as the key of strategy checkpoint 2020-04-30 11:01:32 +08:00
tensor_layout xreshape tensor_redistrinution bug fix 2020-05-12 10:08:01 +08:00
CMakeLists.txt Add submodule id for log interface 2020-05-11 19:17:45 +08:00
context.cc Init GraphKernel. 2020-06-13 18:02:51 +08:00
context.h ckpt and restore parameter shape 2020-05-18 15:16:29 +08:00
costmodel_context.cc implementing-searching-strategy-for-inference 2020-05-07 14:53:50 +08:00
costmodel_context.h implementing-searching-strategy-for-inference 2020-05-07 14:53:50 +08:00
device.h use std::vector instead of std::list to promote performance for parallel module 2020-03-31 15:16:00 +08:00
device_manager.cc update clang format rule 2020-04-21 21:21:19 +08:00
device_manager.h update clang format rule 2020-04-21 21:21:19 +08:00
device_matrix.cc update clang format rule 2020-04-21 21:21:19 +08:00
device_matrix.h fix the codex and bot warnings 2020-04-23 19:14:38 +08:00
dynamic_creator.h add gatherv2 distributed op 2020-05-09 17:20:50 +08:00
group_manager.cc sort include file in parallel dir 2020-04-02 15:14:47 +08:00
group_manager.h update clang format rule 2020-04-21 21:21:19 +08:00
node_check.cc update clang format rule 2020-04-21 21:21:19 +08:00
node_check.h update clang format rule 2020-04-21 21:21:19 +08:00
status.h fix_coding_style_check_warning 2020-04-15 16:15:45 +08:00
step_auto_parallel.cc Init GraphKernel. 2020-06-13 18:02:51 +08:00
step_auto_parallel.h move InferStraByTensorInfo to tensor_info.h 2020-05-11 14:44:06 +08:00
step_parallel.cc Init GraphKernel. 2020-06-13 18:02:51 +08:00
step_parallel.h use param name as the key of strategy checkpoint 2020-04-30 11:01:32 +08:00
strategy.h changing the succive edges order in GetAliveSuccEdges() so that Triangle and Star Elimination can be merged into particular node; adding some check information 2020-05-22 10:57:02 +08:00