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.

graph_manager.cc 140 kB

5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
4 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
4 years ago
4 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
4 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324
  1. /**
  2. * Copyright 2019-2020 Huawei Technologies Co., Ltd
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. #include "graph/manager/graph_manager.h"
  17. #include <pthread.h>
  18. #include <algorithm>
  19. #include <future>
  20. #include <set>
  21. #include <sstream>
  22. #include <string>
  23. #include <thread>
  24. #include "common/math/math_util.h"
  25. #include "common/thread_pool.h"
  26. #include "common/dump/dump_manager.h"
  27. #include "analyzer/analyzer.h"
  28. #include "graph/common/ge_call_wrapper.h"
  29. #include "graph/common/local_context.h"
  30. #include "graph/common/transop_util.h"
  31. #include "graph/ge_context.h"
  32. #include "graph/ge_global_options.h"
  33. #include "graph/manager/util/rt_context_util.h"
  34. #include "graph/partition/dynamic_shape_partition.h"
  35. #include "graph/passes/enter_pass.h"
  36. #include "graph/partition/stage_partition.h"
  37. #include "graph/passes/addn_pass.h"
  38. #include "graph/passes/bitcast_pass.h"
  39. #include "graph/passes/assign_remove_pass.h"
  40. #include "graph/passes/inplace_support_check_pass.h"
  41. #include "graph/passes/atomic_addr_clean_pass.h"
  42. #include "graph/passes/attach_stream_label_pass.h"
  43. #include "graph/passes/cast_remove_pass.h"
  44. #include "graph/passes/common_subexpression_elimination_pass.h"
  45. #include "graph/passes/compile_nodes_pass.h"
  46. #include "graph/passes/cond_remove_pass.h"
  47. #include "graph/passes/constant_folding_pass.h"
  48. #include "graph/passes/constant_fuse_same_pass.h"
  49. #include "graph/passes/control_trigger_pass.h"
  50. #include "graph/passes/ctrl_edge_transfer_pass.h"
  51. #include "graph/passes/dimension_adjust_pass.h"
  52. #include "graph/passes/dimension_compute_pass.h"
  53. #include "graph/passes/flow_ctrl_pass.h"
  54. #include "graph/passes/fuse_data_nodes_with_common_input_pass.h"
  55. #include "graph/passes/identity_pass.h"
  56. #include "graph/passes/input_output_connection_identify_pass.h"
  57. #include "graph/passes/iterator_op_pass.h"
  58. #include "graph/passes/link_gen_mask_nodes_pass.h"
  59. #include "graph/passes/mark_graph_unknown_status_pass.h"
  60. #include "graph/passes/merge_pass.h"
  61. #include "graph/passes/merge_input_memcpy_pass.h"
  62. #include "graph/passes/merge_to_stream_merge_pass.h"
  63. #include "graph/passes/multi_batch_pass.h"
  64. #include "graph/passes/next_iteration_pass.h"
  65. #include "graph/passes/permute_pass.h"
  66. #include "graph/passes/prune_pass.h"
  67. #include "graph/passes/ref_identity_delete_op_pass.h"
  68. #include "graph/passes/remove_same_const_pass.h"
  69. #include "graph/passes/reshape_recovery_pass.h"
  70. #include "graph/passes/reshape_remove_pass.h"
  71. #include "graph/passes/same_transdata_breadth_fusion_pass.h"
  72. #include "graph/passes/subgraph_pass.h"
  73. #include "graph/passes/switch_data_edges_bypass.h"
  74. #include "graph/passes/switch_dead_branch_elimination.h"
  75. #include "graph/passes/switch_logic_remove_pass.h"
  76. #include "graph/passes/switch_to_stream_switch_pass.h"
  77. #include "graph/passes/transop_breadth_fusion_pass.h"
  78. #include "graph/passes/transop_nearby_allreduce_fusion_pass.h"
  79. #include "graph/passes/transop_symmetry_elimination_pass.h"
  80. #include "graph/passes/transop_without_reshape_fusion_pass.h"
  81. #include "graph/passes/transpose_transdata_pass.h"
  82. #include "graph/passes/useless_control_out_remove_pass.h"
  83. #include "graph/passes/variable_op_pass.h"
  84. #include "graph/passes/variable_ref_delete_op_pass.h"
  85. #include "graph/passes/variable_ref_useless_control_out_delete_pass.h"
  86. #include "graph/passes/end_of_sequence_add_control_pass.h"
  87. #include "graph/passes/subexpression_migration_pass.h"
  88. #include "graph/passes/subgraph_const_migration_pass.h"
  89. #include "graph/passes/unused_args_clean_pass.h"
  90. #include "graph/passes/global_step_insert_pass.h"
  91. #include "graph/passes/memcpy_addr_async_pass.h"
  92. #include "graph/passes/hccl_continuous_memcpy_pass.h"
  93. #include "graph/passes/parallel_group_pass.h"
  94. #include "graph/build/label_allocator.h"
  95. #include "graph/utils/tensor_adapter.h"
  96. #include "inc/pass_manager.h"
  97. #include "init/gelib.h"
  98. #include "ir_build/atc_ir_common.h"
  99. #include "graph/common/local_context.h"
  100. #include "graph/common/omg_util.h"
  101. #include "common/formats/utils/formats_trans_utils.h"
  102. #include "register/custom_pass_helper.h"
  103. namespace {
  104. const char *const kSummary = "Summary";
  105. const char *const kSave = "Save";
  106. const char *const kNetOutput = "NetOutput";
  107. const char *const kVariable = "Variable";
  108. const char *const kSend = "Send";
  109. const char *const kRecv = "Recv";
  110. const char *const kCheckPointForGetVar = "CheckPointGraphForGetVar";
  111. const char *const kCheckPointGraph = "checkpoint_graph";
  112. const char *const kVectorEngine = "VectorEngine";
  113. const char *const kAIcoreEngine = "AIcoreEngine";
  114. const int32_t kDynamicDimsTypeIsGetNext = 0;
  115. const int32_t kDynamicDimsTypeIsData = 1;
  116. const char *const kGetNextName = "IteratorV2";
  117. bool IsTailingOptimization() {
  118. string is_tailing_optimization_option;
  119. auto ret = ge::GetContext().GetOption(ge::OPTION_EXEC_ENABLE_TAILING_OPTIMIZATION, is_tailing_optimization_option);
  120. if (ret == ge::GRAPH_SUCCESS) {
  121. GELOGI("Option ge.exec.isTailingOptimization is %s", is_tailing_optimization_option.c_str());
  122. // "1" means it's True from frontend option
  123. return is_tailing_optimization_option == "1";
  124. }
  125. GELOGW("OPTION_EXEC_ENABLE_TAILING_OPTIMIZATION not set, use BFSTopologicalSorting by default.");
  126. return false;
  127. }
  128. ge::Status CheckFpCeilingMode() {
  129. static const std::set<std::string> kValidFpCeilingMode = {"0", "1", "2"};
  130. string mode;
  131. auto ret = ge::GetContext().GetOption("ge.fpCeilingMode", mode);
  132. if (ret == ge::GRAPH_SUCCESS) {
  133. if (kValidFpCeilingMode.count(mode) == 0) {
  134. GELOGE(ge::GE_GRAPH_OPTIONS_INVALID, "The fp_ceiling_mode %s is invalid, options are 0, 1, and 2.", mode.c_str());
  135. return ge::GE_GRAPH_OPTIONS_INVALID;
  136. }
  137. GELOGI("The parameter fp_ceiling_mode is set to %s.", mode.c_str());
  138. return ge::SUCCESS;
  139. }
  140. GELOGW("The parameter fp_ceiling_mode is not set");
  141. return ge::SUCCESS;
  142. }
  143. } // namespace
  144. namespace ge {
  145. GraphManager::GraphManager()
  146. : thread_run_flag_(false),
  147. graph_run_listener_(nullptr),
  148. init_flag_(false) {
  149. }
  150. Status GraphManager::Initialize(const std::map<string, string> &options) {
  151. ErrorManager::GetInstance().SetStage(ErrorMessage::kInitialize, ErrorMessage::kOther);
  152. if (init_flag_) {
  153. GELOGW("[Initialize] GraphManager already initialized.");
  154. return SUCCESS;
  155. }
  156. // malloc
  157. graph_run_listener_ = MakeShared<GraphModelListener>(sync_run_mutex_, condition_);
  158. if (graph_run_listener_ == nullptr) {
  159. GELOGE(MEMALLOC_FAILED, "Make shared failed");
  160. return MEMALLOC_FAILED;
  161. }
  162. // graph context
  163. graph_context_ = MakeShared<GraphContext>();
  164. if (graph_context_ == nullptr) {
  165. GELOGE(MEMALLOC_FAILED, "Make shared failed.");
  166. return MEMALLOC_FAILED;
  167. }
  168. // parse option parameters
  169. Status ret = ParseOptions(options);
  170. if (ret != SUCCESS) {
  171. GELOGE(ret, "[Initialize] parse options failed.");
  172. return ret;
  173. }
  174. ret = CheckFpCeilingMode();
  175. if (ret != SUCCESS) {
  176. GELOGE(ret, "[Initialize] Check fp-ceiling-mode options failed.");
  177. return ret;
  178. }
  179. ret = graph_context_->Initialize(options);
  180. if (ret != SUCCESS) {
  181. GELOGE(ret, "[Initialize] GraphContext initialize failed.");
  182. return ret;
  183. }
  184. graph_map_.clear();
  185. cache_helper_map_.clear();
  186. init_flag_ = true;
  187. thread_run_flag_ = true;
  188. prerun_thread_ = std::thread(GraphManager::PreRunThread, this);
  189. run_thread_ = std::thread(GraphManager::RunThread, this);
  190. return SUCCESS;
  191. }
  192. Status GraphManager::Finalize() {
  193. if (!init_flag_) {
  194. GELOGW("GraphManager has not been initialized.");
  195. return SUCCESS;
  196. }
  197. if (graph_executor_.FreeExecuteMemory() != SUCCESS) {
  198. GELOGW("Graph executor FreeExecuteMemory failed, resources may not be released correctly.");
  199. }
  200. StopQueue(this);
  201. if (prerun_thread_.joinable()) {
  202. prerun_thread_.join();
  203. }
  204. if (run_thread_.joinable()) {
  205. run_thread_.join();
  206. }
  207. // check graph whether running or not
  208. Status unload_model_ret = SUCCESS;
  209. Status ret;
  210. rtError_t rt_ret;
  211. for (auto iter = graph_map_.begin(); iter != graph_map_.end(); ++iter) {
  212. GraphNodePtr graph_node = iter->second;
  213. if (graph_node->GetRunFlag()) {
  214. GELOGW("[GraphManager] finalize failed, graphId=%u.", iter->first);
  215. unload_model_ret = GE_GRAPH_GRAPH_IS_RUNNING;
  216. continue;
  217. }
  218. // unload model
  219. auto ge_root_model = graph_node->GetGeRootModel();
  220. if (ge_root_model != nullptr && ge_root_model->GetModelId() != INVALID_MODEL_ID && graph_node->GetLoadFlag()) {
  221. rt_ret = rtSetDevice(GetContext().DeviceId());
  222. if (rt_ret != RT_ERROR_NONE) {
  223. GELOGW("[GraphManager] rtSetDevice failed, modelId=%u, graphId=%u.", ge_root_model->GetModelId(), iter->first);
  224. unload_model_ret = FAILED;
  225. continue;
  226. }
  227. ret = GraphLoader::UnloadModel(ge_root_model->GetModelId());
  228. if (ret != SUCCESS) {
  229. GELOGW("[GraphManager] unload model failed, modelId=%u, graphId=%u.", ge_root_model->GetModelId(), iter->first);
  230. unload_model_ret = ret;
  231. }
  232. rt_ret = rtDeviceReset(GetContext().DeviceId());
  233. if (rt_ret != RT_ERROR_NONE) {
  234. GELOGW("[GraphManager] rtDeviceReset failed, modelId=%u, graphId=%u.", ge_root_model->GetModelId(),
  235. iter->first);
  236. unload_model_ret = FAILED;
  237. continue;
  238. }
  239. }
  240. // clear analyzer saved info(graph level)
  241. auto compute_graph = GraphUtils::GetComputeGraph(*graph_node->GetGraph());
  242. GE_CHECK_NOTNULL(compute_graph);
  243. auto session_id = compute_graph->GetSessionID();
  244. auto graph_id = compute_graph->GetGraphID();
  245. Analyzer::GetInstance()->DestroyGraphJsonObject(session_id, graph_id);
  246. }
  247. graph_map_.clear();
  248. cache_helper_map_.clear();
  249. // graph context
  250. if (graph_context_ != nullptr) {
  251. Status ret_final = graph_context_->Finalize();
  252. if (ret_final != SUCCESS) {
  253. GELOGE(ret_final, "[GraphManager] graph context Finalize failed!");
  254. unload_model_ret = ret_final;
  255. }
  256. }
  257. init_flag_ = false;
  258. return unload_model_ret;
  259. }
  260. Status GraphManager::InitDynamicParams(ComputeGraphPtr &compute_graph) {
  261. for (const auto &node : compute_graph->GetAllNodes()) {
  262. auto op_desc = node->GetOpDesc();
  263. if (op_desc == nullptr) {
  264. continue;
  265. }
  266. GetLocalOmgContext().need_multi_batch = false;
  267. std::string op_type;
  268. auto ret = GetOriginalType(node, op_type);
  269. if (ret != SUCCESS) {
  270. GELOGE(FAILED, "Failed to get node %s original type.", node->GetName().c_str());
  271. return FAILED;
  272. }
  273. if ((op_desc->GetType() == DATA) || (op_type == kGetNextName)) {
  274. GELOGI("Need to process multi batch for compute graph. op_type:%s.", op_desc->GetType().c_str());
  275. GetLocalOmgContext().need_multi_batch = true;
  276. break;
  277. }
  278. }
  279. if (!options_.input_shape.empty() && !options_.dynamic_dims.empty()) {
  280. if (!ge::ParseInputShape(options_.input_shape, GetLocalOmgContext().input_dims,
  281. GetLocalOmgContext().user_input_dims, true)) {
  282. GELOGE(GRAPH_PARAM_INVALID, "Failed to parse input shape: %s.", options_.input_shape.c_str());
  283. return GRAPH_PARAM_INVALID;
  284. }
  285. GetLocalOmgContext().dynamic_dims = options_.dynamic_dims;
  286. }
  287. if (options_.dynamic_node_type == kDynamicDimsTypeIsGetNext) {
  288. GetLocalOmgContext().dynamic_node_type = GETNEXT;
  289. }
  290. if (options_.dynamic_node_type == kDynamicDimsTypeIsData) {
  291. GetLocalOmgContext().dynamic_node_type = DATA;
  292. }
  293. return SUCCESS;
  294. }
  295. Status GraphManager::AddGraph(const GraphId &graph_id, const Graph &graph,
  296. const std::map<std::string, std::string> &options,
  297. const OmgContext &omg_context) {
  298. if (HasGraphNode(graph_id)) {
  299. GELOGE(GE_GRAPH_GRAPH_ALREADY_EXIST, "[GraphManager] graph exists, graph_id = %u.", graph_id);
  300. return GE_GRAPH_GRAPH_ALREADY_EXIST;
  301. }
  302. auto compute_graph = GraphUtils::GetComputeGraph(graph);
  303. if (compute_graph != nullptr) {
  304. compute_graph->SetGraphID(graph_id);
  305. bool graph_has_been_added = false;
  306. if (AttrUtils::GetBool(*compute_graph, ATTR_NAME_GRAPH_HAS_BEEN_ADDED, graph_has_been_added)
  307. && graph_has_been_added) {
  308. GELOGE(GE_GRAPH_GRAPH_ALREADY_EXIST,
  309. "[GraphManager] same graph object can not be added again, graph_id = %u.", graph_id);
  310. return GE_GRAPH_GRAPH_ALREADY_EXIST;
  311. }
  312. (void)AttrUtils::SetBool(*compute_graph, ATTR_NAME_GRAPH_HAS_BEEN_ADDED, true);
  313. compute_graph_ = compute_graph;
  314. } else {
  315. GELOGE(FAILED, "compute graph is null");
  316. return FAILED;
  317. }
  318. std::string session_graph_id;
  319. if (!AttrUtils::GetStr(*compute_graph, ATTR_NAME_SESSION_GRAPH_ID, session_graph_id) || session_graph_id.empty()) {
  320. session_graph_id = "-1_" + to_string(graph_id);
  321. if (!AttrUtils::SetStr(*compute_graph, ATTR_NAME_SESSION_GRAPH_ID, session_graph_id)) {
  322. GELOGW("Set attribute of compute graph failed.");
  323. }
  324. for (auto &subgraph : compute_graph->GetAllSubgraphs()) {
  325. (void)AttrUtils::SetStr(*subgraph, ATTR_NAME_SESSION_GRAPH_ID, session_graph_id);
  326. }
  327. GELOGD("Get graph session_graph_id attr failed, set session id to default value: [0]");
  328. }
  329. GraphNodePtr graph_node = MakeShared<ge::GraphNode>(graph_id);
  330. GE_IF_BOOL_EXEC(graph_node == nullptr, GELOGE(FAILED, "GraphNode make shared failed");
  331. return FAILED);
  332. std::shared_ptr<Graph> graph_ptr = MakeShared<ge::Graph>(graph);
  333. GE_IF_BOOL_EXEC(graph_ptr == nullptr, GELOGE(FAILED, "GraphPtr make shared failed");
  334. return FAILED);
  335. // update option about tuning graph
  336. ParseOption(options, BUILD_MODE, options_.build_mode);
  337. ParseOption(options, BUILD_STEP, options_.build_step);
  338. ParseOption(options, TUNING_PATH, options_.tuning_path);
  339. graph_node->SetGraph(graph_ptr);
  340. graph_node->SetOptions(options);
  341. AddGraphNode(graph_id, graph_node);
  342. AddLocalOmgContext(graph_id, omg_context);
  343. if (!options_.output_datatype.empty()) {
  344. GetLocalOmgContext().output_type = options_.output_datatype;
  345. }
  346. if (InitDynamicParams(compute_graph) != SUCCESS) {
  347. GELOGE(GRAPH_PARAM_INVALID, "Failed to init params when online infer is dynamic.");
  348. return GRAPH_PARAM_INVALID;
  349. }
  350. CompilerStages &stages = GetCompilerStages(graph_id);
  351. stages.preparer.SetOptions(options_);
  352. Status status = stages.optimizer.SetOptions(options_);
  353. if (status != SUCCESS) {
  354. GELOGE(status, "Graph optimizer set options failed.");
  355. return status;
  356. }
  357. stages.builder.SetOptions(options_);
  358. var_acc_ctrl_.AddGraph(graph_id, compute_graph);
  359. return SUCCESS;
  360. }
  361. Status GraphManager::AddGraphWithCopy(const GraphId &graph_id, const Graph &graph,
  362. const std::map<std::string, std::string> &options,
  363. const OmgContext &omg_context) {
  364. if (HasGraphNode(graph_id)) {
  365. GELOGE(GE_GRAPH_GRAPH_ALREADY_EXIST, "[GraphManager] graph exists, graph_id = %u.", graph_id);
  366. return GE_GRAPH_GRAPH_ALREADY_EXIST;
  367. }
  368. auto compute_graph = GraphUtils::GetComputeGraph(graph);
  369. if (compute_graph != nullptr) {
  370. compute_graph->SetGraphID(graph_id);
  371. bool graph_has_been_added = false;
  372. if (AttrUtils::GetBool(*compute_graph, ATTR_NAME_GRAPH_HAS_BEEN_ADDED, graph_has_been_added)
  373. && graph_has_been_added) {
  374. GELOGE(GE_GRAPH_GRAPH_ALREADY_EXIST,
  375. "[GraphManager] same graph object can not be added again, graph_id = %u.", graph_id);
  376. return GE_GRAPH_GRAPH_ALREADY_EXIST;
  377. }
  378. } else {
  379. GELOGE(FAILED, "compute graph is null");
  380. return FAILED;
  381. }
  382. std::vector<NodePtr> input_nodes;
  383. std::vector<NodePtr> output_nodes;
  384. auto new_compute_graph = GraphUtils::CloneGraph(compute_graph, "", input_nodes, output_nodes);
  385. std::string session_graph_id;
  386. if (!AttrUtils::GetStr(*new_compute_graph, ATTR_NAME_SESSION_GRAPH_ID, session_graph_id) ||
  387. session_graph_id.empty()) {
  388. session_graph_id = "-1_" + to_string(graph_id);
  389. if (!AttrUtils::SetStr(*new_compute_graph, ATTR_NAME_SESSION_GRAPH_ID, session_graph_id)) {
  390. GELOGW("Set attribute of compute graph failed.");
  391. }
  392. for (auto &subgraph : new_compute_graph->GetAllSubgraphs()) {
  393. (void)AttrUtils::SetStr(*subgraph, ATTR_NAME_SESSION_GRAPH_ID, session_graph_id);
  394. }
  395. GELOGD("Get graph session_graph_id attr failed, set session id to default value: [0]");
  396. }
  397. GraphNodePtr graph_node = MakeShared<ge::GraphNode>(graph_id);
  398. if (graph_node == nullptr) {
  399. GELOGE(FAILED, "GraphNode make shared failed");
  400. return FAILED;
  401. }
  402. std::shared_ptr<Graph> graph_ptr = GraphUtils::CreateGraphPtrFromComputeGraph(new_compute_graph);
  403. if (graph_ptr == nullptr) {
  404. GELOGE(FAILED, "GraphPtr make shared failed");
  405. return FAILED;
  406. }
  407. // update option about tuning graph
  408. ParseOption(options, BUILD_MODE, options_.build_mode);
  409. ParseOption(options, BUILD_STEP, options_.build_step);
  410. ParseOption(options, TUNING_PATH, options_.tuning_path);
  411. graph_node->SetGraph(graph_ptr);
  412. graph_node->SetOptions(options);
  413. AddGraphNode(graph_id, graph_node);
  414. AddLocalOmgContext(graph_id, omg_context);
  415. if (!options_.output_datatype.empty()) {
  416. GetLocalOmgContext().output_type = options_.output_datatype;
  417. }
  418. CompilerStages &stages = GetCompilerStages(graph_id);
  419. stages.preparer.SetOptions(options_);
  420. Status status = stages.optimizer.SetOptions(options_);
  421. if (status != SUCCESS) {
  422. GELOGE(status, "Graph optimizer set options failed.");
  423. return status;
  424. }
  425. stages.builder.SetOptions(options_);
  426. var_acc_ctrl_.AddGraph(graph_id, new_compute_graph);
  427. return SUCCESS;
  428. }
  429. Status GraphManager::MergeSubGraph(ComputeGraphPtr &compute_graph, const ge::ComputeGraphPtr &original_compute_graph,
  430. GraphId root_graph_id) {
  431. std::shared_ptr<GELib> instance_ptr = ge::GELib::GetInstance();
  432. GraphPartitioner &partitioner = GetCompilerStages(root_graph_id).partitioner;
  433. if (instance_ptr != nullptr && instance_ptr->InitFlag()) {
  434. Status ret = partitioner.MergeAfterSubGraphOptimization(compute_graph, original_compute_graph);
  435. if (ret != SUCCESS) {
  436. GELOGE(ret, "merge end and placeholder after subGraph optimization failed.");
  437. return FAILED;
  438. }
  439. Status ret_topo = compute_graph->TopologicalSorting();
  440. if (ret_topo != SUCCESS) {
  441. GELOGE(ret_topo, "[GraphManager]: TopologicalSorting the merged graph failed.");
  442. return ret_topo;
  443. }
  444. } else {
  445. auto subgraph_list = partitioner.GetSubGraphMap();
  446. if (subgraph_list.find(original_compute_graph) != subgraph_list.end() &&
  447. !subgraph_list[original_compute_graph].empty() && subgraph_list[original_compute_graph][0] != nullptr) {
  448. compute_graph = subgraph_list[original_compute_graph][0]->GetSubGraph();
  449. }
  450. }
  451. return SUCCESS;
  452. }
  453. Status GraphManager::CopySubGraphAndMarkFusion(const ComputeGraphPtr &compute_graph,
  454. Graph2SubGraphInfoList &sub_graph_map,
  455. std::unordered_map<std::string, ComputeGraphPtr> &copy_graphs) {
  456. GE_CHECK_NOTNULL(compute_graph);
  457. vector<ComputeGraphPtr> old_compute_graphs;
  458. const auto &root_subgraph_list = sub_graph_map[compute_graph];
  459. for (const auto &subgraph : root_subgraph_list) {
  460. old_compute_graphs.emplace_back(subgraph->GetSubGraph());
  461. }
  462. for (const auto &function_graph : compute_graph->GetAllSubgraphs()) {
  463. const auto &subgraph_list = sub_graph_map[function_graph];
  464. for (const auto &subgraph : subgraph_list) {
  465. old_compute_graphs.emplace_back(subgraph->GetSubGraph());
  466. }
  467. }
  468. for (const auto &old_compute_graph : old_compute_graphs) {
  469. std::vector<NodePtr> input_nodes;
  470. std::vector<NodePtr> output_nodes;
  471. ComputeGraphPtr new_compute_graph = GraphUtils::CloneGraph(old_compute_graph, "", input_nodes, output_nodes);
  472. if (new_compute_graph == nullptr) {
  473. GELOGE(INTERNAL_ERROR, "Clone graph failed.");
  474. return INTERNAL_ERROR;
  475. }
  476. copy_graphs.emplace(old_compute_graph->GetName(), new_compute_graph);
  477. if (!AttrUtils::SetBool(old_compute_graph, ATTR_NAME_NEED_LX_FUSION, true)) {
  478. GELOGE(INTERNAL_ERROR, "Set attr lx_fusion to graph failed.");
  479. return INTERNAL_ERROR;
  480. }
  481. }
  482. GELOGI("Copy %zu graphs successfully.", copy_graphs.size());
  483. return SUCCESS;
  484. }
  485. Status GraphManager::OptimizeSubGraphWithMultiThreads(ComputeGraphPtr compute_graph,
  486. Graph2SubGraphInfoList &sub_graph_map, uint64_t session_id) {
  487. GE_CHECK_NOTNULL(compute_graph);
  488. // use default 16 multi thread
  489. uint32_t thread_num = 16;
  490. char *env = std::getenv("THREAD_MULTI_NUM");
  491. if (env != nullptr) {
  492. thread_num = atoi(env);
  493. GEEVENT("OptimizeSubGraphWithMultiThreads thread num: %u", thread_num);
  494. }
  495. ThreadPool executor(thread_num);
  496. std::vector<std::future<Status>> vector_future;
  497. const auto &root_subgraph_list = sub_graph_map[compute_graph];
  498. std::string op_compile_strategy;
  499. (void)AttrUtils::GetStr(compute_graph, ATTR_NAME_OP_COMPILE_STRATEGY, op_compile_strategy);
  500. GELOGD("OptimizeSubGraphWithMultiThreads Process op_compile_strategy:%s", op_compile_strategy.c_str());
  501. for (const auto &subgraph : root_subgraph_list) {
  502. if (!op_compile_strategy.empty()) {
  503. (void) AttrUtils::SetStr(subgraph->GetSubGraph(), ATTR_NAME_OP_COMPILE_STRATEGY, op_compile_strategy);
  504. }
  505. std::future<Status> f = executor.commit(GraphManager::ProcessSubGraphWithMultiThreads, this,
  506. compute_graph->GetGraphID(), subgraph,
  507. compute_graph->GetName(), session_id,
  508. ErrorManager::GetInstance().GetErrorContext(),
  509. GetThreadLocalContext());
  510. if (!f.valid()) {
  511. GELOGE(FAILED, "Future is invalid");
  512. return FAILED;
  513. }
  514. vector_future.emplace_back(std::move(f));
  515. }
  516. for (auto &function_graph : compute_graph->GetAllSubgraphs()) {
  517. auto subgraph_list = sub_graph_map[function_graph];
  518. for (const auto &subgraph : subgraph_list) {
  519. if (!op_compile_strategy.empty()) {
  520. (void) AttrUtils::SetStr(subgraph->GetSubGraph(), ATTR_NAME_OP_COMPILE_STRATEGY, op_compile_strategy);
  521. }
  522. std::future<Status> f = executor.commit(GraphManager::ProcessSubGraphWithMultiThreads, this,
  523. compute_graph->GetGraphID(), subgraph,
  524. compute_graph->GetName(), session_id,
  525. ErrorManager::GetInstance().GetErrorContext(),
  526. GetThreadLocalContext());
  527. if (!f.valid()) {
  528. GELOGE(FAILED, "Future is invalid");
  529. return FAILED;
  530. }
  531. vector_future.emplace_back(std::move(f));
  532. }
  533. }
  534. GELOGD("All sub graph num is %zu", vector_future.size());
  535. for (size_t i = 0; i < vector_future.size(); ++i) {
  536. Status ret_status = vector_future[i].get();
  537. if (ret_status != SUCCESS) {
  538. GELOGE(ret_status, "subgraph %zu optimize failed", i);
  539. return ret_status;
  540. }
  541. }
  542. return SUCCESS;
  543. }
  544. bool GraphManager::CheckAllFusionOptimizeSuccess(const ComputeGraphPtr &compute_graph,
  545. Graph2SubGraphInfoList &sub_graph_map) {
  546. if (compute_graph == nullptr) {
  547. GELOGE(PARAM_INVALID, "Input param compute_graph is nullptr.");
  548. return false;
  549. }
  550. /// 1. FE will set attr optimize_group with true(false) while lx fusion is success(fail);
  551. /// 2. FE will not set attr optimize_group while fe.ini set l2fusion enable false;
  552. /// 3. Other engine will not set attr optimize_group.
  553. const auto &root_subgraph_list = sub_graph_map[compute_graph];
  554. for (const auto &subgraph : root_subgraph_list) {
  555. bool optimize_group = true;
  556. (void) AttrUtils::GetBool(subgraph->GetSubGraph(), ATTR_NAME_OPTIMIZE_GROUP, optimize_group);
  557. if (!optimize_group) {
  558. GELOGW("Run lx optimize for subgraph:%s failed.", subgraph->GetSubGraph()->GetName().c_str());
  559. return false;
  560. }
  561. }
  562. for (auto &function_graph : compute_graph->GetAllSubgraphs()) {
  563. const auto &subgraph_list = sub_graph_map[function_graph];
  564. for (const auto &subgraph : subgraph_list) {
  565. bool optimize_group = true;
  566. (void) AttrUtils::GetBool(subgraph->GetSubGraph(), ATTR_NAME_OPTIMIZE_GROUP, optimize_group);
  567. if (!optimize_group) {
  568. GELOGW("Run lx optimize for subgraph:%s failed.", subgraph->GetSubGraph()->GetName().c_str());
  569. return false;
  570. }
  571. }
  572. }
  573. GELOGI("All subgraph are optimized successfully, no need to reuse buffer optimize.");
  574. return true;
  575. }
  576. Status GraphManager::ReplaceSubgraphWithOriGraph(const ComputeGraphPtr &compute_graph,
  577. Graph2SubGraphInfoList &sub_graph_map,
  578. std::unordered_map<std::string, ComputeGraphPtr> &copy_graphs) {
  579. GE_CHECK_NOTNULL(compute_graph);
  580. const auto &root_subgraph_list = sub_graph_map[compute_graph];
  581. for (const auto &subgraph : root_subgraph_list) {
  582. auto iter = copy_graphs.find(subgraph->GetSubGraph()->GetName());
  583. if (iter == copy_graphs.end()) {
  584. GELOGE(FAILED, "Can not find subgraph:%s in copy graphs.", subgraph->GetSubGraph()->GetName().c_str());
  585. return FAILED;
  586. }
  587. subgraph->SetSubGraph(iter->second);
  588. }
  589. for (auto &function_graph : compute_graph->GetAllSubgraphs()) {
  590. const auto &subgraph_list = sub_graph_map[function_graph];
  591. for (const auto &subgraph : subgraph_list) {
  592. auto iter = copy_graphs.find(subgraph->GetSubGraph()->GetName());
  593. if (iter == copy_graphs.end()) {
  594. GELOGE(FAILED, "Can not find subgraph:%s in copy graphs.", subgraph->GetSubGraph()->GetName().c_str());
  595. return FAILED;
  596. }
  597. subgraph->SetSubGraph(iter->second);
  598. }
  599. }
  600. GELOGI("All subgraphs are successfully replaced.");
  601. return SUCCESS;
  602. }
  603. Status GraphManager::SetSubgraph(uint64_t session_id, ComputeGraphPtr compute_graph, GraphPartitioner &partitioner) {
  604. GE_CHECK_NOTNULL(compute_graph);
  605. auto sub_graph_map = partitioner.GetSubGraphMap();
  606. GELOGD("Directly optimize subgraph with build mode:%s, and step:%s.",
  607. options_.build_mode.c_str(),
  608. options_.build_step.c_str());
  609. Status ret = OptimizeSubGraphWithMultiThreads(compute_graph, sub_graph_map, session_id);
  610. if (ret != SUCCESS) {
  611. GELOGE(ret, "Multiply optimize subgraph failed");
  612. return ret;
  613. }
  614. return SUCCESS;
  615. }
  616. #define GM_RUN_AND_DUMP_PERF(name, func, ...) \
  617. do { \
  618. GE_RUN_PERF(GraphManager, func, __VA_ARGS__); \
  619. GE_DUMP(compute_graph, "PreRunAfter" name); \
  620. GELOGI("Run %s on graph %s(%u) success.", name, compute_graph->GetName().c_str(), graph_node->GetGraphId()); \
  621. } while (0)
  622. Status GraphManager::PreRunOptimizeOriginalGraph(const GraphNodePtr &graph_node, const std::vector<GeTensor> &inputs,
  623. ge::ComputeGraphPtr &compute_graph, uint64_t session_id) {
  624. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelCompile, ErrorMessage::kPrepareOptimize);
  625. GE_CHECK_NOTNULL(graph_node);
  626. GE_CHECK_NOTNULL(compute_graph);
  627. CompilerStages &stages = GetCompilerStages(graph_node->GetGraphId());
  628. GM_RUN_AND_DUMP_PERF("OptimizeGraphPrepare", stages.optimizer.OptimizeOriginalGraphForQuantize, compute_graph);
  629. GM_RUN_AND_DUMP_PERF("HandleSummaryOp", stages.optimizer.HandleSummaryOp, compute_graph);
  630. GM_RUN_AND_DUMP_PERF("Prepare", stages.preparer.PrepareDynShape, graph_node, inputs, compute_graph,
  631. session_id);
  632. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelCompile, ErrorMessage::kOriginOptimize);
  633. GM_RUN_AND_DUMP_PERF("OptimizeOriginalGraph", stages.optimizer.OptimizeOriginalGraph, compute_graph);
  634. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelCompile, ErrorMessage::kPrepareOptimize);
  635. GM_RUN_AND_DUMP_PERF("PrepareRunningFormatRefiner", stages.preparer.PrepareRunningFormatRefiner);
  636. GM_RUN_AND_DUMP_PERF("RefineRunningFormat", stages.optimizer.OptimizeOriginalGraphJudgeInsert, compute_graph);
  637. GM_RUN_AND_DUMP_PERF("SubexpressionMigration", SubexpressionMigration, compute_graph);
  638. GE_RUN(GraphManager, stages.preparer.RecordAIPPInfo, compute_graph);
  639. if (IsTailingOptimization()) {
  640. GM_RUN_AND_DUMP_PERF("OptimizeSwitchOp", stages.preparer.SwitchOpOptimize, compute_graph);
  641. }
  642. GM_RUN_AND_DUMP_PERF("Optimize1", OptimizeStage1, compute_graph);
  643. GM_RUN_AND_DUMP_PERF("InferShape2", compute_graph->InferShapeInNeed);
  644. PassManager graph_pass;
  645. GE_CHK_STATUS_RET(graph_pass.AddPass("PreRun::CtrlEdgeTransferPass", new (std::nothrow) CtrlEdgeTransferPass))
  646. GE_CHK_STATUS_RET(graph_pass.Run(compute_graph));
  647. GE_CHK_STATUS_RET(stages.optimizer.IdentifyReference(compute_graph), "Identify reference failed.");
  648. GELOGD("PreRun:PreRunOptimizeOriginalGraph success.");
  649. return SUCCESS;
  650. }
  651. Status GraphManager::PreRunOptimizeSubGraph(const GraphNodePtr &graph_node,
  652. ge::ComputeGraphPtr &compute_graph,
  653. uint64_t session_id) {
  654. GE_CHECK_NOTNULL(graph_node);
  655. GE_CHECK_NOTNULL(compute_graph);
  656. GM_RUN_AND_DUMP_PERF("OptimizeSubgraph", OptimizeSubgraph, graph_node, compute_graph, session_id);
  657. // Dump graph to tuning path
  658. if (options_.build_mode == BUILD_MODE_TUNING && options_.build_step == BUILD_STEP_AFTER_UB_MATCH) {
  659. std::string tuning_path;
  660. (void) GetContext().GetOption(TUNING_PATH, tuning_path);
  661. GELOGD("Dump path:%s.", tuning_path.c_str());
  662. GraphUtils::DumpGEGraph(compute_graph, "", true, tuning_path);
  663. }
  664. GELOGD("PreRun:PreRunOptimizeSubGraph success.");
  665. return SUCCESS;
  666. }
  667. Status GraphManager::PreRunAfterOptimizeSubGraph(const GraphNodePtr &graph_node, ComputeGraphPtr &compute_graph,
  668. GeRootModelPtr &ge_root_model, uint64_t session_id) {
  669. GE_CHECK_NOTNULL(graph_node);
  670. GE_CHECK_NOTNULL(compute_graph);
  671. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelCompile, ErrorMessage::kMergeGraphOptimize);
  672. CompilerStages &stages = GetCompilerStages(graph_node->GetGraphId());
  673. GM_RUN_AND_DUMP_PERF("OptimizeWholeGraph", stages.optimizer.OptimizeWholeGraph, compute_graph);
  674. GM_RUN_AND_DUMP_PERF("Optimize2", OptimizeStage2, compute_graph);
  675. GM_RUN_AND_DUMP_PERF("OptimizeGraphBeforeBuildForRts",
  676. GetCompilerStages(graph_node->GetGraphId()).optimizer.OptimizeGraphBeforeBuildForRts,
  677. compute_graph);
  678. Status ret = compute_graph->TopologicalSorting();
  679. if (ret != SUCCESS) {
  680. GELOGE(ret, "Graph topological sort failed, ret:%d.", ret);
  681. return ret;
  682. }
  683. GM_RUN_AND_DUMP_PERF("Build", Build, graph_node, compute_graph, ge_root_model, session_id);
  684. GELOGD("PreRun:PreRunAfterOptimizeSubGraph success.");
  685. return SUCCESS;
  686. }
  687. Status GraphManager::SetRtContext(rtContext_t rt_context, rtCtxMode_t mode, uint64_t session_id, uint32_t graph_id) {
  688. GELOGD("set rt_context: session id: %lu, graph id: %u, mode %d, device id:%u.",
  689. session_id, graph_id, static_cast<int>(mode), ge::GetContext().DeviceId());
  690. rtError_t rt_ret = rtCtxCreate(&rt_context, mode, ge::GetContext().DeviceId());
  691. if (rt_ret != RT_ERROR_NONE) {
  692. GELOGE(FAILED, "Call rt api failed, ret: 0x%X", rt_ret);
  693. return FAILED;
  694. }
  695. rt_ret = rtCtxSetCurrent(rt_context);
  696. if (rt_ret != RT_ERROR_NONE) {
  697. GELOGE(FAILED, "Call rt api failed, ret: 0x%X", rt_ret);
  698. return FAILED;
  699. }
  700. RtContextUtil::GetInstance().AddRtContext(session_id, graph_id, rt_context);
  701. return SUCCESS;
  702. }
  703. Status GraphManager::RunCustomPass(const GraphNodePtr &graph_node) {
  704. ConstGraphPtr const_graph = graph_node->GetGraph();
  705. auto comp_graph = GraphUtils::GetComputeGraph(*const_graph);
  706. GE_DUMP(comp_graph, "RunCustomPassBegin");
  707. GE_TIMESTAMP_START(RunCustomPass);
  708. GraphPtr graph = std::const_pointer_cast<Graph>(const_graph);
  709. GE_CHK_STATUS_RET(CustomPassHelper::Instance().Run(graph), "Graph[%s] run custom pass fail.",
  710. comp_graph->GetName().c_str());
  711. GE_TIMESTAMP_END(RunCustomPass, "GraphBuilder::RunCustomPass");
  712. return SUCCESS;
  713. }
  714. Status GraphManager::PreRun(const GraphNodePtr &graph_node, const std::vector<GeTensor> &inputs,
  715. GeRootModelPtr &ge_root_model, uint64_t session_id) {
  716. GE_CHECK_NOTNULL(graph_node);
  717. GE_CHECK_NOTNULL(graph_node->GetGraph());
  718. GE_CHK_STATUS_RET_NOLOG(RunCustomPass(graph_node));
  719. auto compute_graph = GraphUtils::GetComputeGraph(*graph_node->GetGraph());
  720. GE_CHECK_NOTNULL(compute_graph);
  721. compute_graph->SetSessionID(session_id);
  722. auto analyzer_instance = Analyzer::GetInstance();
  723. GE_CHK_STATUS_RET(analyzer_instance->BuildJsonObject(session_id, compute_graph->GetGraphID()),
  724. "BuildJsonObject Failed")
  725. GEEVENT("PreRun start: graph node size %zu, session id %lu, graph id %u, graph name %s",
  726. compute_graph->GetDirectNodesSize(), session_id, compute_graph->GetGraphID(),
  727. compute_graph->GetName().c_str());
  728. GE_DUMP(compute_graph, "PreRunBegin");
  729. // rtContext_t
  730. Status ret = SetRtContext(rtContext_t(), RT_CTX_GEN_MODE, session_id, compute_graph->GetGraphID());
  731. if (ret != SUCCESS) {
  732. GELOGE(ret, "Set rt context failed.");
  733. return ret;
  734. }
  735. /// 1. BUILD_MODE_TUNING with BUILD_STEP_AFTER_UB_MATCH no need PreRunOptimizeOriginalGraph;
  736. /// 2. BUILD_MODE_TUNING with BUILD_STEP_AFTER_MERGE no need PreRunOptimizeOriginalGraph.
  737. /// 3. BUILD_MODE_TUNING with BUILD_STEP_AFTER_BUILDER_SUB no need PreRunOptimizeOriginalGraph.
  738. bool run_optimize_original_graph = !((options_.build_mode == BUILD_MODE_TUNING) &&
  739. (options_.build_step == BUILD_STEP_AFTER_UB_MATCH ||
  740. options_.build_step == BUILD_STEP_AFTER_MERGE ||
  741. options_.build_step == BUILD_STEP_AFTER_BUILDER_SUB));
  742. if (run_optimize_original_graph) {
  743. Status ret = PreRunOptimizeOriginalGraph(graph_node, inputs, compute_graph, session_id);
  744. if (ret != SUCCESS) {
  745. GELOGE(ret, "Run PreRunOptimizeOriginalGraph failed for graph:%s", compute_graph->GetName().c_str());
  746. return ret;
  747. }
  748. }
  749. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelCompile, ErrorMessage::kPrepareOptimize);
  750. ret = PreRunOptimizeSubGraph(graph_node, compute_graph, session_id);
  751. if (ret != SUCCESS) {
  752. GELOGE(ret, "Run PreRunOptimizeSubGraph failed for graph:%s.", compute_graph->GetName().c_str());
  753. return ret;
  754. }
  755. /// 1. BUILD_MODE_TUNING with BUILD_STEP_BEFORE_UB_MATCH no need PreRunAfterOptimizeSubGraph;
  756. /// 2. BUILD_MODE_TUNING with BUILD_STEP_AFTER_BUILDER no need PreRunAfterOptimizeSubGraph.
  757. /// 3. BUILD_MODE_TUNING with BUILD_STEP_AFTER_BUILDER_SUB no need PreRunAfterOptimizeSubGraph.
  758. bool run_after_optimize_subgraph = !((options_.build_mode == BUILD_MODE_TUNING) &&
  759. (options_.build_step == BUILD_STEP_BEFORE_UB_MATCH ||
  760. options_.build_step == BUILD_STEP_AFTER_BUILDER ||
  761. options_.build_step == BUILD_STEP_AFTER_BUILDER_SUB));
  762. if (run_after_optimize_subgraph) {
  763. Status ret = PreRunAfterOptimizeSubGraph(graph_node, compute_graph, ge_root_model, session_id);
  764. if (ret != SUCCESS) {
  765. GELOGE(ret, "Run PreRunAfterOptimizeSubGraph failed for graph:%s.", compute_graph->GetName().c_str());
  766. return ret;
  767. }
  768. }
  769. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelCompile, ErrorMessage::kOther);
  770. // when set incre build, save om model and var manager
  771. GeModelPtr ge_model = nullptr;
  772. auto save_ret = SaveCacheAfterBuild(graph_node->GetGraphId(), compute_graph, ge_model);
  773. if (save_ret != SUCCESS) {
  774. GELOGW("Fail to save cache.");
  775. }
  776. GEEVENT("[GEPERFTRACE] GE PreRun End");
  777. return SUCCESS;
  778. }
  779. Status GraphManager::SubexpressionMigration(ComputeGraphPtr &compute_graph) {
  780. PassManager pass_manager;
  781. GE_CHK_STATUS_RET(pass_manager.AddPass("SubexpressionMigrationPass", new (std::nothrow) SubexpressionMigrationPass));
  782. GE_CHK_STATUS_RET(pass_manager.AddPass("UnusedArgsCleanPass", new (std::nothrow) UnusedArgsCleanPass));
  783. GE_TIMESTAMP_START(SubexpressionMigrationPass);
  784. auto ret = pass_manager.Run(compute_graph);
  785. GE_TIMESTAMP_END(SubexpressionMigrationPass, "GraphManager::SubexpressionMigration");
  786. if (ret != SUCCESS && ret != NOT_CHANGED) {
  787. GELOGE(ret, "Run SubexpressionMigrationPass failed, ret:%u.", ret);
  788. return ret;
  789. }
  790. return SUCCESS;
  791. }
  792. Status GraphManager::StartForRunGraph(const GraphNodePtr &graph_node, const std::vector<GeTensor> &inputs,
  793. GeRootModelPtr &ge_root_model, uint64_t session_id) {
  794. // it will not execute graph prreprocess, optimize, parition, build if the graph has built successful.
  795. Status ret = SUCCESS;
  796. if (IsGraphNeedBuild(graph_node)) {
  797. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelCompile, ErrorMessage::kOther);
  798. if (graph_node->GetBuildFlag()) {
  799. GELOGE(PARAM_INVALID,
  800. "The graph %u need to re-build, you should remove it from GE "
  801. "first, then AddGraph again and rebuild it.",
  802. graph_node->GetGraphId());
  803. return PARAM_INVALID;
  804. }
  805. GeModelPtr ge_model = nullptr;
  806. // check need incre build.
  807. ret = IncreBuild(graph_node, ge_model);
  808. if (ret != SUCCESS) {
  809. ret = PreRun(graph_node, inputs, ge_root_model, session_id);
  810. // release rts generate context
  811. RtContextUtil::GetInstance().DestroyRtContexts(session_id, graph_node->GetGraphId());
  812. if (ret != SUCCESS) {
  813. GELOGE(ret, "PreRun Failed. graph_id:%u.", graph_node->GetGraphId());
  814. return ret;
  815. }
  816. }
  817. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelLoad, ErrorMessage::kModelLoad);
  818. if (!graph_node->IsAsync()) {
  819. ret = LoadGraph(ge_root_model, graph_node);
  820. } else {
  821. ret = LoadGraphAsync(ge_root_model, graph_node);
  822. }
  823. if (ret != SUCCESS) {
  824. GELOGE(ret, "LoadGraph Failed.");
  825. return ret;
  826. }
  827. graph_node->SetBuildFlag(true);
  828. var_acc_ctrl_.SetGraphBuildEnd(graph_node->GetGraphId());
  829. } else if (!graph_node->GetLoadFlag()) {
  830. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelLoad, ErrorMessage::kModelLoad);
  831. GeRootModelPtr ge_root_model_ptr = graph_node->GetGeRootModel();
  832. if (!graph_node->IsAsync()) {
  833. ret = LoadGraph(ge_root_model_ptr, graph_node);
  834. } else {
  835. ret = LoadGraphAsync(ge_root_model_ptr, graph_node);
  836. }
  837. if (ret != SUCCESS) {
  838. GELOGE(ret, "LoadGraph Failed.");
  839. return ret;
  840. }
  841. }
  842. return ret;
  843. }
  844. Status GraphManager::LoadGraph(const GeRootModelPtr &ge_root_model, const GraphNodePtr &graph_node) {
  845. GELOGI("[LoadGraph] run_graph_flag[%d], graph_id[%u]", options_.run_graph_flag, graph_node->GetGraphId());
  846. if (options_.run_graph_flag && ge_root_model != nullptr) {
  847. // synchronization run graph with model
  848. std::shared_ptr<GraphModelListener> model_listener = GetModelListener();
  849. ModelIdInfo model_id_info;
  850. bool is_unknown_shape = false;
  851. GE_CHK_STATUS_RET(ge_root_model->CheckIsUnknownShape(is_unknown_shape));
  852. if (!is_unknown_shape) {
  853. if (getenv(kEnvGeuseStaticMemory) != nullptr) {
  854. GELOGI("[LoadGraph] GE_USE_STATIC_MEMORY is seted.");
  855. } else {
  856. auto root_graph = ge_root_model->GetRootGraph();
  857. GE_CHECK_NOTNULL(root_graph);
  858. auto name_to_model = ge_root_model->GetSubgraphInstanceNameToModel();
  859. GeModelPtr ge_model = name_to_model[root_graph->GetName()];
  860. GE_CHK_STATUS_RET(CheckAndReleaseMemory(ge_model, graph_node));
  861. }
  862. }
  863. GE_TIMESTAMP_START(LoadGraph);
  864. Status ret = GraphLoader::LoadModelOnline(model_id_info.model_id, ge_root_model, model_listener);
  865. GE_TIMESTAMP_EVENT_END(LoadGraph, "GraphManager::LoadGraph");
  866. if (ret != SUCCESS) {
  867. GELOGE(ret, "[StartForRunGraph] LoadGraph Failed");
  868. graph_node->SetRunFlag(false);
  869. return ret;
  870. }
  871. graph_node->SetLoadFlag(true);
  872. ge_root_model->SetModelId(model_id_info.model_id);
  873. graph_node->SetGeRootModel(ge_root_model);
  874. }
  875. return SUCCESS;
  876. }
  877. Status GraphManager::LoadFromCache(const GraphNodePtr &graph_node, const ModelCacheHelperPtr &cache_helper,
  878. GeModelPtr &ge_model) {
  879. auto graph_id = graph_node->GetGraphId();
  880. auto ret = cache_helper->LoadOmModelFromCache(ge_model);
  881. if (ret != SUCCESS) {
  882. GELOGW("Fail to load om model from cache.");
  883. if (cache_helper->ClearCache(graph_id) != SUCCESS) {
  884. GELOGW("Fail to clear cache of graph %u.", graph_id);
  885. }
  886. return FAILED;
  887. }
  888. ret = cache_helper->RecoverVarManagerFromCache();
  889. if (ret != SUCCESS) {
  890. GELOGW("Fail to recover VarManager from cache.");
  891. if (cache_helper->ClearCache(graph_id) != SUCCESS) {
  892. GELOGW("Fail to clear cache of graph %u.", graph_id);
  893. }
  894. return FAILED;
  895. }
  896. ComputeGraphPtr compute_graph_in_model = GraphUtils::GetComputeGraph(ge_model->GetGraph());
  897. if (compute_graph_in_model == nullptr) {
  898. GELOGW("Error occurred when get compute graph from om, abandon.");
  899. return FAILED;
  900. } else {
  901. graph_node->SetComputeGraph(compute_graph_in_model);
  902. graph_node->SetGeModel(ge_model);
  903. GELOGI("Load model and graph form cache om file.");
  904. }
  905. return SUCCESS;
  906. }
  907. Status GraphManager::SaveCacheBeforeBuild(uint32_t graph_id, const ModelCacheHelperPtr &cache_helper) {
  908. auto ret = cache_helper->SaveCacheInfoToCache();
  909. if (ret != SUCCESS) {
  910. GELOGW("Fail to save cache info of graph[%d] to cache.", graph_id);
  911. return FAILED;
  912. }
  913. ret = cache_helper->SaveVarManagerToCache(true);
  914. if (ret != SUCCESS) {
  915. GELOGW("Fail to save var manager to cache.");
  916. cache_helper->ClearCache(graph_id);
  917. return FAILED;
  918. }
  919. GELOGI("Cache files have been saved.");
  920. return SUCCESS;
  921. }
  922. Status GraphManager::SaveCacheAfterBuild(uint32_t graph_id, ge::ComputeGraphPtr graph, GeModelPtr &ge_model) {
  923. std::shared_ptr<GELib> instance_ptr = ge::GELib::GetInstance();
  924. if ((instance_ptr == nullptr) || !instance_ptr->InitFlag()) {
  925. GELOGW("GELib not initialized.");
  926. return FAILED;
  927. }
  928. if (instance_ptr->IsIncreBuild()) {
  929. std::lock_guard<std::mutex> lock(member_mutex_);
  930. auto iter = cache_helper_map_.find(graph_id);
  931. if (iter == cache_helper_map_.end()) {
  932. GELOGW("Can not find ModelCacheHelper of graph[%u]", graph_id);
  933. return FAILED;
  934. } else {
  935. ModelCacheHelperPtr cache_helper = iter->second;
  936. auto ret = cache_helper->RefreshComputeGraph(graph);
  937. if (ret != SUCCESS) {
  938. cache_helper->ClearCache(graph_id);
  939. GELOGW("Fail to refresh cache helper's compute graph");
  940. return FAILED;
  941. }
  942. ret = cache_helper->SaveVarManagerToCache(false);
  943. if (ret != SUCCESS) {
  944. cache_helper->ClearCache(graph_id);
  945. GELOGW("Fail to save VarManager to cache");
  946. return FAILED;
  947. }
  948. ret = cache_helper->SaveOmModelToCache(ge_model);
  949. if (ret != SUCCESS) {
  950. cache_helper->ClearCache(graph_id);
  951. GELOGW("Fail to save om model to cache");
  952. return FAILED;
  953. }
  954. }
  955. }
  956. return SUCCESS;
  957. }
  958. Status GraphManager::InnerRunGraph(GraphNodePtr &graph_node, const GraphId &graph_id,
  959. const std::vector<GeTensor> &inputs, std::vector<GeTensor> &outputs) {
  960. Status ret = graph_executor_.SetCondition(&sync_run_mutex_, &condition_, graph_run_listener_);
  961. if (ret != SUCCESS) {
  962. GELOGE(GE_GRAPH_RUNGRAPH_FAILED, "[RunGraph] set condition failed, graph_id = %u.", graph_id);
  963. graph_node->SetRunFlag(false);
  964. return GE_GRAPH_RUNGRAPH_FAILED;
  965. }
  966. if (GetTrainFlag()) {
  967. GE_CHK_STATUS_RET(graph_executor_.SetGraphContext(GetGraphContext()));
  968. graph_executor_.SetTrainFlag(options_.train_graph_flag);
  969. }
  970. ret = graph_executor_.ExecuteGraph(graph_id, graph_node->GetGeRootModel(), inputs, outputs);
  971. graph_node->SetRunFlag(false);
  972. if (ret != SUCCESS) {
  973. GELOGE(ret, "[RunGraph] execute graph failed, graph_id = %u.", graph_id);
  974. return ret;
  975. }
  976. return SUCCESS;
  977. }
  978. Status GraphManager::RunGraph(const GraphId &graph_id, const std::vector<GeTensor> &inputs,
  979. std::vector<GeTensor> &outputs, uint64_t session_id) {
  980. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelCompile, ErrorMessage::kOther);
  981. std::lock_guard<std::mutex> lock(run_mutex_);
  982. GELOGI("[RunGraph] start to run graph, graph_id = %u, is_train_graph: %d", graph_id, GetTrainFlag());
  983. if (inputs.empty()) {
  984. GELOGI("[RunGraph] initialize sub graph has no inputs");
  985. }
  986. // find graph
  987. GraphNodePtr graph_node = nullptr;
  988. Status ret = GetGraphNode(graph_id, graph_node);
  989. if (ret != SUCCESS) {
  990. GELOGE(ret, "[RunGraph] graph not exist, graph_id = %u.", graph_id);
  991. return ret;
  992. }
  993. if (graph_node == nullptr) {
  994. GELOGE(GE_GRAPH_GRAPH_NODE_NULL, "[RunGraph] graph node is NULL, graph_id = %u.", graph_id);
  995. return GE_GRAPH_GRAPH_NODE_NULL;
  996. }
  997. if (graph_node->GetRunFlag()) {
  998. GELOGE(GE_GRAPH_ALREADY_RUNNING, "[RunGraph] graph already running, graph id = %u", graph_id);
  999. return GE_GRAPH_ALREADY_RUNNING;
  1000. }
  1001. UpdateLocalOmgContext(graph_id);
  1002. // set graph's run flag
  1003. graph_node->SetRunFlag(true);
  1004. ComputeGraphPtr compute_graph_tmp = GraphUtils::GetComputeGraph(*(graph_node->GetGraph()));
  1005. GE_IF_BOOL_EXEC(GetTrainFlag(),
  1006. GE_IF_BOOL_EXEC(compute_graph_tmp == nullptr,
  1007. GELOGE(GE_GRAPH_GRAPH_NODE_NULL,
  1008. "[RunGraph] compute_graph_tmp is NULL, graph id = %u.", graph_id);
  1009. return GE_GRAPH_GRAPH_NODE_NULL;))
  1010. // when set incre build, add cache helper map
  1011. AddModelCacheHelperToMap(graph_id, session_id, compute_graph_tmp);
  1012. if (options_.local_fmk_op_flag) {
  1013. GetCompilerStages(graph_id).optimizer.TranFrameOp(compute_graph_tmp);
  1014. }
  1015. GeRootModelPtr ge_root_model = nullptr;
  1016. ret = StartForRunGraph(graph_node, inputs, ge_root_model, session_id);
  1017. if (ret != SUCCESS) {
  1018. GELOGE(ret, "[RunGraph] StartForRunGraph failed!");
  1019. graph_node->SetRunFlag(false);
  1020. return ret;
  1021. }
  1022. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelExecute, ErrorMessage::kModelExecute);
  1023. // excute graph
  1024. ret = InnerRunGraph(graph_node, graph_id, inputs, outputs);
  1025. if (ret != SUCCESS) {
  1026. return ret;
  1027. }
  1028. if (GetTrainFlag()) {
  1029. if (compute_graph_tmp->IsSummaryGraph()) {
  1030. ret = SummaryHandle(graph_id, outputs);
  1031. if (ret != SUCCESS) {
  1032. GELOGE(ret, "[RunGraph] SummaryHandle failed!");
  1033. }
  1034. }
  1035. GeRootModelPtr root_model = graph_node->GetGeRootModel();
  1036. if (root_model != nullptr) {
  1037. GELOGI("Start CheckpointHandle.");
  1038. auto checkPointGraph = root_model->GetRootGraph();
  1039. if (IsCheckpointGraph(checkPointGraph)) {
  1040. ret = CheckpointHandle(graph_id, checkPointGraph, outputs);
  1041. if (ret != SUCCESS) {
  1042. GELOGE(ret, "[RunGraph] CheckpointHandle failed!");
  1043. }
  1044. }
  1045. }
  1046. }
  1047. GELOGI("[RunGraph] run graph success, graph_id = %u.", graph_id);
  1048. return SUCCESS;
  1049. }
  1050. Status GraphManager::GenerateInfershapeGraph(GraphId &graph_id) {
  1051. GELOGI("[DumpInfershapeJson] start to DumpInfershapeJson graph, graph_id=%u.", graph_id);
  1052. // find graph
  1053. GraphNodePtr graph_node = nullptr;
  1054. Status ret = GetGraphNode(graph_id, graph_node);
  1055. if (ret != SUCCESS) {
  1056. GELOGE(ret, "[BuildGraph] graph not exist, graph_id = %u.", graph_id);
  1057. return ret;
  1058. }
  1059. if (graph_node == nullptr) {
  1060. GELOGE(GE_GRAPH_GRAPH_NODE_NULL, "[BuildGraph] graph node is NULL, graphId = %u.", graph_id);
  1061. return GE_GRAPH_GRAPH_NODE_NULL;
  1062. }
  1063. UpdateLocalOmgContext(graph_id);
  1064. ret = GetCompilerStages(graph_id).preparer.GenerateInfershapeGraph(graph_node->GetGraph());
  1065. if (ret != SUCCESS) {
  1066. GELOGE(ret, "ATC dump infershape json failed");
  1067. return ret;
  1068. }
  1069. GELOGI("[DumpInfershapeJson] Dump infershape json success, graph_id=%u.", graph_id);
  1070. return ret;
  1071. }
  1072. Status GraphManager::BuildGraphForUnregisteredOp(const GraphId &graph_id, const std::vector<GeTensor> &inputs,
  1073. GeRootModelPtr &ge_root_model, uint64_t session_id) {
  1074. // find graph
  1075. GraphNodePtr graph_node = nullptr;
  1076. Status ret = GetGraphNode(graph_id, graph_node);
  1077. if (ret != SUCCESS) {
  1078. GELOGE(ret, "[BuildGraph] graph not exist, graph_id = %u.", graph_id);
  1079. return ret;
  1080. }
  1081. if (graph_node == nullptr) {
  1082. GELOGE(GE_GRAPH_GRAPH_NODE_NULL, "[BuildGraph] graph node is NULL, graphId = %u.", graph_id);
  1083. return GE_GRAPH_GRAPH_NODE_NULL;
  1084. }
  1085. UpdateLocalOmgContext(graph_id);
  1086. auto compute_graph = GraphUtils::GetComputeGraph(*graph_node->GetGraph());
  1087. GE_CHECK_NOTNULL(compute_graph);
  1088. GM_RUN_AND_DUMP_PERF("Prepare", GetCompilerStages(graph_id).preparer.PrepareDynShape, graph_node, inputs,
  1089. compute_graph, session_id);
  1090. for (auto &node : compute_graph->GetAllNodes()) {
  1091. OpDescPtr op_desc = node->GetOpDesc();
  1092. GE_CHECK_NOTNULL(op_desc);
  1093. if (op_desc->HasAttr(ATTR_NAME_UNREGST_OPPATH)) {
  1094. vector<ge::NodePtr> node_vec = {node};
  1095. auto instance_ptr = ge::GELib::GetInstance();
  1096. if (instance_ptr == nullptr || !instance_ptr->InitFlag()) {
  1097. GELOGE(GE_CLI_GE_NOT_INITIALIZED, "GE is not initialized");
  1098. return GE_CLI_GE_NOT_INITIALIZED;
  1099. }
  1100. OpsKernelInfoStorePtr kernel_info =
  1101. instance_ptr->OpsKernelManagerObj().GetOpsKernelInfoStore(op_desc->GetOpKernelLibName());
  1102. if (kernel_info == nullptr) {
  1103. GELOGE(FAILED, "Get op kernel info store failed");
  1104. return FAILED;
  1105. }
  1106. ret = kernel_info->CompileOp(node_vec);
  1107. if (ret != SUCCESS) {
  1108. GELOGE(ret, "Compile op failed, op = %s, graph_id = %u.", op_desc->GetName().c_str(), graph_id);
  1109. return ret;
  1110. }
  1111. }
  1112. }
  1113. GM_RUN_AND_DUMP_PERF("Build", Build, graph_node, compute_graph, ge_root_model, session_id);
  1114. return SUCCESS;
  1115. }
  1116. Status GraphManager::BuildGraph(const GraphId &graph_id, const std::vector<GeTensor> &inputs,
  1117. GeRootModelPtr &ge_root_model, uint64_t session_id, bool async) {
  1118. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelCompile, ErrorMessage::kOther);
  1119. GELOGD("[BuildGraph] start to build graph, graph_id:%u", graph_id);
  1120. if (inputs.empty()) {
  1121. GELOGW("[BuildGraph] BuildGraph warning: empty GeTensor inputs");
  1122. }
  1123. // find graph
  1124. GraphNodePtr graph_node = nullptr;
  1125. Status ret = GetGraphNode(graph_id, graph_node);
  1126. if (ret != SUCCESS) {
  1127. GELOGE(ret, "[BuildGraph] graph not exist, graph_id = %u.", graph_id);
  1128. return ret;
  1129. }
  1130. if (graph_node == nullptr) {
  1131. GELOGE(GE_GRAPH_GRAPH_NODE_NULL, "[BuildGraph] graph node is NULL, graphId = %u.", graph_id);
  1132. return GE_GRAPH_GRAPH_NODE_NULL;
  1133. }
  1134. if (graph_node->GetRunFlag()) {
  1135. GELOGE(GE_GRAPH_ALREADY_RUNNING, "[BuildGraph] graph already running, graph id = %u", graph_node->GetGraphId());
  1136. return GE_GRAPH_ALREADY_RUNNING;
  1137. }
  1138. UpdateLocalOmgContext(graph_id);
  1139. graph_node->SetAsync(async);
  1140. // set graph's run flag
  1141. graph_node->SetRunFlag(true);
  1142. ret = StartForRunGraph(graph_node, inputs, ge_root_model, session_id);
  1143. graph_node->SetRunFlag(false);
  1144. if (ret != SUCCESS) {
  1145. GELOGE(GE_GRAPH_PRERUN_FAILED, "[BuildGraph] StartForRunGraph failed! graph_id:%u.", graph_id);
  1146. return GE_GRAPH_PRERUN_FAILED;
  1147. }
  1148. GELOGI("[BuildGraph] build graph success, graph_id=%u.", graph_id);
  1149. return ret;
  1150. }
  1151. ///
  1152. /// @ingroup ge_graph
  1153. /// @brief Save extra attribute to Model
  1154. /// @param [in] model: Model attribues will save to.
  1155. /// @param [in] type: type of OpDesc.
  1156. /// @param [in] attrs: attributes of OpDesc.
  1157. /// @param [in] inputs: inputs tensor.
  1158. /// @param [in] outputs: outputs tensor.
  1159. /// @return: Status
  1160. ///
  1161. Status GraphManager::SaveParams(ge::GeModel &model, const std::string &type, const std::map<string, GeAttrValue> &attrs,
  1162. const std::vector<GeTensor> &inputs, const std::vector<GeTensor> &outputs) {
  1163. GE_CHK_BOOL_EXEC(ge::AttrUtils::SetStr(&model, "ATTR_MODEL_OP_TYPE", type), return FAILED, "Set Op[%s] type fail",
  1164. type.c_str());
  1165. for (const auto &it : attrs) {
  1166. GE_CHK_BOOL_EXEC(model.SetAttr("ATTR_MODEL_" + it.first, it.second) == GRAPH_SUCCESS, return FAILED,
  1167. "Set OpDesc attribute[%s] fail", it.first.c_str());
  1168. }
  1169. GE_CHK_BOOL_EXEC(ge::AttrUtils::SetListTensor(&model, "ATTR_MODEL_TENSOR_INPUTS", inputs), return FAILED,
  1170. "Set Inputs tensor list fail");
  1171. GE_CHK_BOOL_EXEC(ge::AttrUtils::SetListTensor(&model, "ATTR_MODEL_TENSOR_OUTPUTS", outputs), return FAILED,
  1172. "Set Outputs tensor list fail");
  1173. return SUCCESS;
  1174. }
  1175. void GraphManager::RemoveModelCacheHelper(const GraphId &graph_id) {
  1176. std::lock_guard<std::mutex> lock(member_mutex_);
  1177. auto iter = cache_helper_map_.find(graph_id);
  1178. if (iter != cache_helper_map_.end()) {
  1179. cache_helper_map_.erase(iter);
  1180. } else {
  1181. GELOGW("[GraphManager] cache helper does not exist, graph_id = %u", graph_id);
  1182. }
  1183. }
  1184. bool GraphManager::CheckModelLoad(const GeRootModelPtr &ge_root_model, bool load_flag) {
  1185. return ((ge_root_model != nullptr) && (ge_root_model->GetModelId() != INVALID_MODEL_ID) && load_flag);
  1186. }
  1187. Status GraphManager::RemoveGraph(const GraphId &graph_id) {
  1188. GraphNodePtr graph_node = nullptr;
  1189. Status ret = GetGraphNode(graph_id, graph_node);
  1190. if (ret != SUCCESS) {
  1191. GELOGE(GE_GRAPH_GRAPH_NOT_EXIST, "[GraphManager] Id %u does not exists.", graph_id);
  1192. return GE_GRAPH_GRAPH_NOT_EXIST;
  1193. }
  1194. if ((graph_node == nullptr) || (graph_node->GetRunFlag())) {
  1195. GELOGE(GE_GRAPH_GRAPH_IS_RUNNING, "[GraphManager] Id %u is running, can't be deleted.", graph_id);
  1196. return GE_GRAPH_GRAPH_IS_RUNNING;
  1197. }
  1198. std::lock_guard<std::mutex> lock(unload_model_mutex_);
  1199. Status middle_ret;
  1200. rtError_t rt_ret;
  1201. const std::vector<SubGraphInfoPtr> &all_sub_graph = graph_node->GetAllSubGraph();
  1202. for (size_t i = 0; i < all_sub_graph.size(); ++i) {
  1203. // must free buffer firstly
  1204. middle_ret = all_sub_graph[i]->FreeInOutBuffer();
  1205. if (middle_ret != SUCCESS) {
  1206. GELOGE(middle_ret, "[GraphManager] RemoveGraph free mem failed, graph_id=%u.", graph_id);
  1207. ret = middle_ret;
  1208. }
  1209. if (all_sub_graph[i]->GeModelIsValid() && all_sub_graph[i]->GetModelIdInfo().model_id != INVALID_MODEL_ID) {
  1210. // unload model
  1211. GELOGI("UnloadModel via new ome.");
  1212. rt_ret = rtSetDevice(GetContext().DeviceId());
  1213. if (rt_ret != RT_ERROR_NONE) {
  1214. GELOGE(RT_FAILED, "[GraphManager:] rtSetDevice failed, modelId=%u, graphId=%u.",
  1215. all_sub_graph[i]->GetModelIdInfo().model_id, graph_id);
  1216. ret = FAILED;
  1217. continue;
  1218. }
  1219. middle_ret = GraphLoader::UnloadModel(all_sub_graph[i]->GetModelIdInfo().model_id);
  1220. if (middle_ret != SUCCESS) {
  1221. GELOGE(middle_ret, "[GraphManager:] unload model failed, modelId=%u, graph_id=%u.",
  1222. all_sub_graph[i]->GetModelIdInfo().model_id, graph_id);
  1223. ret = middle_ret;
  1224. }
  1225. rt_ret = rtDeviceReset(GetContext().DeviceId());
  1226. if (rt_ret != RT_ERROR_NONE) {
  1227. GELOGE(RT_FAILED, "[GraphManager:] unload model failed, modelId=%u, graphId=%u.",
  1228. all_sub_graph[i]->GetModelIdInfo().model_id, graph_id);
  1229. ret = FAILED;
  1230. }
  1231. }
  1232. }
  1233. var_acc_ctrl_.RemoveGraph(graph_id);
  1234. RemoveGraphNode(graph_id);
  1235. RemoveModelCacheHelper(graph_id);
  1236. auto ge_root_model = graph_node->GetGeRootModel();
  1237. if (CheckModelLoad(ge_root_model, graph_node->GetLoadFlag())) {
  1238. GELOGI("Unload model %u.", ge_root_model->GetModelId());
  1239. rt_ret = rtSetDevice(GetContext().DeviceId());
  1240. if (rt_ret != RT_ERROR_NONE) {
  1241. GELOGE(RT_FAILED, "[GraphManager:] rtSetDevice failed, modelId=%u, graphId=%u.", ge_root_model->GetModelId(),
  1242. graph_id);
  1243. return FAILED;
  1244. }
  1245. middle_ret = GraphLoader::UnloadModel(ge_root_model->GetModelId());
  1246. if (middle_ret != SUCCESS) {
  1247. GELOGE(middle_ret, "[GraphManager:] unload model failed, modelId=%u, graph_id=%u.", ge_root_model->GetModelId(),
  1248. graph_id);
  1249. ret = middle_ret;
  1250. }
  1251. rt_ret = rtDeviceReset(GetContext().DeviceId());
  1252. if (rt_ret != RT_ERROR_NONE) {
  1253. GELOGE(RT_FAILED, "[GraphManager:] rtDeviceReset failed, modelId=%u, graphId=%u.", ge_root_model->GetModelId(),
  1254. graph_id);
  1255. ret = FAILED;
  1256. }
  1257. }
  1258. RemoveCompilerStages(graph_id);
  1259. GE_CHK_STATUS_RET(ret, "[GraphManager:] Remove graph failed, graph_id=%u.", graph_id);
  1260. GELOGI("[GraphManager] remove graph success, graph_id=%u.", graph_id);
  1261. return SUCCESS;
  1262. }
  1263. Status GraphManager::ParseOptions(const std::map<std::string, std::string> &options) {
  1264. Status ret;
  1265. ParseOption(options, "ge.INPUT_NODES_SET_FP16", options_.input_nodes_set_fp16);
  1266. // parse streams max parallel num
  1267. ret = ParseOption(options, STREAM_MAX_PARALLEL_NUM, options_.stream_max_parallel_num);
  1268. if (ret != SUCCESS) {
  1269. GELOGE(GE_GRAPH_OPTIONS_INVALID,
  1270. "parse Key:%s value failed, it must be same format as "
  1271. "DNN_V100:2,DNN_HCCL:3",
  1272. STREAM_MAX_PARALLEL_NUM.c_str());
  1273. return GE_GRAPH_OPTIONS_INVALID;
  1274. }
  1275. // get stream num
  1276. ret = ParseOption(options, STREAM_NUM, options_.stream_num);
  1277. if ((ret != SUCCESS) || (options_.stream_num == 0)) {
  1278. GELOGE(GE_GRAPH_OPTIONS_INVALID, "Key:ge.stream_num, its value %d is invalid, must be not equal zero.",
  1279. options_.stream_num);
  1280. return GE_GRAPH_OPTIONS_INVALID;
  1281. }
  1282. // get perf level, its value please see enum PerfLevel
  1283. ret = ParseOption(options, PERF_LEVEL, options_.perf_level);
  1284. if ((ret != SUCCESS) || IsPerfLevelInvalid(options_.perf_level)) {
  1285. GELOGE(GE_GRAPH_OPTIONS_INVALID, "Key:ge.perfLevel, its value %d is invalid, must be enum PerfLevel type.",
  1286. options_.perf_level);
  1287. return GE_GRAPH_OPTIONS_INVALID;
  1288. }
  1289. // get encrypt mode
  1290. ret = ParseOption(options, ENCRYPT_MODE, options_.encrypt_mode);
  1291. GE_IF_BOOL_EXEC(ret != SUCCESS,
  1292. GELOGE(GE_GRAPH_OPTIONS_INVALID, "Key:ge.encryptMode value invalid.");
  1293. return GE_GRAPH_OPTIONS_INVALID);
  1294. // get ek file
  1295. ParseOption(options, EK_FILE, options_.ek_file);
  1296. // get cert file
  1297. ParseOption(options, CERT_FILE, options_.cert_file);
  1298. // get hw key file
  1299. ParseOption(options, HW_KEY_FILE, options_.hw_key_file);
  1300. // get private file
  1301. ParseOption(options, PRIVATE_KEY_FILE, options_.private_key_file);
  1302. // get framework type, its value please see enum FrameworkType
  1303. ret = ParseOption(options, FRAMEWORK_TYPE, options_.framework_type);
  1304. if (ret != SUCCESS) {
  1305. // print error log in ParseOption
  1306. return GE_GRAPH_OPTIONS_INVALID;
  1307. }
  1308. // get calibration info file
  1309. ParseOption(options, CALIBRATION_CONF_FILE, options_.calibration_conf_file);
  1310. // get insert op info file
  1311. ParseOption(options, INSERT_OP_FILE, options_.insert_op_file);
  1312. // get output node name
  1313. ParseOption(options, OUTPUT_NODE_NAME, options_.output_node_name);
  1314. // get function bin path
  1315. ParseOption(options, "ge.func_bin_path", options_.func_bin_path);
  1316. // get core type
  1317. ParseOption(options, CORE_TYPE, options_.core_type);
  1318. // get weight compress flag
  1319. ret = ParseOption(options, COMPRESS_FLAG, options_.compress_flag);
  1320. GE_IF_BOOL_EXEC(ret != SUCCESS,
  1321. GELOGE(GE_GRAPH_OPTIONS_INVALID, "Key:ge.compressFlag value is invalid, must be 0 or 1.");
  1322. return GE_GRAPH_OPTIONS_INVALID);
  1323. // Set Build model and step
  1324. ParseOption(options, BUILD_MODE, options_.build_mode);
  1325. ParseOption(options, BUILD_STEP, options_.build_step);
  1326. ParseOption(options, BUILD_STEP, options_.tuning_path);
  1327. // ge.graphType.
  1328. options_.run_graph_flag = true;
  1329. ret = ParseOption(options, RUN_FLAG, options_.run_graph_flag);
  1330. GE_IF_BOOL_EXEC(ret != SUCCESS,
  1331. GELOGE(GE_GRAPH_OPTIONS_INVALID, "Key:ge.runFlag value is invalid, must be 0 or 1.");
  1332. return GE_GRAPH_OPTIONS_INVALID);
  1333. // ge.graphType
  1334. ret = ParseTrainGraphFlag(options_.run_graph_flag, options_.train_graph_flag);
  1335. GE_IF_BOOL_EXEC(ret != SUCCESS,
  1336. GELOGE(GE_GRAPH_OPTIONS_INVALID, "Key:ge.runFlag value is invalid");
  1337. return GE_GRAPH_OPTIONS_INVALID);
  1338. // parse FmkOp
  1339. options_.local_fmk_op_flag = false;
  1340. ret = ParseOption(options, LOCAL_FMKOP_FLAG, options_.local_fmk_op_flag);
  1341. GE_IF_BOOL_EXEC(ret != SUCCESS,
  1342. GELOGE(GE_GRAPH_OPTIONS_INVALID, "Key:ge.localFmkopFlag value is invalid, must be 0 or 1.");
  1343. return GE_GRAPH_OPTIONS_INVALID);
  1344. options_.enable_print_op_pass = true;
  1345. ret = ParseOption(options, ENABLE_PRINT_OP_PASS, options_.enable_print_op_pass);
  1346. options_.is_single_op = false;
  1347. ret = ParseOption(options, SINGLE_OP_FLAG, options_.is_single_op);
  1348. GE_IF_BOOL_EXEC(ret != SUCCESS,
  1349. GELOGE(GE_GRAPH_OPTIONS_INVALID, "Key:ge.enablePrintOpPass value is invalid, must be 0 or 1.");
  1350. return GE_GRAPH_OPTIONS_INVALID);
  1351. // parse hcom parallel
  1352. options_.hcom_parallel = false;
  1353. ret = ParseOption(options, HCOM_PARALLEL, options_.hcom_parallel);
  1354. GE_IF_BOOL_EXEC(ret != SUCCESS,
  1355. GELOGE(GE_GRAPH_OPTIONS_INVALID, "Key:ge.hcomParallel value is invalid, must be 0 or 1.");
  1356. return GE_GRAPH_OPTIONS_INVALID);
  1357. // net output node dataType
  1358. ParseOption(options, OUTPUT_DATATYPE, options_.output_datatype);
  1359. // Set save_original_model flag (ge.save_original_model)
  1360. ParseOption(options, SAVE_ORIGINAL_MODEL, options_.save_original_model);
  1361. // Original model file name
  1362. ParseOption(options, ORIGINAL_MODEL_FILE, options_.original_model_file);
  1363. ParseOption(options, INPUT_SHAPE, options_.input_shape);
  1364. ParseOption(options, kDynamicDims, options_.dynamic_dims);
  1365. ParseOption(options, DYNAMIC_NODE_TYPE, options_.dynamic_node_type);
  1366. GELOGD("Dynamic dims params: input shape is %s, dynamic dims is %s, dynamic node type is %d",
  1367. options_.input_shape.c_str(), options_.dynamic_dims.c_str(), options_.dynamic_node_type);
  1368. return SUCCESS;
  1369. }
  1370. Status GraphManager::ParseTrainGraphFlag(bool &options, bool &option) {
  1371. std::shared_ptr<GELib> ge_instance_ptr = ge::GELib::GetInstance();
  1372. if (ge_instance_ptr == nullptr) {
  1373. GELOGW("[Initialize] set train_graph_flag to 0 when GE is not initialized or finalized");
  1374. option = false;
  1375. } else if (!ge_instance_ptr->isTrainMode()) {
  1376. option = false;
  1377. } else { // ge_instance_ptr->isTrainMode() is true
  1378. if (!options) {
  1379. GELOGE(GE_GRAPH_OPTIONS_INVALID,
  1380. "Key:ge.runFlag, its value %d is invalid, it must be 1 when GElib::is_train_mode_ flag is 1", options);
  1381. return GE_GRAPH_OPTIONS_INVALID;
  1382. }
  1383. option = true;
  1384. }
  1385. return SUCCESS;
  1386. }
  1387. bool GraphManager::IsPerfLevelInvalid(int32_t perf_level) {
  1388. return ((perf_level != static_cast<int32_t>(GEN_TASK_WITHOUT_L2FUSION)) &&
  1389. (perf_level != static_cast<int32_t>(GEN_TASK_WITHOUT_FUSION)) &&
  1390. (perf_level != -1));
  1391. }
  1392. void GraphManager::ParseOption(const std::map<std::string, std::string> &options, const std::string &key,
  1393. std::string &option) {
  1394. auto iter = options.find(key);
  1395. if (iter != options.end()) {
  1396. GELOGD("Set option %s from value %s to value%s", key.c_str(), option.c_str(), iter->second.c_str());
  1397. option = iter->second;
  1398. }
  1399. }
  1400. Status GraphManager::ParseOption(const std::map<std::string, std::string> &options, const std::string &key,
  1401. bool &option) {
  1402. auto iter = options.find(key);
  1403. if (iter != options.end()) {
  1404. string flag = iter->second;
  1405. if (flag == "0") {
  1406. option = false;
  1407. } else if (flag == "1") {
  1408. option = true;
  1409. } else {
  1410. GELOGE(GE_GRAPH_OPTIONS_INVALID, "Key:%s, its value %s is invalid, it must be 0 or 1.", key.c_str(),
  1411. flag.c_str());
  1412. return GE_GRAPH_OPTIONS_INVALID;
  1413. }
  1414. }
  1415. return SUCCESS;
  1416. }
  1417. Status GraphManager::ParseOption(const std::map<std::string, std::string> &options, const std::string &key,
  1418. int &option) {
  1419. const int kDecimal = 10;
  1420. char *ptr = nullptr;
  1421. auto iter = options.find(key);
  1422. if (iter != options.end()) {
  1423. option = static_cast<int32_t>(std::strtol(iter->second.c_str(), &ptr, kDecimal));
  1424. if (ptr != nullptr && *ptr != '\0') {
  1425. GELOGE(GE_GRAPH_OPTIONS_INVALID, "Key:%s, its value %s is invalid, must be int32_t type.", key.c_str(),
  1426. iter->second.c_str());
  1427. return GE_GRAPH_OPTIONS_INVALID;
  1428. }
  1429. }
  1430. return SUCCESS;
  1431. }
  1432. void GraphManager::Trim(std::string &str) {
  1433. if (!str.empty()) {
  1434. auto it = str.find_first_not_of(" ");
  1435. if (it != std::string::npos) {
  1436. str.erase(0, it);
  1437. }
  1438. it = str.find_last_not_of(" ");
  1439. if (it != std::string::npos) {
  1440. str.erase(it + 1);
  1441. }
  1442. }
  1443. }
  1444. Status GraphManager::ParseOption(const std::map<std::string, std::string> &options, const std::string &key,
  1445. std::map<std::string, int> &option) {
  1446. auto iter = options.find(key);
  1447. if (iter == options.end()) {
  1448. return SUCCESS;
  1449. }
  1450. GELOGI("Start to parse %s", key.c_str());
  1451. option.clear();
  1452. std::string op_num = iter->second;
  1453. // split string by ','
  1454. std::vector<std::string> split;
  1455. std::istringstream f(op_num);
  1456. std::string str_tmp;
  1457. while (getline(f, str_tmp, ',')) {
  1458. split.push_back(str_tmp);
  1459. }
  1460. for (const std::string &engine_parallel : split) {
  1461. // split engine and num by :
  1462. size_t pos = engine_parallel.find(':');
  1463. if (pos == string::npos) {
  1464. GELOGE(GE_GRAPH_OPTIONS_INVALID,
  1465. "engine and num must be connected by :, "
  1466. "while your input is %s",
  1467. engine_parallel.c_str());
  1468. return GE_GRAPH_OPTIONS_INVALID;
  1469. }
  1470. std::string engine_name = engine_parallel.substr(0, pos);
  1471. std::string parallel_num = engine_parallel.substr(pos + 1);
  1472. Trim(engine_name);
  1473. Trim(parallel_num);
  1474. Status ret = CheckEngineName(engine_name, key, option);
  1475. if (ret != SUCCESS) {
  1476. GELOGE(GE_GRAPH_OPTIONS_INVALID, "check engine name : %s failed, ", engine_name.c_str());
  1477. return GE_GRAPH_OPTIONS_INVALID;
  1478. }
  1479. int num = 0;
  1480. ret = ParseParallelNum(parallel_num, key, num);
  1481. if (ret != SUCCESS) {
  1482. GELOGE(GE_GRAPH_OPTIONS_INVALID, "parse parallel num failed");
  1483. return GE_GRAPH_OPTIONS_INVALID;
  1484. }
  1485. option.insert(std::make_pair(engine_name, num));
  1486. }
  1487. GELOGI("Parse %s successfully", key.c_str());
  1488. return SUCCESS;
  1489. }
  1490. Status GraphManager::CheckEngineName(const std::string &engine_name, const std::string &key,
  1491. const std::map<std::string, int> &option) {
  1492. if (engine_name.empty()) {
  1493. GELOGE(GE_GRAPH_OPTIONS_INVALID, "engine name of %s is empty", key.c_str());
  1494. return GE_GRAPH_OPTIONS_INVALID;
  1495. }
  1496. // judge whether exist in engine list
  1497. if (!GELib::GetInstance()->DNNEngineManagerObj().IsEngineRegistered(engine_name)) {
  1498. GELOGW("engine : %s is not registered in %s", engine_name.c_str(), key.c_str());
  1499. }
  1500. auto it_stream_repeat = option.find(engine_name);
  1501. if (it_stream_repeat != option.end()) {
  1502. GELOGE(GE_GRAPH_OPTIONS_INVALID, "engine : %s of %s is repeated", engine_name.c_str(), key.c_str());
  1503. return GE_GRAPH_OPTIONS_INVALID;
  1504. }
  1505. return SUCCESS;
  1506. }
  1507. Status GraphManager::ParseParallelNum(const std::string &parallel_num, const std::string &key, int &num) {
  1508. if (parallel_num.empty()) {
  1509. GELOGE(GE_GRAPH_OPTIONS_INVALID, "parallel num of %s is empty", key.c_str());
  1510. return GE_GRAPH_OPTIONS_INVALID;
  1511. }
  1512. for (char c : parallel_num) {
  1513. if (!isdigit(c)) {
  1514. GELOGE(GE_GRAPH_OPTIONS_INVALID, "%s input is invalid ", key.c_str());
  1515. return GE_GRAPH_OPTIONS_INVALID;
  1516. }
  1517. }
  1518. try {
  1519. num = std::stoi(parallel_num);
  1520. } catch (std::invalid_argument &) {
  1521. GELOGE(GE_GRAPH_OPTIONS_INVALID, "parallel num : %s of %s is invalid argument", parallel_num.c_str(), key.c_str());
  1522. return GE_GRAPH_OPTIONS_INVALID;
  1523. } catch (std::out_of_range &) {
  1524. GELOGE(GE_GRAPH_OPTIONS_INVALID, "parallel num : %s of %s is out of range", parallel_num.c_str(), key.c_str());
  1525. return GE_GRAPH_OPTIONS_INVALID;
  1526. } catch (...) {
  1527. GELOGE(GE_GRAPH_OPTIONS_INVALID, "parallel num : %s of %s is invalid argument", parallel_num.c_str(), key.c_str());
  1528. return GE_GRAPH_OPTIONS_INVALID;
  1529. }
  1530. if (num < 1) {
  1531. GELOGE(GE_GRAPH_OPTIONS_INVALID, "parallel num : %s of %s must bigger than 0", parallel_num.c_str(), key.c_str());
  1532. return GE_GRAPH_OPTIONS_INVALID;
  1533. }
  1534. return SUCCESS;
  1535. }
  1536. void GraphManager::AddGraphNode(GraphId graph_id, const GraphNodePtr &graph_node) {
  1537. std::lock_guard<std::mutex> lock(member_mutex_);
  1538. graph_map_.emplace(graph_id, graph_node);
  1539. }
  1540. void GraphManager::RemoveGraphNode(GraphId graph_id) {
  1541. std::lock_guard<std::mutex> lock(member_mutex_);
  1542. graph_map_.erase(graph_id);
  1543. }
  1544. bool GraphManager::HasGraphNode(GraphId graph_id) {
  1545. std::lock_guard<std::mutex> lock(member_mutex_);
  1546. return graph_map_.find(graph_id) != graph_map_.end();
  1547. }
  1548. Status GraphManager::GetGraphNode(const GraphId &graph_id, GraphNodePtr &out) {
  1549. std::lock_guard<std::mutex> lock(member_mutex_);
  1550. auto iter = graph_map_.find(graph_id);
  1551. if (iter == graph_map_.end()) {
  1552. out = nullptr;
  1553. GELOGE(GE_GRAPH_GRAPH_NOT_EXIST, "[GraphManager] graph not exist, graph_id= %u.", graph_id);
  1554. return GE_GRAPH_GRAPH_NOT_EXIST;
  1555. }
  1556. out = iter->second;
  1557. return SUCCESS;
  1558. }
  1559. Status GraphManager::GetVariable(const std::string &name, Tensor &val) {
  1560. GeTensorPtr ge_tensor_ptr = TensorAdapter::AsGeTensorPtr(val);
  1561. GE_CHECK_NOTNULL(ge_tensor_ptr);
  1562. return GetGraphContext()->GetVariableTensor(name, *(ge_tensor_ptr.get()));
  1563. }
  1564. Status GraphManager::SummaryHandle(const GraphId &graph_id, std::vector<GeTensor> &outputs) {
  1565. std::vector<GeTensor> without_summary_outputs;
  1566. std::set<int> summary_output_index;
  1567. GELOGI("[GraphManager] SummaryHandle, outputsSize=%zu.", outputs.size());
  1568. const std::map<uint32_t, std::map<string, size_t>> &whole_summary_output_indexes =
  1569. GetCompilerStages(graph_id).optimizer.GetSummaryOutputIndexes();
  1570. if (whole_summary_output_indexes.find(graph_id) == whole_summary_output_indexes.end()) {
  1571. GELOGE(FAILED, "No Summary graph found in map.");
  1572. return FAILED;
  1573. }
  1574. const std::map<string, size_t> &summary_output_indexes = whole_summary_output_indexes.at(graph_id);
  1575. GELOGI("[GraphManager] SummaryHandle, summaryOutputIndexesSize=%zu.", summary_output_indexes.size());
  1576. std::map<string, Tensor> summary_results;
  1577. for (auto iter = summary_output_indexes.begin(); iter != summary_output_indexes.end(); ++iter) {
  1578. GELOGI("[GraphManager] SummaryHandle, summaryName=%s, outputIndex=%zu.", iter->first.c_str(), iter->second);
  1579. summary_results.emplace(iter->first, TensorAdapter::AsTensor(outputs.at(iter->second)));
  1580. summary_output_index.emplace(iter->second);
  1581. }
  1582. // remove summary data from outputs
  1583. if (!summary_output_index.empty()) {
  1584. for (size_t j = 0; j < outputs.size(); ++j) {
  1585. if (summary_output_index.count(j) == 0) {
  1586. without_summary_outputs.emplace_back(outputs.at(j));
  1587. }
  1588. }
  1589. outputs.swap(without_summary_outputs);
  1590. GELOGI("[GraphManager] SummaryHandle, after swap outputsSize=%zu.", outputs.size());
  1591. }
  1592. if (!summary_results.empty()) {
  1593. return PushSummaryData2ME(graph_id, summary_results);
  1594. }
  1595. return SUCCESS;
  1596. }
  1597. Status GraphManager::CheckpointHandle(const GraphId &graph_id, const ComputeGraphPtr &compute_graph,
  1598. const std::vector<GeTensor> &outputs) {
  1599. GELOGI("[GraphManager] CheckpointHandle, outputsSize=%zu.", outputs.size());
  1600. std::vector<InputOutputDescInfo> outputs_desc = graph_executor_.GetOutputsDesc();
  1601. GELOGI("[GraphManager] CheckpointHandle, outputsDescSize=%zu.", outputs_desc.size());
  1602. std::map<string, Tensor> save_results;
  1603. NodePtr netoutput = nullptr;
  1604. for (const auto &node : compute_graph->GetAllNodes()) {
  1605. if (node->GetType() == kNetOutput) {
  1606. netoutput = node;
  1607. break;
  1608. }
  1609. }
  1610. if (netoutput == nullptr) {
  1611. GELOGE(FAILED, "Netoutput is null.");
  1612. return FAILED;
  1613. }
  1614. for (const auto &in : netoutput->GetAllInDataAnchors()) {
  1615. std::string desc_name;
  1616. auto out_anchor = in->GetPeerOutAnchor();
  1617. if (out_anchor == nullptr) {
  1618. GELOGE(FAILED, "out_anchor is null.");
  1619. return FAILED;
  1620. }
  1621. ge::NodePtr peer_node = out_anchor->GetOwnerNode();
  1622. // find the variable node in graph
  1623. while (peer_node != nullptr && peer_node->GetType() != kVariable) {
  1624. if (peer_node->GetAllInDataAnchors().size() != 1) {
  1625. GELOGE(FAILED, "More than one prior nodes of peer_node %s in checkpoint Graph.", peer_node->GetName().c_str());
  1626. return FAILED;
  1627. }
  1628. auto peer_node_in = peer_node->GetAllInDataAnchors().at(0);
  1629. auto peer_node_out_anchor = peer_node_in->GetPeerOutAnchor();
  1630. if (peer_node_out_anchor != nullptr) {
  1631. peer_node = peer_node_out_anchor->GetOwnerNode();
  1632. if (peer_node->GetType() == kVariable) {
  1633. break;
  1634. }
  1635. }
  1636. }
  1637. if (peer_node == nullptr) {
  1638. GELOGE(FAILED, "No variable op found in one branch, checkpoint graph illegal.");
  1639. return FAILED;
  1640. }
  1641. desc_name = peer_node->GetName();
  1642. GELOGI("[GraphManager] CheckpointHandle, descName=%s.", desc_name.c_str());
  1643. if (in->GetIdx() >= static_cast<int>(outputs.size())) {
  1644. GELOGE(FAILED, "variable index out of range.");
  1645. return FAILED;
  1646. }
  1647. save_results.emplace(desc_name, TensorAdapter::AsTensor(outputs.at(in->GetIdx())));
  1648. }
  1649. if (!save_results.empty()) {
  1650. return PushSaveData2ME(graph_id, save_results);
  1651. }
  1652. return SUCCESS;
  1653. }
  1654. Status GraphManager::RegisterCallBackFunc(
  1655. const std::string &key,
  1656. const std::function<Status(uint32_t, const std::map<std::string, ge::Tensor> &)> &callback) {
  1657. std::lock_guard<std::mutex> lock(member_mutex_);
  1658. GELOGI("[GraphManager] RegisterCallBackFunc, key=%s.", key.c_str());
  1659. me_callback_map_[key] = callback;
  1660. return SUCCESS;
  1661. }
  1662. Status GraphManager::RegisterCallBackFunc(
  1663. const std::string &key,
  1664. const std::function<Status(uint32_t, const std::map<AscendString, ge::Tensor> &)> &callback) {
  1665. std::lock_guard<std::mutex> lock(member_mutex_);
  1666. GELOGI("[GraphManager] RegisterCallBackFunc, key=%s.", key.c_str());
  1667. callback_map_[key] = callback;
  1668. return SUCCESS;
  1669. }
  1670. Status GraphManager::PushSummaryData2ME(const GraphId &graph_id,
  1671. const std::map<std::string, ge::Tensor> &summary_data) {
  1672. std::lock_guard<std::mutex> lock(member_mutex_);
  1673. GELOGI("[GraphManager] PushSummaryData2ME, dataSize=%zu.", summary_data.size());
  1674. auto itr = me_callback_map_.find(kSummary);
  1675. if (itr == me_callback_map_.end()) {
  1676. auto iter = callback_map_.find(kSummary);
  1677. if (iter != callback_map_.end()) {
  1678. std::map<AscendString, ge::Tensor> tmp_summary_data;
  1679. for (auto &data : summary_data) {
  1680. AscendString tmp(data.first.c_str());
  1681. tmp_summary_data[tmp] = data.second;
  1682. }
  1683. return iter->second(graph_id, tmp_summary_data);
  1684. }
  1685. GELOGE(FAILED, "[GraphManager] PushSummaryData2ME failed, not found summary callback.");
  1686. return FAILED;
  1687. }
  1688. return itr->second(graph_id, summary_data);
  1689. }
  1690. Status GraphManager::PushSaveData2ME(const GraphId &graph_id, const std::map<std::string, ge::Tensor> &save_data) {
  1691. std::lock_guard<std::mutex> lock(member_mutex_);
  1692. GELOGI("[GraphManager] PushSaveData2ME, dataSize=%zu.", save_data.size());
  1693. auto itr = me_callback_map_.find(kSave);
  1694. if (itr == me_callback_map_.end()) {
  1695. auto iter = callback_map_.find(kSave);
  1696. if (iter != callback_map_.end()) {
  1697. std::map<AscendString, ge::Tensor> tmp_save_data;
  1698. for (auto &data : save_data) {
  1699. AscendString tmp(data.first.c_str());
  1700. tmp_save_data[tmp] = data.second;
  1701. }
  1702. return iter->second(graph_id, tmp_save_data);
  1703. }
  1704. GELOGE(FAILED, "[GraphManager] PushSaveData2ME failed, not found checkpoint callback.");
  1705. return FAILED;
  1706. }
  1707. return itr->second(graph_id, save_data);
  1708. }
  1709. bool GraphManager::CheckNetOutputForCheckpointGraph(NodePtr &node) {
  1710. size_t in_data_anchor_size = node->GetAllInDataAnchors().size();
  1711. for (size_t i = 0; i < in_data_anchor_size; ++i) {
  1712. auto in = node->GetInDataAnchor(i);
  1713. if (in == nullptr) {
  1714. return false;
  1715. }
  1716. auto peerin = in->GetPeerOutAnchor();
  1717. GE_IF_BOOL_EXEC(peerin == nullptr, return false);
  1718. if (peerin->GetOwnerNode()->GetType() != kVariable && (!TransOpUtil::IsTransOp(peerin->GetOwnerNode()))) {
  1719. return false;
  1720. }
  1721. }
  1722. return true;
  1723. }
  1724. bool GraphManager::CheckVariableForCheckpointGraph(NodePtr &node) {
  1725. if (node->GetOpDesc()->HasAttr(kCheckPointForGetVar)) {
  1726. return false;
  1727. }
  1728. auto out = node->GetOutDataAnchor(0);
  1729. if (out == nullptr) {
  1730. GELOGE(GE_GRAPH_PARAM_NULLPTR, "out is nullptr.");
  1731. return false;
  1732. }
  1733. auto peer_out = out->GetPeerInDataAnchors();
  1734. for (size_t i = 0; i < peer_out.size(); ++i) {
  1735. if (peer_out.at(i)->GetOwnerNode()->GetType() != kNetOutput &&
  1736. (!TransOpUtil::IsTransOp(peer_out.at(i)->GetOwnerNode()))) {
  1737. return false;
  1738. }
  1739. }
  1740. return true;
  1741. }
  1742. bool GraphManager::CheckTransOpForCheckpointGraph(NodePtr &node) {
  1743. for (const auto &out_node : node->GetOutAllNodes()) {
  1744. if ((!TransOpUtil::IsTransOp(out_node)) && (out_node->GetType() != kNetOutput) && (out_node->GetType() != kSend)) {
  1745. return false;
  1746. }
  1747. }
  1748. for (const auto &in_node : node->GetInAllNodes()) {
  1749. if ((!TransOpUtil::IsTransOp(in_node)) && (in_node->GetType() != kVariable) && (in_node->GetType() != kRecv)) {
  1750. return false;
  1751. }
  1752. }
  1753. return true;
  1754. }
  1755. static inline bool CheckConstanOpForCheckpointGraph(NodePtr &node) { return node->GetOutDataNodes().empty(); }
  1756. bool GraphManager::IsCheckpointGraph(ComputeGraphPtr &compute_graph) {
  1757. if (compute_graph == nullptr) {
  1758. GELOGE(GE_GRAPH_PARAM_NULLPTR, "[IsCheckpointGraph] computeGraph is nullptr.");
  1759. return false;
  1760. }
  1761. for (auto &node : compute_graph->GetAllNodes()) {
  1762. OpDescPtr op = node->GetOpDesc();
  1763. GE_RT_FALSE_CHECK_NOTNULL(op);
  1764. if (op->GetType() == kNetOutput) {
  1765. if (!CheckNetOutputForCheckpointGraph(node)) {
  1766. return false;
  1767. }
  1768. } else if (op->GetType() == kVariable) {
  1769. if (!CheckVariableForCheckpointGraph(node)) {
  1770. return false;
  1771. }
  1772. } else if ((TransOpUtil::IsTransOp(node))) {
  1773. if (!CheckTransOpForCheckpointGraph(node)) {
  1774. return false;
  1775. }
  1776. } else if (op->GetType() == CONSTANTOP) {
  1777. if (!CheckConstanOpForCheckpointGraph(node)) {
  1778. return false;
  1779. }
  1780. } else if (op->GetType() != kSend && op->GetType() != kRecv) {
  1781. GELOGI("this node is not allow in checkpoint sub graph, node_type: %s, node_name: %s.", op->GetType().c_str(),
  1782. op->GetName().c_str());
  1783. return false;
  1784. }
  1785. }
  1786. GELOGI("current graph %s is checkpoint sub graph.", compute_graph->GetName().c_str());
  1787. return true;
  1788. }
  1789. bool GraphManager::IsBroadCastOpData(const ge::NodePtr &var_node) {
  1790. for (auto &out_anchor : var_node->GetAllOutDataAnchors()) {
  1791. GE_RT_FALSE_CHECK_NOTNULL(out_anchor);
  1792. for (auto &in_anchor : out_anchor->GetPeerInDataAnchors()) {
  1793. GE_RT_FALSE_CHECK_NOTNULL(in_anchor);
  1794. ge::NodePtr dst_node = in_anchor->GetOwnerNode();
  1795. GE_RT_FALSE_CHECK_NOTNULL(dst_node);
  1796. if (dst_node->GetType() == HCOMBROADCAST || dst_node->GetType() == HVDCALLBACKBROADCAST) {
  1797. return true;
  1798. }
  1799. }
  1800. }
  1801. return false;
  1802. }
  1803. void GraphManager::SetAttrForHcomBroadCastOp(ge::ComputeGraphPtr &compute_graph) {
  1804. // add variable attr for hccl broadcast,need to be removed after variable pass online
  1805. for (const ge::NodePtr &node : compute_graph->GetDirectNode()) {
  1806. if (node->GetOpDesc()->GetType() != ge::VARIABLE) {
  1807. continue;
  1808. }
  1809. if (IsBroadCastOpData(node)) {
  1810. AdjustBroadCastOpData(node);
  1811. }
  1812. if (IsAssignOpData(node)) {
  1813. AdjustAssignOpData(node);
  1814. }
  1815. }
  1816. }
  1817. void GraphManager::AdjustBroadCastOpData(const ge::NodePtr &var_node) {
  1818. if (!ge::AttrUtils::SetStr(var_node->GetOpDesc(), VAR_ATTR_VAR_IS_BROADCAST, "var_is_restore")) {
  1819. GELOGW("set var_is_restore failed");
  1820. }
  1821. }
  1822. bool GraphManager::IsAssignOpData(const ge::NodePtr &var_node) {
  1823. GELOGD("IsAssignOpData var_node %s", var_node->GetName().c_str());
  1824. std::map<std::string, std::set<int>> assign_ops = {{ASSIGN, {0}}};
  1825. ge::NodePtr assign_node = nullptr;
  1826. if (ConfirmUseOpAndIndexByNode(var_node, assign_ops, assign_node)) {
  1827. return true;
  1828. }
  1829. return false;
  1830. }
  1831. void GraphManager::AdjustAssignOpData(const ge::NodePtr &var_node) {
  1832. if (!ge::AttrUtils::SetStr(var_node->GetOpDesc(), VAR_ATTR_VAR_IS_RESTORE, "var_is_restore")) {
  1833. GELOGW("SetStr var_is_restore failed");
  1834. }
  1835. }
  1836. bool GraphManager::ConfirmUseOpAndIndexByAnchor(const ge::InDataAnchorPtr &in_anchor,
  1837. const map<string, std::set<int>> &confirm_ops, ge::NodePtr &use_node) {
  1838. GE_RT_FALSE_CHECK_NOTNULL(in_anchor);
  1839. ge::NodePtr dst_node = in_anchor->GetOwnerNode();
  1840. GE_RT_FALSE_CHECK_NOTNULL(dst_node);
  1841. ge::OpDescPtr dst_op_desc = dst_node->GetOpDesc();
  1842. GE_RT_FALSE_CHECK_NOTNULL(dst_op_desc);
  1843. const string &dst_type = dst_op_desc->GetType();
  1844. int input_index = in_anchor->GetIdx();
  1845. GELOGD("ConfirmUseOpAndIndex, var name %s, dst_type = %s, input index %d", dst_node->GetName().c_str(),
  1846. dst_type.c_str(), input_index);
  1847. if (confirm_ops.count(dst_type) > 0) {
  1848. if (confirm_ops.at(dst_type).count(input_index) > 0) {
  1849. use_node = dst_node;
  1850. return true;
  1851. }
  1852. }
  1853. return false;
  1854. }
  1855. bool GraphManager::ConfirmUseOpAndIndexByNode(const ge::NodePtr &var_node,
  1856. const map<string, std::set<int>> &confirm_ops, ge::NodePtr &use_node) {
  1857. GE_RT_FALSE_CHECK_NOTNULL(var_node);
  1858. for (auto &out_anchor : var_node->GetAllOutDataAnchors()) {
  1859. GE_RT_FALSE_CHECK_NOTNULL(out_anchor);
  1860. for (auto &in_anchor : out_anchor->GetPeerInDataAnchors()) {
  1861. GE_RT_FALSE_CHECK_NOTNULL(in_anchor);
  1862. if (ConfirmUseOpAndIndexByAnchor(in_anchor, confirm_ops, use_node)) {
  1863. return true;
  1864. }
  1865. }
  1866. }
  1867. return false;
  1868. }
  1869. Status GraphManager::RemoveIsolatedConstInThisGraph(ge::ComputeGraphPtr &compute_graph) {
  1870. for (ge::NodePtr &n : compute_graph->GetDirectNode()) {
  1871. if (n->GetOpDesc() == nullptr) {
  1872. continue;
  1873. }
  1874. if (n->GetOpDesc()->GetType() == CONSTANT || n->GetOpDesc()->GetType() == CONSTANTOP) {
  1875. // reset const type depend on train_flag
  1876. options_.train_graph_flag ? n->GetOpDesc()->SetType(CONSTANTOP) : n->GetOpDesc()->SetType(CONSTANT);
  1877. if (n->GetOutAllNodes().empty() && n->GetInAllNodes().empty()) {
  1878. // it is an isolated constant, just remove it
  1879. if (GraphUtils::RemoveJustNode(compute_graph, n) != GRAPH_SUCCESS) {
  1880. GELOGE(FAILED, "remove constant %s failed.", n->GetName().c_str());
  1881. return FAILED;
  1882. }
  1883. }
  1884. }
  1885. }
  1886. return SUCCESS;
  1887. }
  1888. Status GraphManager::RemoveIsolatedConst(ge::ComputeGraphPtr &compute_graph) {
  1889. GE_CHK_STATUS_RET(RemoveIsolatedConstInThisGraph(compute_graph));
  1890. for (auto &sub_graph : compute_graph->GetAllSubgraphs()) {
  1891. GE_CHK_STATUS_RET(RemoveIsolatedConstInThisGraph(sub_graph));
  1892. }
  1893. return SUCCESS;
  1894. }
  1895. Status GraphManager::OptimizeStage1(ge::ComputeGraphPtr &compute_graph) {
  1896. string options = "default";
  1897. if (GetContext().GetOption("ge.exec.variable_acc", options) != SUCCESS) {
  1898. GELOGI("get ge.exec.variable_acc failed. set default value.");
  1899. }
  1900. PassManager after_merge_passes;
  1901. GE_CHK_STATUS_RET(
  1902. after_merge_passes.AddPass("OptimizeStage1_1::MergeInputMemcpyPass", new (std::nothrow) MergeInputMemcpyPass));
  1903. GE_CHK_STATUS_RET(
  1904. after_merge_passes.AddPass("OptimizeStage1_1::SwitchDataEdgesBypass", new (std::nothrow) SwitchDataEdgesBypass));
  1905. GE_CHK_STATUS_RET(
  1906. after_merge_passes.AddPass("OptimizeStage1_1::ConstantFuseSamePass", new (std::nothrow) ConstantFuseSamePass));
  1907. /*
  1908. * Do CSE before FuseDataNodesWithCommonInputPass to resolve the scene in bertlarge as following:
  1909. * const
  1910. * / | \
  1911. * cast1 cast2 cast3
  1912. * \ | /
  1913. * case
  1914. * the node `const` is the fused const node after ConstantFuseSamePass
  1915. * the nodes `cast1`, `cast2` and 'cast3' will be fused by CSE.
  1916. * in order to eliminate hard code in FuseDataNodesWithCommonInputPass,
  1917. * we do CSE before FuseDataNodesWithCommonInputPass
  1918. * But it is a temp solution, this CSE will be deleted after change pass from graph pass to node pass
  1919. */
  1920. GE_CHK_STATUS_RET(after_merge_passes.AddPass("OptimizeStage1_1::CSEBeforeFuseDataNodesWithCommonInputPass",
  1921. new (std::nothrow) CommonSubexpressionEliminationPass));
  1922. // FuseDataNodesWithCommonInputPass: fuse same data with common input in same graph
  1923. GE_CHK_STATUS_RET(after_merge_passes.AddPass("OptimizeStage1_1::FuseDataNodesWithCommonInputPass",
  1924. new (std::nothrow) FuseDataNodesWithCommonInputPass));
  1925. GE_CHK_STATUS_RET(after_merge_passes.AddPass("OptimizeStage1_1::CommonSubexpressionEliminationPass",
  1926. new (std::nothrow) CommonSubexpressionEliminationPass));
  1927. GE_CHK_STATUS_RET(after_merge_passes.AddPass("OptimizeStage1_1::PermutePass", new (std::nothrow) PermutePass))
  1928. /*
  1929. * The SameTransdataBreadthFusionPass should be called before VariableOpPass, because of the scene following:
  1930. * node3
  1931. * |
  1932. * transdata1 node2
  1933. * | |
  1934. * cast1 transdata2
  1935. * \ /
  1936. * var
  1937. * the node `transdata1` should be moved to the front of the ndoe `cast1`,
  1938. * to ensure that `transdata1` and `transdata2` can be fusion with `var`.
  1939. * But it is a temp solution, because the `SameTransdataBreadthFusionPass`
  1940. * can only move `TransData` but not `Cast` nodes.
  1941. * So if we exchange Cast and TransData, the fusion mechanism will fail.
  1942. */
  1943. GE_CHK_STATUS_RET(after_merge_passes.AddPass("OptimizeStage1_1::SameTransdataBreadthFusionPass",
  1944. new (std::nothrow) SameTransdataBreadthFusionPass))
  1945. GE_IF_BOOL_EXEC(options == "default" || options == "1", GELOGI("turn on variable accelerator");
  1946. GE_CHK_STATUS_RET(after_merge_passes.AddPass("OptimizeStage1_1::VariableOpPass",
  1947. new (std::nothrow) VariableOpPass(&var_acc_ctrl_))))
  1948. GE_CHK_STATUS_RET(after_merge_passes.AddPass("OptimizeStage1_1::TransOpWithoutReshapeFusionPass",
  1949. new (std::nothrow) TransOpWithoutReshapeFusionPass))
  1950. GE_CHK_STATUS_RET(after_merge_passes.AddPass("OptimizeStage1_1::TransOpBreadthFusionPass",
  1951. new (std::nothrow) TransOpBreadthFusionPass))
  1952. GE_TIMESTAMP_START(after_merge_passes);
  1953. auto ret = after_merge_passes.Run(compute_graph);
  1954. GE_TIMESTAMP_END(after_merge_passes, "GraphManager::OptimizeStage1_1");
  1955. if (ret != SUCCESS && ret != NOT_CHANGED) {
  1956. GELOGE(ret, "Run passes when OptimizeStage1_1 failed, ret:%u.", ret);
  1957. return ret;
  1958. }
  1959. GE_DUMP(compute_graph, "OptimizeStage1_1");
  1960. NamesToPass names_to_passes;
  1961. TransOpNearbyAllreduceFusionPass trans_op_nearby_allreduce_fusion_pass;
  1962. ReshapeRemovePass reshape_remove_pass;
  1963. ConstantFoldingPass constant_folding_pass;
  1964. DimensionAdjustPass dimension_adjust_pass;
  1965. EnterPass enter_pass;
  1966. AddNPass addn_pass;
  1967. SwitchDeadBranchElimination switch_dead_branch_elimination;
  1968. SwitchLogicRemovePass switch_logic_remove_pass;
  1969. MergePass merge_pass;
  1970. CastRemovePass cast_remove_pass;
  1971. TransposeTransDataPass transpose_transdata_pass;
  1972. TransOpSymmetryEliminationPass symmetry_elimination_pass;
  1973. DimensionComputePass dimension_compute_pass;
  1974. UselessControlOutRemovePass useless_control_out_remove_pass;
  1975. names_to_passes.emplace_back("EnterPass", &enter_pass);
  1976. names_to_passes.emplace_back("AddNPass", &addn_pass);
  1977. names_to_passes.emplace_back("SwitchDeadBranchElimination", &switch_dead_branch_elimination);
  1978. names_to_passes.emplace_back("SwitchLogicRemovePass", &switch_logic_remove_pass);
  1979. names_to_passes.emplace_back("MergePass", &merge_pass);
  1980. names_to_passes.emplace_back("CastRemovePass", &cast_remove_pass);
  1981. names_to_passes.emplace_back("TransposeTransDataPass", &transpose_transdata_pass);
  1982. names_to_passes.emplace_back("ReshapeRemovePass", &reshape_remove_pass);
  1983. names_to_passes.emplace_back("TransOpSymmetryEliminationPass", &symmetry_elimination_pass);
  1984. names_to_passes.emplace_back("TransOpNearbyAllreduceFusionPass", &trans_op_nearby_allreduce_fusion_pass);
  1985. names_to_passes.emplace_back("DimensionComputePass", &dimension_compute_pass);
  1986. names_to_passes.emplace_back("ConstantFoldingPass", &constant_folding_pass);
  1987. names_to_passes.emplace_back("DimensionAdjustPass", &dimension_adjust_pass);
  1988. names_to_passes.emplace_back("UselessControlOutRemovePass", &useless_control_out_remove_pass);
  1989. GE_TIMESTAMP_START(names_to_passes);
  1990. ret = GEPass(compute_graph).Run(names_to_passes);
  1991. GE_TIMESTAMP_END(names_to_passes, "GraphManager::OptimizeStage1_2");
  1992. if (ret != SUCCESS) {
  1993. GELOGE(ret, "Run passes when OptimizeStage1_2 failed, ret:%u.", ret);
  1994. return ret;
  1995. }
  1996. // Calculate Op/Fe constantfolding cost
  1997. uint64_t op_constant_folding_cost = 0;
  1998. for (auto &it : constant_folding_pass.GetOpConstantFoldingPerfStatistic()) {
  1999. op_constant_folding_cost += it.second.second;
  2000. GELOGI("The time cost of %s constant folding is [%lu] micro second, calls is %lu.",
  2001. it.first.c_str(), it.second.second, it.second.first);
  2002. }
  2003. GEEVENT("[GEPERFTRACE] The time cost of extern constant folding is [%lu] micro second.", op_constant_folding_cost);
  2004. for (auto &it : constant_folding_pass.GetGeConstantFoldingPerfStatistic()) {
  2005. op_constant_folding_cost += it.second.second;
  2006. GELOGI("The time cost of %s constant folding is [%lu] micro second, calls is %lu.",
  2007. it.first.c_str(), it.second.second, it.second.first);
  2008. }
  2009. GE_DUMP(compute_graph, "OptimizeStage1_2");
  2010. PassManager graph_pass;
  2011. // the prune pass should between SwitchPass and SwitchToStreamSwitchPass
  2012. GE_CHK_STATUS_RET(graph_pass.AddPass("OptimizeStage1_3::Migration", new (std::nothrow) SubgraphConstMigrationPass));
  2013. GE_CHK_STATUS_RET(graph_pass.AddPass("OptimizeStage1_3::ArgsClean", new (std::nothrow) UnusedArgsCleanPass));
  2014. GE_CHK_STATUS_RET(graph_pass.AddPass("OptimizeStage1_3::PrunePass", new (std::nothrow) PrunePass))
  2015. GE_CHK_STATUS_RET(graph_pass.AddPass("OptimizeStage1_3::NextIterationPass", new (std::nothrow) NextIterationPass))
  2016. GE_CHK_STATUS_RET(graph_pass.AddPass("OptimizeStage1_3::ControlTriggerPass", new (std::nothrow) ControlTriggerPass))
  2017. GE_CHK_STATUS_RET(
  2018. graph_pass.AddPass("OptimizeStage1_3::MergeToStreamMergePass", new (std::nothrow) MergeToStreamMergePass))
  2019. GE_CHK_STATUS_RET(
  2020. graph_pass.AddPass("OptimizeStage1_3::SwitchToStreamSwitchPass", new (std::nothrow) SwitchToStreamSwitchPass))
  2021. GE_CHK_STATUS_RET(
  2022. graph_pass.AddPass("OptimizeStage1_3::AttachStreamLabelPass", new (std::nothrow) AttachStreamLabelPass))
  2023. GE_CHK_STATUS_RET(graph_pass.AddPass("OptimizeStage1_3::MultiBatchPass", new (std::nothrow) MultiBatchPass(true)))
  2024. GE_CHK_STATUS_RET(graph_pass.AddPass("OptimizeStage1_3::IteratorOpPass", new (std::nothrow) IteratorOpPass))
  2025. GE_CHK_STATUS_RET(graph_pass.AddPass("OptimizeStage1_3::VariableRefUselessControlOutDeletePass",
  2026. new (std::nothrow) VariableRefUselessControlOutDeletePass))
  2027. GE_CHK_STATUS_RET(graph_pass.AddPass("OptimizeStage1_3::ReshapeRecoveryPass", new (std::nothrow) ReshapeRecoveryPass))
  2028. GE_CHK_STATUS_RET(
  2029. graph_pass.AddPass("OptimizeStage1_3::RemoveSameConstPass", new (std::nothrow) RemoveSameConstPass))
  2030. if (options_.train_graph_flag) {
  2031. // Priority: The GlobalStepInsertPass should work before graph partitioner.
  2032. // Reason: Make sure that the var "global_step" can be partitioned to known sub graph and allocated memory
  2033. GE_CHK_STATUS_RET(
  2034. graph_pass.AddPass("OptimizeStage1_3::GlobalStepInsertPass", new (std::nothrow) GlobalStepInsertPass))
  2035. }
  2036. GE_TIMESTAMP_START(graph_pass);
  2037. ret = graph_pass.Run(compute_graph);
  2038. GE_TIMESTAMP_END(graph_pass, "GraphManager::OptimizeStage1_3");
  2039. if (ret != SUCCESS && ret != NOT_CHANGED) {
  2040. GELOGE(ret, "Run passes when OptimizeStage1_3 failed, ret:%u.", ret);
  2041. return ret;
  2042. }
  2043. NamesToPass node_pass;
  2044. GE_TIMESTAMP_START(node_pass);
  2045. IdentityPass identity_force_pass(false); // after SwitchToStreamSwitchPass
  2046. node_pass.emplace_back("IdentityPass", &identity_force_pass);
  2047. ret = GEPass(compute_graph).Run(node_pass);
  2048. GE_TIMESTAMP_END(node_pass, "GraphPrepare::node_pass");
  2049. if (ret != SUCCESS) {
  2050. GELOGE(ret, "Run identity remove pass for preprocess failed, ret:%u.", ret);
  2051. return ret;
  2052. }
  2053. return SUCCESS;
  2054. }
  2055. Status GraphManager::OptimizeStage2(ge::ComputeGraphPtr &compute_graph) {
  2056. GELOGD("Start optimize after merge sub graph.");
  2057. PassManager after_merge_passes;
  2058. GE_CHK_STATUS_RET(after_merge_passes.AddPass("OptimizeStage2::AfterMergePasses::LinkGenMaskNodesPass",
  2059. new (std::nothrow)
  2060. LinkGenMaskNodesPass(options_.stream_max_parallel_num)));
  2061. GE_CHK_STATUS_RET(after_merge_passes.AddPass("OptimizeStage2::HcclContinuousMemcpyPass",
  2062. new (std::nothrow) HcclContinuousMemcpyPass));
  2063. GE_TIMESTAMP_START(after_merge_passes);
  2064. auto ret = after_merge_passes.Run(compute_graph);
  2065. GE_TIMESTAMP_END(after_merge_passes, "OptimizeStage2::AfterMergePasses");
  2066. if (ret != SUCCESS && ret != NOT_CHANGED) {
  2067. GELOGE(ret, "Run passes after merge sub graph failed, ret:%d.", ret);
  2068. return ret;
  2069. }
  2070. SetAttrForHcomBroadCastOp(compute_graph);
  2071. NamesToPass names_to_passes;
  2072. ConstantFoldingPass constant_folding_pass;
  2073. ReshapeRemovePass reshape_remove_pass;
  2074. CondRemovePass condition_remove_pass;
  2075. BitcastPass bitcast_pass;
  2076. AssignRemovePass assign_remove_pass;
  2077. InplaceSupportCheckPass inplace_support_check_pass;
  2078. names_to_passes.emplace_back("ConstantFoldingPass", &constant_folding_pass);
  2079. names_to_passes.emplace_back("ReshapeRemovePass", &reshape_remove_pass);
  2080. names_to_passes.emplace_back("CondRemovePass", &condition_remove_pass);
  2081. names_to_passes.emplace_back("BitcastPass", &bitcast_pass);
  2082. if (GetContext().GetHostExecFlag()) {
  2083. names_to_passes.emplace_back("AssignRemovePass", &assign_remove_pass);
  2084. names_to_passes.emplace_back("InplaceSupportCheckPass", &inplace_support_check_pass);
  2085. }
  2086. GE_TIMESTAMP_START(names_to_passes);
  2087. ret = GEPass(compute_graph).Run(names_to_passes);
  2088. GE_TIMESTAMP_END(names_to_passes, "OptimizeStage2::MergedGraphNameToPasses");
  2089. if (ret != SUCCESS) {
  2090. GELOGE(ret, "Run ge_passes optimize for OptimizeAfterMergeSubGraph failed, ret:%d.", ret);
  2091. return ret;
  2092. }
  2093. ret = RemoveIsolatedConst(compute_graph);
  2094. if (ret != SUCCESS) {
  2095. GELOGE(ret, "Remove isolated Constant failed, ret:%d.", ret);
  2096. return ret;
  2097. }
  2098. PassManager pass_for_control_attr_optimize;
  2099. if (options_.train_graph_flag) {
  2100. GE_CHK_STATUS_RET(pass_for_control_attr_optimize.AddPass("OptimizeStage2::ControlAttrOptimize::FlowCtrlPass",
  2101. new (std::nothrow) FlowCtrlPass))
  2102. }
  2103. GE_CHK_STATUS_RET(pass_for_control_attr_optimize.AddPass("OptimizeStage2::ControlAttrOptimize::MultiBatchPass",
  2104. new (std::nothrow) MultiBatchPass))
  2105. GE_CHK_STATUS_RET(pass_for_control_attr_optimize.AddPass("OptimizeStage2::AfterMergePasses::RefIdentityDeleteOpPass",
  2106. new (std::nothrow) RefIdentityDeleteOpPass))
  2107. // the value of the attr is the original variable name the ref-variable ref from.
  2108. // The attr will be used when allocating memory,
  2109. // the node marked attr will be output to a variable instead of new-allocated memory.
  2110. // Therefore, ComputeGraph should not delete nodes after `VariableRefDeleteOpPass`
  2111. // to prevent unexpected deletion of nodes marked with attr
  2112. GE_CHK_STATUS_RET(pass_for_control_attr_optimize.AddPass("OptimizeStage2::AfterMergePasses::VariableRefDeleteOpPass",
  2113. new (std::nothrow) VariableRefDeleteOpPass))
  2114. GE_CHK_STATUS_RET(pass_for_control_attr_optimize.AddPass("OptimizeStage2::ControlAttrOptimize::CompileNodesPass",
  2115. new (std::nothrow) CompileNodesPass))
  2116. GE_CHK_STATUS_RET(pass_for_control_attr_optimize.AddPass(
  2117. "OptimizeStage2::AfterMergePasses::MarkGraphUnknownStatusPass", new(std::nothrow) MarkGraphUnknownStatusPass))
  2118. GE_CHK_STATUS_RET(
  2119. pass_for_control_attr_optimize.AddPass("OptimizeStage2::AfterMergePasses::InputOutputConnectionIdentifyPass",
  2120. new (std::nothrow) InputOutputConnectionIdentifyPass))
  2121. // When the input node to be cleared is after a `Data` node, the atomic-clean-node should not be inserted.
  2122. // So The ComputeGraph should not delete nodes after `AtomicAddrCleanPass`
  2123. // to prevent unexpected deletion of nodes after a `Data` node
  2124. GE_CHK_STATUS_RET(pass_for_control_attr_optimize.AddPass("OptimizeStage2::AfterMergePasses::AtomicAddrCleanPass",
  2125. new (std::nothrow) AtomicAddrCleanPass))
  2126. GE_CHK_STATUS_RET(pass_for_control_attr_optimize.AddPass("OptimizeStage2::AfterMergePasses::"
  2127. "EndOfSequenceAddControlPass",
  2128. new (std::nothrow) EndOfSequenceAddControlPass))
  2129. // 'SubgraphPass' solves memory_assign_conflicts by insert MemcpyAsync node, which depends on multi attrs and
  2130. // graph-structure. Passes after 'SubgraphPass' MUST NOT remove MemcpyAsync/Identity nodes in subgraphs.
  2131. GE_CHK_STATUS_RET(pass_for_control_attr_optimize.AddPass("OptimizeStage2::ControlAttrOptimize::SubgraphPass",
  2132. new (std::nothrow) SubgraphPass))
  2133. // 'AttachStreamLabelPass' modifies attr without changing structure of compute_graph
  2134. // All passes after 'AttachStreamLabelPass' MUST mark stream_label on new nodes by self.
  2135. GE_CHK_STATUS_RET(pass_for_control_attr_optimize.AddPass("OptimizeStage2::ControlAttrOptimize::AttachStreamLabelPass",
  2136. new (std::nothrow) AttachStreamLabelPass))
  2137. GE_TIMESTAMP_START(pass_for_control_attr_optimize);
  2138. ret = pass_for_control_attr_optimize.Run(compute_graph);
  2139. GE_TIMESTAMP_END(pass_for_control_attr_optimize, "OptimizeStage2::ControlAttrOptimize");
  2140. if (ret != SUCCESS && ret != NOT_CHANGED) {
  2141. GELOGE(ret, "Run passes when optimize stage 2 failed");
  2142. return ret;
  2143. }
  2144. // Assign functional op labels.
  2145. GE_TIMESTAMP_START(AssignFunctionalLabels);
  2146. LabelAllocator label_allocator(compute_graph);
  2147. GE_CHK_STATUS_RET(label_allocator.AssignFunctionalLabels(), "Assign label failed.");
  2148. GE_TIMESTAMP_END(AssignFunctionalLabels, "ModelBuilder::AssignFunctionalLabels");
  2149. // Add memcpy addr asynchronous node.
  2150. GE_TIMESTAMP_START(AddMemcpyAddrAsyncNode);
  2151. MemcpyAddrAsyncPass memcpy_addr;
  2152. GE_CHK_STATUS_RET(memcpy_addr.Run(compute_graph), "Add memcpy_addr_async node failed.");
  2153. GE_TIMESTAMP_END(AddMemcpyAddrAsyncNode, "MemcpyAddrAsyncPass::Run.");
  2154. // Handle parallel group .
  2155. GE_TIMESTAMP_START(ParallelGroup);
  2156. ParallelGroupPass parallel_group_pass;
  2157. GE_CHK_STATUS_RET(parallel_group_pass.Run(compute_graph), "Handle parallel group failed.");
  2158. GE_TIMESTAMP_END(ParallelGroup, "ParallelGroupPass::Run.");
  2159. // After while sub graph handle, mark all node rw type
  2160. auto result = GetCompilerStages(compute_graph->GetGraphID()).optimizer.HandleMemoryRWConflict(compute_graph);
  2161. if (result != SUCCESS) {
  2162. GELOGW(
  2163. "Mark node rw type failed. It will take some effect on memory_assign_conflicts handling."
  2164. "Please pay attention to it.");
  2165. }
  2166. ChangeConstTypeWhenTraining(compute_graph);
  2167. GELOGI("End optimize after merge sub graph.");
  2168. return SUCCESS;
  2169. }
  2170. void GraphManager::ChangeConstTypeWhenTraining(const ComputeGraphPtr &compute_graph) {
  2171. // The constant for train is CONSTANTOP, and is CONSTANT for inference. They will be unified in future.
  2172. if (options_.train_graph_flag) {
  2173. for (NodePtr &n : compute_graph->GetAllNodes()) {
  2174. // This can ensure that n is not a null pointer
  2175. if (n->GetOpDesc()->GetType() == CONSTANT) {
  2176. n->GetOpDesc()->SetType(CONSTANTOP);
  2177. }
  2178. }
  2179. }
  2180. }
  2181. Status GraphManager::LoadGraphAsync(const GeRootModelPtr &ge_root_model, const GraphNodePtr &graph_node) {
  2182. GELOGI("[LoadGraphAsync] run_graph_flag[%d], graph_id[%u]", options_.run_graph_flag, graph_node->GetGraphId());
  2183. if (options_.run_graph_flag && ge_root_model != nullptr) {
  2184. // synchronization run graph with model
  2185. ModelIdInfo model_id_info;
  2186. bool is_unknown_shape = false;
  2187. GE_CHK_STATUS_RET(ge_root_model->CheckIsUnknownShape(is_unknown_shape));
  2188. if (!is_unknown_shape) {
  2189. if (getenv(kEnvGeuseStaticMemory) != nullptr) {
  2190. GELOGI("[LoadGraphAsync] GE_USE_STATIC_MEMORY is seted.");
  2191. } else {
  2192. auto root_graph = ge_root_model->GetRootGraph();
  2193. GE_CHECK_NOTNULL(root_graph);
  2194. auto name_to_model = ge_root_model->GetSubgraphInstanceNameToModel();
  2195. GeModelPtr ge_model = name_to_model[root_graph->GetName()];
  2196. GE_CHK_STATUS_RET(CheckAndReleaseMemory(ge_model, graph_node));
  2197. }
  2198. }
  2199. GE_TIMESTAMP_START(LoadGraph);
  2200. GE_CHECK_NOTNULL(graph_node->graph_run_async_listener_);
  2201. Status ret =
  2202. GraphLoader::LoadModelOnline(model_id_info.model_id, ge_root_model, graph_node->graph_run_async_listener_);
  2203. GE_TIMESTAMP_EVENT_END(LoadGraph, "GraphManager::LoadGraphAsync");
  2204. if (ret != SUCCESS) {
  2205. GELOGE(ret, "[LoadGraphAsync] LoadGraphAsync Failed");
  2206. graph_node->SetRunFlag(false);
  2207. return ret;
  2208. }
  2209. graph_node->SetLoadFlag(true);
  2210. ge_root_model->SetModelId(model_id_info.model_id);
  2211. graph_node->SetGeRootModel(ge_root_model);
  2212. }
  2213. return SUCCESS;
  2214. }
  2215. Status GraphManager::CheckAndReleaseMemory(const GeModelPtr &ge_model, const GraphNodePtr &graph_node) {
  2216. GELOGI("CheckAndReleaseMemory graph_id[%u]", graph_node->GetGraphId());
  2217. int64_t value = 0;
  2218. bool ret = ge::AttrUtils::GetInt(ge_model, ATTR_MODEL_MEMORY_SIZE, value);
  2219. int64_t memory_size = ret ? value : 0;
  2220. ret = ge::AttrUtils::GetInt(ge_model, ATTR_MODEL_WEIGHT_SIZE, value);
  2221. int64_t weight_size = ret ? value : 0;
  2222. ret = ge::AttrUtils::GetInt(ge_model, MODEL_ATTR_SESSION_ID, value);
  2223. uint64_t session_id = ret ? value : 0;
  2224. int64_t free_memory = 0;
  2225. Status result = GraphLoader::GetMemoryInfo(free_memory);
  2226. if (result != SUCCESS) {
  2227. return result;
  2228. }
  2229. GELOGI(
  2230. "CheckAndReleaseMemory Graph[%u] need memory_size[%ld], weight_size[%ld],"
  2231. " Device[%u] free_memory_size[%ld]",
  2232. graph_node->GetGraphId(), memory_size, weight_size, GetContext().DeviceId(), free_memory);
  2233. if (ge::CheckInt64AddOverflow(memory_size, weight_size) != SUCCESS) {
  2234. GELOGE(INTERNAL_ERROR, "The sum of Memory size and weight size exceeds INT64_MAX");
  2235. return INTERNAL_ERROR;
  2236. }
  2237. if (free_memory >= (memory_size + weight_size)) {
  2238. return SUCCESS;
  2239. }
  2240. std::lock_guard<std::mutex> lock(unload_model_mutex_);
  2241. std::map<GraphId, GraphNodePtr> graph_map;
  2242. {
  2243. std::lock_guard<std::mutex> lock(member_mutex_);
  2244. graph_map = graph_map_;
  2245. }
  2246. for (auto &it : graph_map) {
  2247. auto graph_id = it.second->GetGraphId();
  2248. auto model = it.second->GetGeRootModel();
  2249. if (model == nullptr) {
  2250. continue;
  2251. }
  2252. auto model_id = model->GetModelId();
  2253. // unload model not release
  2254. bool is_unknown_shape = false;
  2255. GE_CHK_STATUS_RET(model->CheckIsUnknownShape(is_unknown_shape));
  2256. if (is_unknown_shape) {
  2257. GELOGD("model_id[%u] graph_id[%u] is unknown model, not release memory", model_id, graph_id);
  2258. continue;
  2259. }
  2260. // not loaded,no need unload
  2261. if (!it.second->GetLoadFlag()) {
  2262. GELOGI("CheckAndReleaseMemory graph[%u] has not been loaded.", graph_id);
  2263. continue;
  2264. }
  2265. uint64_t max_memory_size = 0;
  2266. result = GraphLoader::GetMaxUsedMemory(model_id, max_memory_size);
  2267. if (result != SUCCESS) {
  2268. continue;
  2269. }
  2270. GELOGI("CheckAndReleaseMemory try to UnloadGraph[%u], model[%u] which MaxUsedMemory[%lu].", graph_id, model_id,
  2271. max_memory_size);
  2272. rtError_t rt_ret = rtSetDevice(GetContext().DeviceId());
  2273. if (rt_ret != RT_ERROR_NONE) {
  2274. GELOGE(RT_FAILED, "[GraphManager:] rtSetDevice failed, modelId=%u, graphId=%u.", model_id, graph_id);
  2275. continue;
  2276. }
  2277. result = GraphLoader::DestroyAicpuKernel(session_id, model_id, 0);
  2278. if (result != SUCCESS) {
  2279. GELOGW("[GraphManager:] destroy aicpu kernel failed when dynamic memory, modelId=%u, graphId=%u.", model_id,
  2280. graph_id);
  2281. }
  2282. result = GraphLoader::UnloadModel(model_id);
  2283. if (result != SUCCESS) {
  2284. GELOGW("[GraphManager:] unload model failed, modelId=%u, graphId=%u.", model_id, graph_id);
  2285. }
  2286. rt_ret = rtDeviceReset(GetContext().DeviceId());
  2287. if (rt_ret != RT_ERROR_NONE) {
  2288. GELOGE(RT_FAILED, "[GraphManager:] rtDeviceReset failed, modelId=%u, graphId=%u.", model_id, graph_id);
  2289. continue;
  2290. }
  2291. it.second->SetLoadFlag(false);
  2292. GELOGI("CheckAndReleaseMemory UnloadGraph[%u], model[%u] success and set LoadFlag to false.", graph_id, model_id);
  2293. }
  2294. return SUCCESS;
  2295. }
  2296. Status GraphManager::ProcessSubGraphWithMultiThreads(GraphManager *graph_manager, GraphId root_graph_id,
  2297. const SubGraphInfoPtr &sub_graph_info_ptr,
  2298. const std::string &root_graph_name,
  2299. uint64_t session_id,
  2300. const struct ErrorMessage::Context &error_context,
  2301. const GEThreadLocalContext &ge_context) {
  2302. if (sub_graph_info_ptr != nullptr && graph_manager != nullptr) {
  2303. ErrorManager::GetInstance().SetErrorContext(error_context);
  2304. GetContext().SetSessionId(session_id);
  2305. GetThreadLocalContext() = ge_context;
  2306. graph_manager->UpdateLocalOmgContext(root_graph_id);
  2307. ComputeGraphPtr compute_graph_tmp = sub_graph_info_ptr->GetSubGraph();
  2308. const std::string &engine_name = sub_graph_info_ptr->GetEngineName();
  2309. GELOGD("ProcessSubGraphWithMultiThreads start, graph name is %s, engine_name is %s, thread id is %lu",
  2310. compute_graph_tmp != nullptr ? compute_graph_tmp->GetName().c_str() : "", engine_name.c_str(),
  2311. pthread_self());
  2312. GE_DUMP(compute_graph_tmp, "OptimizeSubGraphBefore");
  2313. GE_CHECK_NOTNULL(compute_graph_tmp);
  2314. if (!AttrUtils::SetInt(*compute_graph_tmp, ATTR_NAME_ROOT_GRAPH_ID, root_graph_id)) {
  2315. GELOGE(FAILED, "Failed to set attr ATTR_NAME_ROOT_GRAPH_ID for subgraph, graph_id: %u.", root_graph_id);
  2316. return FAILED;
  2317. }
  2318. if (!AttrUtils::SetStr(*compute_graph_tmp, ATTR_NAME_ROOT_GRAPH_NAME, root_graph_name)) {
  2319. GELOGE(FAILED, "Failed to set attr ATTR_NAME_ROOT_GRAPH_NAME for subgraph, \
  2320. root_graph_name: %s.", root_graph_name.c_str());
  2321. return FAILED;
  2322. }
  2323. compute_graph_tmp->SetSessionID(session_id);
  2324. Status ret = graph_manager->GetCompilerStages(root_graph_id).optimizer.OptimizeSubGraph(compute_graph_tmp,
  2325. engine_name);
  2326. if (ret != SUCCESS) {
  2327. GELOGE(ret, "SubGraph optimize Failed %s", engine_name.c_str());
  2328. return ret;
  2329. } else {
  2330. GELOGD("SubGraph optimize success %s", engine_name.c_str());
  2331. }
  2332. GE_DUMP(compute_graph_tmp, "OptimizeSubGraphAfter");
  2333. sub_graph_info_ptr->SetSubGraph(compute_graph_tmp);
  2334. GELOGD("ProcessSubGraphWithMultiThreads end, graph name is %s, engine_name is %s, thread id is %lu",
  2335. compute_graph_tmp != nullptr ? compute_graph_tmp->GetName().c_str() : "", engine_name.c_str(),
  2336. pthread_self());
  2337. } else {
  2338. GELOGE(FAILED, "graph_manager or sub_graph_info_ptr is nullptr");
  2339. return FAILED;
  2340. }
  2341. return SUCCESS;
  2342. }
  2343. // run graph async on session
  2344. Status GraphManager::RunGraphAsync(const GraphId &graph_id, const std::vector<ge::InputTensorInfo> &inputs,
  2345. uint64_t session_id, RunAsyncCallback callback) {
  2346. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelExecute, ErrorMessage::kModelExecute);
  2347. GELOGI("[GraphManager] Start to run graph async, graph_id=%u, inputsSize=%zu.", graph_id, inputs.size());
  2348. bool ret = prerun_args_q_.Push(PreRunArgs({graph_id, inputs, session_id,
  2349. ErrorManager::GetInstance().GetErrorContext(),
  2350. GetThreadLocalContext(), callback}));
  2351. if (!ret) {
  2352. GELOGE(FAILED, "[GraphManager] Run graph async failed, graph_id=%u.", graph_id);
  2353. return FAILED;
  2354. }
  2355. GELOGI("[GraphManager] Run graph async success, graph_id=%u.", graph_id);
  2356. return SUCCESS;
  2357. }
  2358. void GraphManager::AddModelCacheHelperToMap(const GraphId &graph_id, uint64_t session_id,
  2359. ComputeGraphPtr &compute_graph) {
  2360. std::shared_ptr<GELib> instance_ptr = ge::GELib::GetInstance();
  2361. if (instance_ptr != nullptr && instance_ptr->IsIncreBuild()) {
  2362. std::lock_guard<std::mutex> lock(member_mutex_);
  2363. auto iter = cache_helper_map_.find(graph_id);
  2364. if (iter == cache_helper_map_.end()) {
  2365. ModelCacheHelperPtr cache_helper = MakeShared<ge::ModelCacheHelper>(session_id, graph_id, compute_graph);
  2366. if (cache_helper != nullptr) {
  2367. cache_helper_map_.emplace(std::make_pair(graph_id, cache_helper));
  2368. } else {
  2369. GELOGW("Cache helper make shared failed, graph_id = %u.", graph_id);
  2370. }
  2371. }
  2372. }
  2373. }
  2374. ModelCacheHelperPtr GraphManager::FindModelCacheHelper(GraphId graph_id) {
  2375. std::lock_guard<std::mutex> lock(member_mutex_);
  2376. auto iter = cache_helper_map_.find(graph_id);
  2377. if (iter != cache_helper_map_.end()) {
  2378. return iter->second;
  2379. }
  2380. return nullptr;
  2381. }
  2382. Status GraphManager::IncreBuild(const GraphNodePtr &graph_node, GeModelPtr &ge_model) {
  2383. std::shared_ptr<GELib> instance_ptr = ge::GELib::GetInstance();
  2384. if (instance_ptr == nullptr || !instance_ptr->IsIncreBuild()) {
  2385. return FAILED;
  2386. }
  2387. const uint32_t graph_id = graph_node->GetGraphId();
  2388. ModelCacheHelperPtr cache_helper = FindModelCacheHelper(graph_id);
  2389. if (cache_helper == nullptr) {
  2390. GELOGW("Can not find ModelCacheHelper of graph[%u]", graph_id);
  2391. return FAILED;
  2392. }
  2393. if (cache_helper->IsModelCacheHit()) {
  2394. GEEVENT("Model cache hit.");
  2395. Status ret = LoadFromCache(graph_node, cache_helper, ge_model);
  2396. if (ret == SUCCESS) {
  2397. return SUCCESS;
  2398. } else {
  2399. GELOGW("Error occurred when load from cache, abandon.");
  2400. }
  2401. } else {
  2402. GEEVENT("Model cache miss.");
  2403. }
  2404. if (SaveCacheBeforeBuild(graph_node->GetGraphId(), cache_helper) != SUCCESS) {
  2405. GELOGW("Error occurred when save cache.");
  2406. }
  2407. return FAILED;
  2408. }
  2409. void GraphManager::ConstructGeInput(const vector<InputTensorInfo> &inputs, vector<GeTensor> &ge_inputs) {
  2410. for (auto const &input : inputs) {
  2411. GeTensorDesc input_tensor_desc(GeShape(input.dims));
  2412. input_tensor_desc.SetDataType(static_cast<ge::DataType>(input.data_type));
  2413. ge_inputs.emplace_back(input_tensor_desc);
  2414. }
  2415. }
  2416. void GraphManager::PreRunThread(GraphManager *graph_manager) {
  2417. if (prctl(PR_SET_NAME, ("GE_PreRun")) != 0) {
  2418. GELOGW("Set thread name failed.");
  2419. }
  2420. PreRunArgs args;
  2421. while (graph_manager->thread_run_flag_) {
  2422. bool pop_status = graph_manager->prerun_args_q_.Pop(args);
  2423. if (!pop_status) {
  2424. continue;
  2425. }
  2426. GELOGI("A new loop start.");
  2427. ErrorManager::GetInstance().SetErrorContext(args.error_context);
  2428. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelCompile, ErrorMessage::kOther);
  2429. GetContext().SetSessionId(args.session_id);
  2430. GetThreadLocalContext() = args.context;
  2431. graph_manager->UpdateLocalOmgContext(args.graph_id);
  2432. // find graph
  2433. GraphNodePtr graph_node = nullptr;
  2434. Status ret = graph_manager->GetGraphNode(args.graph_id, graph_node);
  2435. if (ret != SUCCESS) {
  2436. ReturnError(graph_manager, args.callback, GE_GRAPH_ALREADY_RUNNING,
  2437. "[RunGraph] graph not exist, graph_id=" + std::to_string(args.graph_id));
  2438. return;
  2439. }
  2440. graph_node->Lock();
  2441. if (graph_node->GetRunFlag()) {
  2442. ReturnError(graph_manager, args.callback, GE_GRAPH_GRAPH_NODE_NULL,
  2443. "[RunGraph] graph already running, graph id=" + std::to_string(args.graph_id));
  2444. graph_node->Unlock();
  2445. return;
  2446. }
  2447. // set graph's run flag
  2448. graph_node->SetRunFlag(true);
  2449. ComputeGraphPtr compute_graph_tmp = GraphUtils::GetComputeGraph(*(graph_node->GetGraph()));
  2450. if (compute_graph_tmp == nullptr) {
  2451. ReturnError(graph_manager, args.callback, GE_GRAPH_GRAPH_NODE_NULL,
  2452. "[RunGraph] compute_graph_tmp is NULL, graph id = %u.");
  2453. graph_node->Unlock();
  2454. return;
  2455. }
  2456. // when set incre build, save cache helper.
  2457. graph_manager->AddModelCacheHelperToMap(args.graph_id, args.session_id, compute_graph_tmp);
  2458. std::vector<GeModelPtr> ge_models;
  2459. if (graph_manager->options_.local_fmk_op_flag) {
  2460. graph_manager->GetCompilerStages(graph_node->GetGraphId()).optimizer.TranFrameOp(compute_graph_tmp);
  2461. }
  2462. // it will not execute graph preprocess, optimize, parition, build if the graph has built successful.
  2463. GELOGI("Start for run graph async.");
  2464. GeRootModelPtr ge_root_model = nullptr;
  2465. if (graph_manager->IsGraphNeedBuild(graph_node)) {
  2466. if (graph_node->GetBuildFlag()) {
  2467. ReturnError(graph_manager, args.callback, PARAM_INVALID,
  2468. "The graph " + std::to_string(graph_node->GetGraphId()) +
  2469. " need to re-build, you should remove it"
  2470. " from GE first, then AddGraph again and rebuild it.");
  2471. graph_node->Unlock();
  2472. return;
  2473. }
  2474. // check need incre build.
  2475. GeModelPtr ge_model = nullptr;
  2476. if (graph_manager->IncreBuild(graph_node, ge_model) != SUCCESS) {
  2477. std::vector<GeTensor> ge_inputs;
  2478. ConstructGeInput(args.input_tensor, ge_inputs);
  2479. ret = graph_manager->PreRun(graph_node, ge_inputs, ge_root_model, args.session_id);
  2480. // release rts generate context
  2481. RtContextUtil::GetInstance().DestroyRtContexts(args.session_id, graph_node->GetGraphId());
  2482. if (ret != SUCCESS) {
  2483. graph_node->SetRunFlag(false);
  2484. if (!ge::Analyzer::GetInstance()->IsEnableNetAnalyzeDebug()) {
  2485. ReturnError(graph_manager, args.callback, ret, "PreRun Failed, thread exit..");
  2486. graph_node->Unlock();
  2487. return;
  2488. } else {
  2489. ReturnError(graph_manager, graph_node, args.callback, ret, "PreRun Failed, keep geop continue!");
  2490. graph_node->Unlock();
  2491. continue;
  2492. }
  2493. }
  2494. }
  2495. graph_node->SetBuildFlag(true);
  2496. graph_manager->var_acc_ctrl_.SetGraphBuildEnd(graph_node->GetGraphId());
  2497. } else {
  2498. ge_root_model = graph_node->GetGeRootModel();
  2499. }
  2500. graph_manager->run_args_q_.Push(RunArgs( { graph_node, args.graph_id, args.session_id, args.error_context,
  2501. args.input_tensor, ge_root_model, GetThreadLocalContext(), args.callback }));
  2502. GELOGI("Loop end.");
  2503. }
  2504. }
  2505. void GraphManager::ParseInputsDimsForData(const std::vector<InputTensorInfo> &input_tensor) {
  2506. GELOGD("Start parse input dims from data.");
  2507. for (size_t i = 0; i < input_tensor.size(); ++i) {
  2508. std::vector<int64_t> dynamic_dim;
  2509. for (size_t j = 0; j < input_tensor[i].dims.size(); ++j) {
  2510. dynamic_dim.emplace_back(input_tensor[i].dims[j]);
  2511. }
  2512. GELOGD("Input tensor dims is %s.", formats::JoinToString(dynamic_dim).c_str());
  2513. GetLocalOmgContext().user_real_input_dims.emplace_back(input_tensor[i].dims);
  2514. }
  2515. }
  2516. Status GraphManager::ParseInputsDimsForGetNexNosinkAndData(const vector<NodePtr> &dynamic_nodes,
  2517. const std::vector<InputTensorInfo> &input_tensor) {
  2518. GELOGD("Start parse inputs dims when coexist data and getnext sink.");
  2519. for (size_t i = 0; i < dynamic_nodes.size(); ++i) {
  2520. auto op_desc = dynamic_nodes.at(i)->GetOpDesc();
  2521. if (op_desc == nullptr) {
  2522. continue;
  2523. }
  2524. GeAttrValue::INT index = 0;
  2525. if (!(AttrUtils::GetInt(op_desc, ATTR_NAME_INDEX, index))) {
  2526. GELOGE(PARAM_INVALID, "Get index from attr failed");
  2527. return PARAM_INVALID;
  2528. }
  2529. if (static_cast<size_t>(index) > input_tensor.size()) {
  2530. GELOGE(PARAM_INVALID, "The count of input tensor should be equal to the count of data.");
  2531. return PARAM_INVALID;
  2532. }
  2533. GetLocalOmgContext().user_real_input_dims.emplace_back(input_tensor.at(index).dims);
  2534. GELOGI("Shape dims of %zu data is %s.", index, formats::JoinToString(input_tensor.at(index).dims).c_str());
  2535. }
  2536. return SUCCESS;
  2537. }
  2538. Status GraphManager::ParseInputsDims(const std::vector<InputTensorInfo> &input_tensor) {
  2539. GELOGI("Start parse input dims of %zu input tensor.", input_tensor.size());
  2540. GetLocalOmgContext().user_real_input_dims.clear();
  2541. if (!GetLocalOmgContext().dynamic_node_type.empty()) {
  2542. vector<NodePtr> data_nodes;
  2543. vector<NodePtr> getnext_nosink_nodes;
  2544. data_nodes = GetLocalOmgContext().data_nodes;
  2545. getnext_nosink_nodes = GetLocalOmgContext().getnext_nosink_nodes;
  2546. GELOGD("Data nodes count is %zu, getnext nosink nodes count is %zu.", data_nodes.size(),
  2547. getnext_nosink_nodes.size());
  2548. if (GetLocalOmgContext().dynamic_node_type == DATA) {
  2549. if (getnext_nosink_nodes.empty()) {
  2550. // just data or data+getnext_sink
  2551. ParseInputsDimsForData(input_tensor);
  2552. } else {
  2553. // data+getnext_nosink, but only need to get shape_dims of data
  2554. if (ParseInputsDimsForGetNexNosinkAndData(data_nodes, input_tensor) != SUCCESS) {
  2555. GELOGE(PARAM_INVALID, "Failed to parse dims from data, when data coexist with getnext nosink.");
  2556. return PARAM_INVALID;
  2557. }
  2558. }
  2559. } else {
  2560. if (getnext_nosink_nodes.empty()) {
  2561. // just getnext_sink or getnext_sink+data, need to get shape_dims from aicpu op
  2562. GELOGI("Need to get dims from aicpu op: GETDYNAMICDIMS.");
  2563. return SUCCESS;
  2564. } else {
  2565. if (data_nodes.empty()) {
  2566. // just getnext_nosink
  2567. ParseInputsDimsForData(input_tensor);
  2568. } else {
  2569. // getnext_nosink + data, but only need to get shape_dims of getnext_nosink
  2570. if (ParseInputsDimsForGetNexNosinkAndData(getnext_nosink_nodes, input_tensor) != SUCCESS) {
  2571. GELOGE(PARAM_INVALID, "Failed to parse dims from getnext nosink, when data coexist with getnext nosink");
  2572. return PARAM_INVALID;
  2573. }
  2574. }
  2575. }
  2576. }
  2577. }
  2578. GELOGI("Parse %zu inputs dims success.", GetLocalOmgContext().user_real_input_dims.size());
  2579. return SUCCESS;
  2580. }
  2581. void GraphManager::RunThread(GraphManager *graph_manager) {
  2582. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelExecute, ErrorMessage::kModelExecute);
  2583. if (prctl(PR_SET_NAME, ("GE_Run")) != 0) {
  2584. GELOGW("Set thread name failed.");
  2585. }
  2586. RunArgs args;
  2587. while (graph_manager->thread_run_flag_) {
  2588. bool pop_status = graph_manager->run_args_q_.Pop(args);
  2589. if (!pop_status) {
  2590. continue;
  2591. }
  2592. GELOGI("A new loop start.");
  2593. ErrorManager::GetInstance().SetErrorContext(args.error_context);
  2594. GetContext().SetSessionId(args.session_id);
  2595. GetThreadLocalContext() = args.context;
  2596. graph_manager->UpdateLocalOmgContext(args.graph_id);
  2597. if (args.graph_node->graph_run_async_listener_ != nullptr) {
  2598. args.graph_node->graph_run_async_listener_->SetCallback(args.callback);
  2599. }
  2600. Status ret;
  2601. // parse inputs.dims to vector<vector<uint64_t>> dynamic_dims
  2602. ret = graph_manager->ParseInputsDims(args.input_tensor);
  2603. if (ret != SUCCESS) {
  2604. ReturnError(graph_manager, args.callback, ret, "ParseInputsDims failed, thread exit.");
  2605. args.graph_node->Unlock();
  2606. return;
  2607. }
  2608. if (!args.graph_node->GetLoadFlag()) {
  2609. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelLoad, ErrorMessage::kModelLoad);
  2610. ret = graph_manager->LoadGraphAsync(args.ge_root_model, args.graph_node);
  2611. if (ret != SUCCESS || args.ge_root_model == nullptr) {
  2612. StopQueue(graph_manager);
  2613. ReturnError(graph_manager, args.callback, ret, "LoadGraphAsync failed, thread exit.");
  2614. args.graph_node->Unlock();
  2615. return;
  2616. }
  2617. args.graph_node->SetLoadFlag(true);
  2618. GELOGI("LoadGraph[%u], model[%u] success and set LoadFlag to true.", args.graph_node->GetGraphId(),
  2619. args.ge_root_model->GetModelId());
  2620. }
  2621. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelExecute, ErrorMessage::kModelExecute);
  2622. if (graph_manager->GetTrainFlag()) {
  2623. ret = graph_manager->graph_executor_.SetGraphContext(graph_manager->GetGraphContext());
  2624. if (ret != SUCCESS) {
  2625. GELOGW("[GraphManager] SetGraphContext failed, graph_id=%u.", args.graph_id);
  2626. }
  2627. graph_manager->graph_executor_.SetTrainFlag(graph_manager->options_.train_graph_flag);
  2628. }
  2629. args.graph_node->SetRunFlag(false);
  2630. ret = graph_manager->graph_executor_.ExecuteGraphAsync(args.graph_id, args.graph_node->GetGeRootModel(),
  2631. args.input_tensor);
  2632. if (ret != SUCCESS) {
  2633. ReturnError(graph_manager, args.callback, ret, "ExecuteGraphAsync failed, thread exit.");
  2634. args.graph_node->Unlock();
  2635. return;
  2636. }
  2637. args.graph_node->Unlock();
  2638. GELOGI("[GraphManager] Run graph async success, graph_id=%u.", args.graph_id);
  2639. }
  2640. }
  2641. void GraphManager::StopQueue(GraphManager *graph_manager) {
  2642. if (graph_manager == nullptr) {
  2643. return;
  2644. }
  2645. graph_manager->thread_run_flag_.store(false);
  2646. graph_manager->prerun_args_q_.Stop();
  2647. graph_manager->run_args_q_.Stop();
  2648. }
  2649. void GraphManager::ReturnError(GraphManager *graph_manager, RunAsyncCallback callback, Status ret, const string &log) {
  2650. if (graph_manager == nullptr) {
  2651. return;
  2652. }
  2653. StopQueue(graph_manager);
  2654. GELOGE(ret, "%s.", log.c_str());
  2655. std::vector<ge::OutputTensorInfo> outputs;
  2656. callback(ret, outputs);
  2657. }
  2658. void GraphManager::ReturnError(GraphManager *graph_manager, GraphNodePtr &graph_node,
  2659. RunAsyncCallback callback, Status ret, const string &log) {
  2660. std::vector<ge::OutputTensorInfo> outputs;
  2661. auto compute_graph = GraphUtils::GetComputeGraph(*graph_node->GetGraph());
  2662. if (graph_manager == nullptr || compute_graph == nullptr) {
  2663. GELOGE(GRAPH_FAILED, "[Analyze Mode] compute graph is null!");
  2664. callback(GRAPH_FAILED, outputs);
  2665. return;
  2666. }
  2667. for (const auto &node : compute_graph->GetAllNodes()) {
  2668. if (node->GetType() != "NetOutput") {
  2669. continue;
  2670. }
  2671. for (size_t i = 0; i < node->GetAllInDataAnchorsSize(); i++) {
  2672. auto input_desc = node->GetOpDesc()->MutableInputDesc(i);
  2673. ge::OutputTensorInfo tensor;
  2674. tensor.dims = input_desc->GetShape().GetDims();
  2675. tensor.data_type = static_cast<uint32_t>(input_desc->GetDataType());
  2676. int64_t len = 1;
  2677. if (input_desc->GetShape().GetDims() != std::vector<int64_t>({})) {
  2678. len = input_desc->GetShape().GetShapeSize();
  2679. }
  2680. if (len < 0) {
  2681. GELOGE(GRAPH_FAILED, "Analyze Mode does not support GEOP output unknown shape!");
  2682. callback(GRAPH_FAILED, outputs);
  2683. return;
  2684. } else if (len == 0) {
  2685. GELOGI("getted shape size is 0.Do process as empty tensor!");
  2686. len = 1;
  2687. }
  2688. auto size = GetSizeByDataType(input_desc->GetDataType());
  2689. if (size <= 0) {
  2690. GELOGE(PARAM_INVALID, "Failed to get cube size, the data type %s is invalid",
  2691. ge::TypeUtils::DataTypeToSerialString(input_desc->GetDataType()).c_str());
  2692. callback(GRAPH_FAILED, outputs);
  2693. return;
  2694. }
  2695. if (CheckInt64MulOverflow(len, static_cast<int64_t>(size)) != true) {
  2696. GELOGE(MEMALLOC_FAILED, "int64 multiply happens overflow! a:%ld b:%d", len, size);
  2697. callback(GRAPH_FAILED, outputs);
  2698. return;
  2699. }
  2700. tensor.length = len * size;
  2701. tensor.data.reset(new(std::nothrow) uint8_t[tensor.length]);
  2702. // To avoid global step too small and can not stop, totally set a bigger value
  2703. for (int64_t i = 0; i < tensor.length; i++) {
  2704. tensor.data[i] = 0x7F; // here stands for a positive max value
  2705. }
  2706. outputs.emplace_back(std::move(tensor));
  2707. }
  2708. }
  2709. callback(SUCCESS, outputs);
  2710. return;
  2711. }
  2712. bool GraphManager::IsGraphNeedRebuild(uint32_t graph_id) {
  2713. // find graph
  2714. GraphNodePtr graph_node = nullptr;
  2715. Status ret = GetGraphNode(graph_id, graph_node);
  2716. if (ret != SUCCESS) {
  2717. GELOGE(ret, "[RunGraph] graph not exist, graph_id=%u.", graph_id);
  2718. return true;
  2719. }
  2720. if (graph_node == nullptr) {
  2721. GELOGE(GE_GRAPH_GRAPH_NODE_NULL, "[RunGraph] graph node is NULL, graphId=%u.", graph_id);
  2722. return true;
  2723. }
  2724. return IsGraphNeedBuild(graph_node);
  2725. }
  2726. bool GraphManager::IsGraphNeedBuild(const GraphNodePtr &graph_node) {
  2727. return !graph_node->GetBuildFlag() || var_acc_ctrl_.IsGraphNeedRebuild(graph_node->GetGraphId());
  2728. }
  2729. const map<std::string, std::string> *GraphManager::GetGraphOptions(uint32_t graph_id) {
  2730. GraphNodePtr graph_node = nullptr;
  2731. Status ret = GetGraphNode(graph_id, graph_node);
  2732. if (ret != SUCCESS) {
  2733. GELOGE(ret, "[RunGraph] graph not exist, graph_id=%u.", graph_id);
  2734. return nullptr;
  2735. }
  2736. if (!graph_node) {
  2737. GELOGE(GE_GRAPH_GRAPH_NODE_NULL, "[RunGraph] graph node is NULL, graph_id=%u.", graph_id);
  2738. return nullptr;
  2739. }
  2740. return &(graph_node->GetOptions());
  2741. }
  2742. void GraphManager::SetOptionsRunGraphFlag(bool run_graph_flag) { options_.run_graph_flag = run_graph_flag; }
  2743. Status GraphManager::OptimizeSubgraph(const GraphNodePtr &graph_node, ComputeGraphPtr &compute_graph,
  2744. uint64_t session_id) {
  2745. // graph partition
  2746. // Stage partition, only for root graph
  2747. GE_TIMESTAMP_START(StagePartition);
  2748. StagePartitioner stage_partitioner(compute_graph);
  2749. auto ret = stage_partitioner.Partition();
  2750. if (ret != SUCCESS) {
  2751. GELOGE(ret, "Graph partition by stage Failed");
  2752. return ret;
  2753. }
  2754. GE_TIMESTAMP_EVENT_END(StagePartition, "OptimizeSubgraph::StagePartition");
  2755. // all sub graph list of root graph and sub graph
  2756. GE_TIMESTAMP_START(GraphPartitionDynamicShape);
  2757. DynamicShapePartitioner dynamic_shape_partitioner(compute_graph);
  2758. ret = dynamic_shape_partitioner.Partition();
  2759. if (ret != SUCCESS) {
  2760. GELOGE(ret, "Graph partition by dynamic shape Failed");
  2761. return ret;
  2762. }
  2763. bool dynamic_shape_partitioned = false;
  2764. if (!AttrUtils::GetBool(*compute_graph, ATTR_NAME_DYNAMIC_SHAPE_PARTITIONED, dynamic_shape_partitioned)) {
  2765. GELOGE(FAILED, "failed get dynamic shape partitioned flag on partitioned graph.");
  2766. return FAILED;
  2767. }
  2768. GE_TIMESTAMP_EVENT_END(GraphPartitionDynamicShape, "OptimizeSubgraph::GraphPartitionDynamicShape");
  2769. GE_DUMP(compute_graph, "AfterDynamicShapePartition");
  2770. GE_TIMESTAMP_START(GraphPartition);
  2771. GraphPartitioner &partitioner = GetCompilerStages(graph_node->GetGraphId()).partitioner;
  2772. ret = partitioner.Partition(compute_graph, GraphPartitioner::kPartitioning);
  2773. if (ret != SUCCESS) {
  2774. GELOGE(ret, "Graph partition Failed");
  2775. return ret;
  2776. }
  2777. GE_TIMESTAMP_EVENT_END(GraphPartition, "OptimizeSubgraph::Partition1");
  2778. GE_TIMESTAMP_START(SetSubgraph);
  2779. ret = SetSubgraph(session_id, compute_graph, partitioner);
  2780. if (ret != SUCCESS) {
  2781. GELOGE(ret, "Graph set subgraph Failed");
  2782. return ret;
  2783. }
  2784. GE_TIMESTAMP_EVENT_END(SetSubgraph, "OptimizeSubgraph::SetSubGraph");
  2785. if ((options_.build_mode == BUILD_MODE_TUNING) &&
  2786. (options_.build_step == BUILD_STEP_BEFORE_UB_MATCH || options_.build_step == BUILD_STEP_AFTER_BUILDER ||
  2787. options_.build_step == BUILD_STEP_AFTER_BUILDER_SUB)) {
  2788. GE_TIMESTAMP_START(ConvertGraphToFile);
  2789. std::string tuning_path;
  2790. (void) GetContext().GetOption(TUNING_PATH, tuning_path);
  2791. Status ret = ConvertGraphToFile(compute_graph, partitioner, tuning_path,
  2792. (options_.build_step == BUILD_STEP_AFTER_BUILDER));
  2793. if (ret != SUCCESS) {
  2794. GELOGE(ret, "Convert graph[%s] to file failed", compute_graph->GetName().c_str());
  2795. return ret;
  2796. }
  2797. GE_TIMESTAMP_EVENT_END(ConvertGraphToFile, "OptimizeSubgraph::ConvertGraphToFile");
  2798. return SUCCESS;
  2799. }
  2800. ComputeGraphPtr merged_compute_graph = nullptr;
  2801. std::vector<ComputeGraphPtr> merged_sub_graph_list;
  2802. GE_TIMESTAMP_START(MergeSubgraph);
  2803. ret = MergeSubGraph(merged_compute_graph, compute_graph, graph_node->GetGraphId());
  2804. if (ret != SUCCESS) {
  2805. GELOGE(ret, "Merge SubGraph Failed");
  2806. return ret;
  2807. }
  2808. GE_CHECK_NOTNULL(merged_compute_graph);
  2809. merged_compute_graph->SetSessionID(session_id);
  2810. merged_compute_graph->SetGraphID(graph_node->GetGraphId());
  2811. merged_compute_graph->SetNeedIteration(compute_graph->GetNeedIteration());
  2812. for (auto &sub_graph : merged_compute_graph->GetAllSubgraphs()) {
  2813. sub_graph->SetSessionID(session_id);
  2814. sub_graph->SetGraphID(graph_node->GetGraphId());
  2815. }
  2816. bool off_superkernel = false;
  2817. if (AttrUtils::GetBool(compute_graph, ATTR_NAME_OFF_SUPERKERNEL_ATTR, off_superkernel)) {
  2818. GELOGI("Compute graph %s get superkernel flag %d.", compute_graph->GetName().c_str(), off_superkernel);
  2819. if (!AttrUtils::SetBool(merged_compute_graph, ATTR_NAME_OFF_SUPERKERNEL_ATTR, off_superkernel)) {
  2820. GELOGE(FAILED, "Compute graph %s set superkernel flag %d failed", merged_compute_graph->GetName().c_str(),
  2821. off_superkernel);
  2822. return FAILED;
  2823. }
  2824. }
  2825. GE_TIMESTAMP_EVENT_END(MergeSubgraph, "OptimizeSubgraph::MergeSubGraph");
  2826. GE_DUMP(merged_compute_graph, "mergedComputeGraph");
  2827. compute_graph = merged_compute_graph;
  2828. if (!AttrUtils::SetBool(*compute_graph, ATTR_NAME_DYNAMIC_SHAPE_PARTITIONED, dynamic_shape_partitioned)) {
  2829. GELOGE(FAILED, "failed set dynamic shape partitioned flag on partitioned graph.");
  2830. return FAILED;
  2831. }
  2832. return SUCCESS;
  2833. }
  2834. Status GraphManager::ConvertGraphToFile(ComputeGraphPtr &compute_graph, GraphPartitioner &partitioner, std::string path,
  2835. bool exe_flag) {
  2836. GE_CHECK_NOTNULL(compute_graph);
  2837. GELOGI("compute_graph [%s] path [%s] Enter ConvertGraphToFile.", compute_graph->GetName().c_str(), path.c_str());
  2838. std::vector<ComputeGraphPtr> non_tuning_subgraphs;
  2839. auto input_node_sub_graph_map = partitioner.graph_2_input_subgraph_;
  2840. const auto &input_subgraph_info = input_node_sub_graph_map[compute_graph];
  2841. GE_CHECK_NOTNULL(input_subgraph_info);
  2842. ComputeGraphPtr input_graph_tmp = input_subgraph_info->GetSubGraph();
  2843. non_tuning_subgraphs.push_back(input_graph_tmp);
  2844. auto sub_graph_map = partitioner.GetSubGraphMap();
  2845. const auto &subgraph_infos = sub_graph_map[compute_graph];
  2846. std::vector<ComputeGraphPtr> tuning_subgraphs;
  2847. for (const auto &sub_graph_info_ptr: subgraph_infos) {
  2848. GE_CHECK_NOTNULL(sub_graph_info_ptr);
  2849. ComputeGraphPtr sub_graph_tmp = sub_graph_info_ptr->GetSubGraph();
  2850. // need to tuning
  2851. if (sub_graph_info_ptr->GetEngineName() == kVectorEngine || sub_graph_info_ptr->GetEngineName() == kAIcoreEngine) {
  2852. tuning_subgraphs.push_back(sub_graph_tmp);
  2853. } else {
  2854. non_tuning_subgraphs.push_back(sub_graph_tmp);
  2855. }
  2856. }
  2857. // for function graphs to tune
  2858. for (auto &function_graph : compute_graph->GetAllSubgraphs()) {
  2859. auto subgraph_list = sub_graph_map[function_graph];
  2860. for (const auto &sub_graph_info_ptr : subgraph_list) {
  2861. GE_CHECK_NOTNULL(sub_graph_info_ptr);
  2862. ComputeGraphPtr sub_graph_tmp = sub_graph_info_ptr->GetSubGraph();
  2863. // need to tuning
  2864. if (sub_graph_info_ptr->GetEngineName() == kVectorEngine ||
  2865. sub_graph_info_ptr->GetEngineName() == kAIcoreEngine) {
  2866. tuning_subgraphs.push_back(sub_graph_tmp);
  2867. } else {
  2868. non_tuning_subgraphs.push_back(sub_graph_tmp);
  2869. }
  2870. }
  2871. }
  2872. return TuningUtils::ConvertGraphToFile(tuning_subgraphs, non_tuning_subgraphs, exe_flag, path);
  2873. }
  2874. Status GraphManager::Build(const GraphNodePtr &graph_node, ComputeGraphPtr &compute_graph,
  2875. GeRootModelPtr &ge_root_model, uint64_t session_id) {
  2876. ErrorManager::GetInstance().SetStage(ErrorMessage::kModelCompile, ErrorMessage::kOther);
  2877. // build
  2878. if (compute_graph != nullptr) {
  2879. std::string graph_name = compute_graph->GetName();
  2880. graph_name.append("_");
  2881. graph_name.append(std::to_string(graph_node->GetGraphId()));
  2882. compute_graph->SetName(graph_name);
  2883. }
  2884. auto ret = GetCompilerStages(graph_node->GetGraphId()).builder.Build(compute_graph, ge_root_model, session_id);
  2885. if (ret != SUCCESS) {
  2886. GELOGE(ret, "SubGraph build Failed.");
  2887. return ret;
  2888. }
  2889. bool is_always_dump = false;
  2890. if (!DumpManager::GetInstance().GetDumpProperties(session_id).GetDumpPath().empty()) {
  2891. is_always_dump = true;
  2892. }
  2893. GraphUtils::DumpGEGraph(compute_graph, "Build", is_always_dump);
  2894. GraphUtils::DumpGEGraphToOnnx(*compute_graph, "Build");
  2895. graph_node->SetGeRootModel(ge_root_model);
  2896. return SUCCESS;
  2897. }
  2898. Status GraphManager::GenCheckPointGraph(const std::map<std::string, GeTensorDesc> &all_variables, Graph &graph) {
  2899. ge::ComputeGraphPtr compute_graph = MakeShared<ComputeGraph>(kCheckPointGraph);
  2900. GE_CHECK_NOTNULL(compute_graph);
  2901. OpDescPtr save_desc = MakeShared<ge::OpDesc>(compute_graph->GetName() + "_" + kSave, kSave);
  2902. GE_CHECK_NOTNULL(save_desc);
  2903. uint32_t save_index = 0;
  2904. for (auto iter = all_variables.begin(); iter != all_variables.end(); ++iter) {
  2905. GE_CHK_GRAPH_STATUS_RET(save_desc->AddInputDesc(save_index, iter->second));
  2906. save_index++;
  2907. }
  2908. NodePtr save_node = compute_graph->AddNode(save_desc);
  2909. uint32_t index = 0;
  2910. for (auto iter = all_variables.begin(); iter != all_variables.end(); ++iter) {
  2911. OpDescPtr var_desc = MakeShared<ge::OpDesc>(iter->first, VARIABLE);
  2912. GE_CHECK_NOTNULL(var_desc);
  2913. if (!AttrUtils::SetBool(var_desc, kCheckPointForGetVar, true)) {
  2914. GELOGW("Set check point graph attr failed.");
  2915. }
  2916. GE_CHK_GRAPH_STATUS_RET(var_desc->AddOutputDesc(iter->second));
  2917. NodePtr var_node = compute_graph->AddNode(var_desc);
  2918. GE_CHK_STATUS(GraphUtils::AddEdge(var_node->GetOutDataAnchor(0), save_node->GetInDataAnchor(index)),
  2919. "Add edge[%s->%s] fail.", var_node->GetName().c_str(), save_node->GetName().c_str());
  2920. index++;
  2921. }
  2922. compute_graph->Dump();
  2923. graph = GraphUtils::CreateGraphFromComputeGraph(compute_graph);
  2924. return SUCCESS;
  2925. }
  2926. Status GraphManager::SaveVariables(const Graph &graph, const std::vector<std::string> &var_names,
  2927. const std::vector<Tensor> &outputs, std::vector<Tensor> &var_values) {
  2928. map<string, Tensor> var_results;
  2929. GE_CHK_STATUS_RET(SaveCheckPointResult(graph, outputs, var_results), "Save check point result failed.");
  2930. if (!var_names.empty()) {
  2931. for (const auto &var_name : var_names) {
  2932. if (var_results.count(var_name) == 0) {
  2933. GELOGE(FAILED, "Fetch var[%s] value failed.", var_name.c_str());
  2934. return FAILED;
  2935. } else {
  2936. auto var_tensor = var_results[var_name].GetTensorDesc();
  2937. var_tensor.SetName(var_name.c_str());
  2938. var_results[var_name].SetTensorDesc(var_tensor);
  2939. var_values.emplace_back(var_results[var_name]);
  2940. }
  2941. }
  2942. } else {
  2943. for (auto iter = var_results.begin(); iter != var_results.end(); ++iter) {
  2944. string var_name = iter->first;
  2945. auto var_tensor = iter->second.GetTensorDesc();
  2946. var_tensor.SetName(var_name.c_str());
  2947. iter->second.SetTensorDesc(var_tensor);
  2948. var_values.emplace_back(iter->second);
  2949. }
  2950. }
  2951. return SUCCESS;
  2952. }
  2953. Status GraphManager::SaveCheckPointResult(const Graph &graph, const std::vector<Tensor> &outputs,
  2954. map<string, Tensor> &var_results) {
  2955. auto compute_graph = GraphUtils::GetComputeGraph(graph);
  2956. NodePtr netoutput_node = nullptr;
  2957. for (const auto &node : compute_graph->GetAllNodes()) {
  2958. if (node->GetType() == NETOUTPUT) {
  2959. netoutput_node = node;
  2960. break;
  2961. }
  2962. }
  2963. GE_CHECK_NOTNULL(netoutput_node);
  2964. for (const auto &in : netoutput_node->GetAllInDataAnchors()) {
  2965. auto out_anchor = in->GetPeerOutAnchor();
  2966. GE_CHECK_NOTNULL(out_anchor);
  2967. auto peer_node = out_anchor->GetOwnerNode();
  2968. while (peer_node->GetType() != VARIABLE) {
  2969. if (peer_node->GetAllInDataAnchors().size() != 1) {
  2970. GELOGE(FAILED, "peer_node [%s] has more than 1 input in checkpoint Graph.", peer_node->GetName().c_str());
  2971. return FAILED;
  2972. }
  2973. auto peer_node_in_anchor = peer_node->GetAllInDataAnchors().at(0);
  2974. auto peer_node_out_anchor = peer_node_in_anchor->GetPeerOutAnchor();
  2975. if (peer_node_out_anchor != nullptr) {
  2976. peer_node = peer_node_out_anchor->GetOwnerNode();
  2977. if (peer_node->GetType() == VARIABLE) {
  2978. break;
  2979. }
  2980. }
  2981. }
  2982. if (peer_node->GetType() != VARIABLE) {
  2983. GELOGE(FAILED, " peer_node %s is not variable in checkpoint Graph.", peer_node->GetName().c_str());
  2984. return FAILED;
  2985. }
  2986. auto var_name = peer_node->GetName();
  2987. GELOGI("[GraphManager] SaveVariables, varName is %s.", var_name.c_str());
  2988. if (in->GetIdx() >= static_cast<int>(outputs.size())) {
  2989. GELOGE(FAILED, "variable index[%d] out of range[%zu].", in->GetIdx(), outputs.size());
  2990. return FAILED;
  2991. }
  2992. var_results.emplace(var_name, outputs.at(in->GetIdx()));
  2993. }
  2994. return SUCCESS;
  2995. }
  2996. void GraphManager::AddLocalOmgContext(GraphId graph_id, const OmgContext &omg_context) {
  2997. std::lock_guard<std::mutex> lock(member_mutex_);
  2998. omg_contexts_.emplace(graph_id, omg_context);
  2999. SetLocalOmgContext(omg_contexts_[graph_id]);
  3000. }
  3001. void GraphManager::UpdateLocalOmgContext(GraphId graph_id) {
  3002. std::lock_guard<std::mutex> lock(member_mutex_);
  3003. auto iter = omg_contexts_.find(graph_id);
  3004. if (iter != omg_contexts_.end()) {
  3005. SetLocalOmgContext(iter->second);
  3006. } else {
  3007. GELOGW("OmgContext of graph %u not found.", graph_id);
  3008. }
  3009. }
  3010. GraphManager::CompilerStages &GraphManager::GetCompilerStages(GraphId graph_id) {
  3011. std::lock_guard<std::mutex> lock(member_mutex_);
  3012. return compiler_stages_[graph_id];
  3013. }
  3014. void GraphManager::RemoveCompilerStages(GraphId graph_id) {
  3015. std::lock_guard<std::mutex> lock(member_mutex_);
  3016. compiler_stages_.erase(graph_id);
  3017. }
  3018. } // namespace ge

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