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

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