You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mindspore-ci-bot e30308ec21 !1645 Support session scope memory 3 years ago
..
folding_kernel solve static depend and add llt interception 3 years ago
addn_pass_unittest.cc Update GraphEngine to synchronize with latest Ascend driver software suite 4 May 2020 4 years ago
assert_pass_unittest.cc initial version 4 years ago
atomic_addr_clean_pass_unittest.cc AtomicAddrCleanPass::LinkToAllSecondNodes 3 years ago
base_pass_unittest.cc Rename need_infer_again_ 3 years ago
buffer_pool_memory_pass_unittest.cc buffer pool memory allocator 3 years ago
cast_remove_pass_unittest.cc back cast_remove_pass modify 3 years ago
cond_branch_v1_unittest.cc Add GetOriginalType for support RefSwitch & RefMerge 3 years ago
constant_folding_pass_unittest.cc initial version 4 years ago
dimension_adjust_pass_unittest.cc modified: ge/graph/passes/dimension_adjust_pass.cc 3 years ago
dimension_compute_pass_unittest.cc initial version 4 years ago
dropout_pass_unittest.cc initial version 4 years ago
enter_pass_unittest.cc initial version 4 years ago
flow_ctrl_pass_unittest.cc ge ut 4 3 years ago
fuse_data_nodes_with_common_input_pass_unittest.cc add check of ut 3 years ago
get_original_format_pass_unittest.cc initial version 4 years ago
global_step_insert_pass_unittest.cc add support for train_mode tune 3 years ago
graph_builder_utils.cc initial version 4 years ago
graph_builder_utils.h initial version 4 years ago
guarantee_const_pass_unittest.cc update test 3 years ago
identity_pass_unittest.cc update test 3 years ago
infershape_pass_unittest.cc GE local task for executor 3 years ago
link_gen_mask_nodes_pass_unittest.cc fix gen_mask control-edges bug 3 years ago
loop_branch_v1_unittest.cc Add GetOriginalType for support RefSwitch & RefMerge 3 years ago
mark_force_unknown_for_cond_pass_unittest.cc Rename mark_branch_force_unknown_pass 3 years ago
mark_node_unknown_shape_pass_unittest.cc ge code of fuzz build 3 years ago
merge_pass_unittest.cc initial version 4 years ago
multi_batch_clone_pass_unittest.cc add check of ut 3 years ago
net_output_pass_unittest.cc add strem attr on netoutput node for train step ends with no-op 3 years ago
no_use_reshape_remove_pass_unittest.cc initial version 4 years ago
parallel_group_pass_unittest.cc parallel group 3 years ago
pass_manager_unittest.cc ge ut 3 years ago
pass_utils_unittest.cc initial version 4 years ago
permute_pass_unittest.cc initial version 4 years ago
placeholder_with_default_pass_unittest.cc update test 3 years ago
prevent_gradient_pass_unittest.cc update test 3 years ago
print_op_pass_unittest.cc Update GraphEngine to synchronize with latest Ascend driver software suite 4 years ago
prune_pass_unittest.cc ge ut 3 3 years ago
replace_with_empty_const_pass_unittest.cc modified: tests/ut/ge/graph/passes/replace_with_empty_const_pass_unittest.cc 3 years ago
reshape_recovery_pass_unittest.cc MemcpyAsync in aicore executor. 3 years ago
reshape_remove_pass_unittest.cc ge ut 3 years ago
resource_pair_control_pass_unittest.cc ge ut 3 years ago
save_pass_unittest.cc ge ut 4 3 years ago
shape_operate_op_remove_pass_unittest.cc initial version 4 years ago
snapshot_pass_unittest.cc update test 3 years ago
stop_gradient_pass_unittest.cc update test 3 years ago
switch_dead_branch_elimination_unittest.cc online_inference 3 years ago
switch_logic_remove_pass_unittest.cc initial version 4 years ago
switch_op_pass_unittest.cc ge ut 3 3 years ago
switch_pass_unittest.cc ge ut 4 3 years ago
trans_op_breadth_fusion_pass_unittest.cc ge ut 3 years ago
trans_op_depth_fusion_pass_unittest.cc initial version 4 years ago
transop_nearby_allreduce_fusion_pass_unittest.cc Update GraphEngine to synchronize with latest Ascend driver software suite 4 May 2020 4 years ago
transpose_transdata_pass_unittest.cc Change check_supported interface. 3 years ago
unused_const_pass_unittest.cc initial version 4 years ago
variable_op_pass_unittest.cc Support session scope memory 3 years ago
variable_prepare_pass_unittest.cc initial version 4 years ago
variable_ref_delete_pass_unittest.cc initial version 4 years ago

图引擎模块(GE)是MindSpore的一个子模块,其代码由C++实现,位于前端模块ME和底层硬件之间,起到承接作用。图引擎模块以ME下发的图作为输入,然后进行一系列的深度图优化操作,最后输出一张可以在底层硬件上高效运行的图。GE针对昇腾AI处理器的硬件结构特点,做了特定的优化工作,以此来充分发挥出昇腾AI处理器的强大算力。在进行模型训练/推理时,GE会被自动调用而用户并不感知。GE主要由GE API和GE Core两部分组成,详细的架构图如下所示

C++ Text Makefile Shell CMake other