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.

davinci_model.cc 167 kB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
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
5 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
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
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
4 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
4 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119
  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/load/model_manager/davinci_model.h"
  17. #include <graph/utils/node_utils.h>
  18. #include <algorithm>
  19. #include <map>
  20. #include <utility>
  21. #include "common/debug/log.h"
  22. #include "common/formats/formats.h"
  23. #include "common/formats/utils/formats_trans_utils.h"
  24. #include "common/math/math_util.h"
  25. #include "common/op/ge_op_utils.h"
  26. #include "common/profiling/profiling_manager.h"
  27. #include "common/properties_manager.h"
  28. #include "common/scope_guard.h"
  29. #include "common/thread_pool.h"
  30. #include "framework/common/debug/ge_log.h"
  31. #include "graph/common/ge_call_wrapper.h"
  32. #include "graph/compute_graph.h"
  33. #include "graph/debug/ge_attr_define.h"
  34. #include "graph/ge_context.h"
  35. #include "graph/graph.h"
  36. #include "graph/load/model_manager/cpu_queue_schedule.h"
  37. #include "graph/load/model_manager/model_manager.h"
  38. #include "graph/load/model_manager/tbe_handle_store.h"
  39. #include "graph/manager/graph_mem_allocator.h"
  40. #include "graph/manager/graph_var_manager.h"
  41. #include "graph/manager/trans_var_data_utils.h"
  42. #include "graph/manager/util/debug.h"
  43. #include "graph/model_serialize.h"
  44. #include "graph/node.h"
  45. #include "graph/utils/graph_utils.h"
  46. #include "graph/utils/type_utils.h"
  47. #include "init/gelib.h"
  48. #include "mmpa/mmpa_api.h"
  49. #include "omm/csa_interact.h"
  50. #include "runtime/base.h"
  51. #include "runtime/dev.h"
  52. #include "runtime/event.h"
  53. #include "runtime/mem.h"
  54. #include "runtime/rt_model.h"
  55. #include "runtime/stream.h"
  56. #include "securec.h"
  57. #include "graph/common/local_context.h"
  58. #include "common/formats/utils/formats_trans_utils.h"
  59. // create std::thread, catch exceptions using try/catch
  60. #define CREATE_STD_THREAD(thread_id, func, args) \
  61. do { \
  62. try { \
  63. thread_id = std::thread(func, args); \
  64. } catch (const std::system_error &e) { \
  65. GELOGE(FAILED, "Caught system_error with code:%d, meaning:%s", e.code().value(), e.what()); \
  66. GELOGE(FAILED, "Thread creat FAIL, Please check the left resource!"); \
  67. return FAILED; \
  68. } \
  69. } while (0)
  70. namespace ge {
  71. namespace {
  72. const uint32_t kDataIndex = 0;
  73. const uint32_t kTrueBranchStreamNum = 1;
  74. const uint32_t kGetDynamicDimsCount = 1;
  75. const uint32_t kThreadNum = 16;
  76. const uint32_t kAddrLen = sizeof(void *);
  77. const int kDecimal = 10;
  78. const int kBytes = 8;
  79. const uint32_t kDataMemAlignSizeCompare = 64;
  80. const uint32_t kDumpL1FusionOpMByteSize = 2097152; // 2 * 1024 * 1024
  81. const uint32_t kDumpFlagOfL1Fusion = 0;
  82. const char *const kDefaultBatchLable = "Batch_default";
  83. const char *const kGetDynamicDimsName = "ascend_mbatch_get_dynamic_dims_node";
  84. const char *const kMultiBatchNodePostfix = "_ascend_mbatch_batch_";
  85. const int32_t kInvalidStream = -1;
  86. const uint32_t kEndOfSequence = 0x0704000a;
  87. const uint32_t kEndOfSequenceNew = 507005;
  88. const int32_t kModelAbortNormal = 0x0704000e;
  89. const int32_t kModelAbortNormalNew = 507024;
  90. const uint32_t kInteval = 2;
  91. const char *const kModelName = "model_name";
  92. const char *const kModeleId = "model_id";
  93. const char *const kLoadStartTime = "load_start_time";
  94. const char *const kLoadEndTime = "load_end_time";
  95. const char *const kFusionOpInfo = "fusion_op_info";
  96. const char *const kFusionOpName = "fusion_op_name";
  97. const char *const kOriginalOpNum = "origin_op_num";
  98. const char *const kOriginalOpName = "origin_op_name";
  99. const char *const kStreamId = "stream_id";
  100. const char *const kFusionOpMemoryInfo = "memory_info";
  101. const char *const kInputSize = "input_size";
  102. const char *const kOutputSize = "output_size";
  103. const char *const kWeightSize = "weight_size";
  104. const char *const kWorkSpaceSize = "workspace_size";
  105. const char *const kTotalSize = "total_size";
  106. const char *const kTaskCount = "task_count";
  107. const char *const kTaskId = "task_id";
  108. const char* const kRequestId = "request_id";
  109. const char* const kThreadId = "thread_id";
  110. const char* const kInputBeginTime = "input_begin_time";
  111. const char* const kInputEndTime = "input_end_time";
  112. const char* const kInferBeginTime = "infer_begin_time";
  113. const char* const kInferEndTime = "infer_end_time";
  114. const char* const kOutputBeginTime = "output_start_time";
  115. const char* const kOutputEndTime = "output_end_time";
  116. const uint32_t kStringHeadElems = 2;
  117. inline bool IsDataOp(const std::string &node_type) {
  118. return (node_type == DATA_TYPE) || (node_type == AIPP_DATA_TYPE) || (node_type == ANN_DATA_TYPE);
  119. }
  120. inline bool IsTbeTask(const OpDescPtr &op_desc) {
  121. uint32_t run_mode = static_cast<uint32_t>(domi::ImplyType::INVALID);
  122. if (!AttrUtils::GetInt(op_desc, ATTR_NAME_IMPLY_TYPE, run_mode)) {
  123. return false;
  124. }
  125. if (run_mode != static_cast<uint32_t>(domi::ImplyType::TVM)) {
  126. return false;
  127. }
  128. // Skip no_task operator, such as concat and split.
  129. bool attr_no_task = false;
  130. bool get_attr_no_task_flag = AttrUtils::GetBool(op_desc, ATTR_NAME_NOTASK, attr_no_task);
  131. if (get_attr_no_task_flag && attr_no_task) {
  132. GELOGI("Node[name:%s, type:%s] does not generate task, skip initialization.",
  133. op_desc->GetName().c_str(), op_desc->GetType().c_str());
  134. return false;
  135. }
  136. return true;
  137. }
  138. inline bool IsNoTaskAndDumpNeeded(const OpDescPtr &op_desc) {
  139. bool save_dump_info = false;
  140. (void)ge::AttrUtils::GetBool(op_desc, ATTR_NO_TASK_AND_DUMP_NEEDED, save_dump_info);
  141. return save_dump_info;
  142. }
  143. } // namespace
  144. std::mutex DavinciModel::tvm_bin_mutex_;
  145. DavinciModel::DavinciModel(int32_t priority, const std::shared_ptr<ModelListener> &listener)
  146. : weights_mem_base_(nullptr),
  147. var_mem_base_(nullptr),
  148. fixed_mem_base_(0),
  149. mem_base_(nullptr),
  150. is_inner_mem_base_(false),
  151. is_inner_weight_base_(false),
  152. is_inner_p2p_mem_base_(false),
  153. data_inputer_(nullptr),
  154. load_begin_time_(0),
  155. load_end_time_(0),
  156. time_info_(),
  157. dataInputTid(0),
  158. is_weight_mem_has_inited_(false),
  159. is_feature_map_mem_has_inited_(false),
  160. model_id_(0),
  161. runtime_model_id_(0),
  162. version_(0),
  163. ge_model_(nullptr),
  164. listener_(listener),
  165. run_flg_(false),
  166. priority_(priority),
  167. rt_model_handle_(nullptr),
  168. rt_model_stream_(nullptr),
  169. is_inner_model_stream_(false),
  170. is_async_mode_(false),
  171. last_execute_mode_(INITIALIZATION),
  172. session_id_(0),
  173. device_id_(0),
  174. maxDumpOpNum_(0), data_dumper_(runtime_param_),
  175. iterator_count_(0),
  176. is_l1_fusion_enable_(false),
  177. is_first_execute_(true) {
  178. op_list_.clear();
  179. skt_info_ = {0, 0, 0, 0, nullptr, nullptr, {}, {}, {}, {}, {}, RT_KERNEL_DEFAULT, -1, 0, nullptr};
  180. }
  181. DavinciModel::~DavinciModel() {
  182. try {
  183. GE_CHK_STATUS(ModelRunStop());
  184. Status ret = data_dumper_.UnloadDumpInfo();
  185. if (ret != SUCCESS) {
  186. GELOGW("UnloadDumpInfo failed, ret: %u.", ret);
  187. }
  188. ClearTaskAddrs();
  189. op_list_.clear();
  190. tensor_name_to_fixed_addr_size_.clear();
  191. tensor_name_to_peer_output_index_.clear();
  192. GE_DELETE_NEW_SINGLE(data_inputer_);
  193. // check rt ctx is exist. rt api call will cause error log when ctx not exist
  194. rtContext_t ctx = nullptr;
  195. rtError_t rt_ret = rtCtxGetCurrent(&ctx);
  196. if (rt_ret == RT_ERROR_NONE) {
  197. UnbindTaskSinkStream();
  198. for (size_t i = 0; i < label_list_.size(); ++i) {
  199. if (label_list_[i] != nullptr) {
  200. GE_LOGW_IF(rtLabelDestroy(label_list_[i]) != RT_ERROR_NONE, "Destroy label failed, index:%zu", i);
  201. }
  202. }
  203. for (size_t i = 0; i < stream_list_.size(); ++i) {
  204. GE_LOGW_IF(rtStreamDestroy(stream_list_[i]) != RT_ERROR_NONE, "Destroy stream failed, index:%zu", i);
  205. }
  206. for (size_t i = 0; i < event_list_.size(); ++i) {
  207. GE_LOGW_IF(rtEventDestroy(event_list_[i]) != RT_ERROR_NONE, "Destroy event failed, index: %zu", i);
  208. }
  209. FreeWeightsMem();
  210. FreeFeatureMapMem();
  211. FreeP2PMem();
  212. if (l1_fusion_addr_ != nullptr) {
  213. GE_CHK_RT(rtFree(l1_fusion_addr_));
  214. }
  215. if (rt_model_handle_ != nullptr) {
  216. GE_CHK_RT(rtModelDestroy(rt_model_handle_));
  217. rt_model_handle_ = nullptr;
  218. }
  219. }
  220. OpDebugUnRegister();
  221. ReleaseTask();
  222. CleanTbeHandle();
  223. var_mem_base_ = nullptr;
  224. if (known_node_) {
  225. if (args_ != nullptr) {
  226. GE_CHK_RT(rtFree(args_));
  227. }
  228. total_io_addrs_.clear();
  229. if (fixed_addrs_ != nullptr) {
  230. GE_CHK_RT(rtFree(fixed_addrs_));
  231. }
  232. }
  233. } catch (...) {
  234. GELOGW("DavinciModel::~DavinciModel: clear op_list catch exception.");
  235. }
  236. }
  237. void DavinciModel::ClearTaskAddrs() {
  238. for (const auto &op_and_addr : saved_task_addrs_) {
  239. auto addr = op_and_addr.second;
  240. if (addr != nullptr) {
  241. GE_CHK_RT(rtFree(addr));
  242. }
  243. addr = nullptr;
  244. }
  245. saved_task_addrs_.clear();
  246. }
  247. void DavinciModel::UnbindHcomStream() {
  248. if (!all_hccl_stream_list_.empty()) {
  249. for (size_t i = 0; i < all_hccl_stream_list_.size(); i++) {
  250. GE_LOGW_IF(rtModelUnbindStream(rt_model_handle_, all_hccl_stream_list_[i]) != RT_ERROR_NONE,
  251. "Unbind hccl stream from model failed! Index: %zu", i);
  252. GE_LOGW_IF(rtStreamDestroy(all_hccl_stream_list_[i]) != RT_ERROR_NONE, "Destroy hccl stream for rt_model failed!")
  253. }
  254. }
  255. return;
  256. }
  257. void DavinciModel::ReleaseTask() {
  258. for (const auto &task : cpu_task_list_) {
  259. if (task != nullptr) {
  260. GE_CHK_STATUS(task->Release(), "Release task failed.");
  261. }
  262. }
  263. cpu_task_list_.clear();
  264. for (const auto &task : task_list_) {
  265. if (task != nullptr) {
  266. GE_CHK_STATUS(task->Release(), "Release task failed.");
  267. }
  268. }
  269. }
  270. Status DavinciModel::Assign(const GeModelPtr &ge_model) {
  271. if (ge_model == nullptr) {
  272. GELOGI("can't assign null ge_model");
  273. return FAILED;
  274. }
  275. ge_model_ = ge_model;
  276. return SUCCESS;
  277. }
  278. ///
  279. /// @ingroup ge
  280. /// @brief Reduce memory usage after task sink.
  281. /// @return: void
  282. ///
  283. void DavinciModel::Shrink() {
  284. skt_info_ = {0, 0, 0, 0, nullptr, nullptr, {}, {}, {}, {}, {}, RT_KERNEL_DEFAULT, -1, 0, nullptr};
  285. DumperShrink();
  286. ge_model_.reset(); // delete object.
  287. op_list_.clear();
  288. ClearTaskAddrs();
  289. }
  290. Status DavinciModel::InitWeightMem(void *dev_ptr, void *weight_ptr, size_t weight_size) {
  291. if (is_weight_mem_has_inited_) {
  292. GELOGE(FAILED, "call InitWeightMem more than once.");
  293. return FAILED;
  294. }
  295. is_weight_mem_has_inited_ = true;
  296. const Buffer &weights = ge_model_->GetWeight();
  297. std::size_t weights_size = weights.GetSize();
  298. GE_CHECK_LE(weights_size, ALLOC_MEMORY_MAX_SIZE);
  299. if ((weight_ptr != nullptr) && (weight_size < weights_size)) {
  300. GELOGE(FAILED, "Invalid mem param: weight_size=%zu totalsize=%zu.", weight_size, weights_size);
  301. return FAILED;
  302. }
  303. weights_mem_base_ = static_cast<uint8_t *>(dev_ptr);
  304. is_inner_weight_base_ = false;
  305. if (weights_size != 0) {
  306. weights_mem_base_ = static_cast<uint8_t *>(weight_ptr);
  307. is_inner_weight_base_ = false;
  308. if (weight_ptr == nullptr) {
  309. weights_mem_base_ = MallocWeightsMem(weights_size);
  310. if (weights_mem_base_ == nullptr) {
  311. GELOGE(ACL_ERROR_GE_MEMORY_ALLOCATION, "Alloc weight memory failed. size: %zu", weights_size);
  312. return ACL_ERROR_GE_MEMORY_ALLOCATION;
  313. }
  314. is_inner_weight_base_ = true;
  315. }
  316. GELOGI("[IMAS]InitWeightMem graph_%u MallocMemory type[W] memaddr[%p] mem_size[%zu]", runtime_param_.graph_id,
  317. weights_mem_base_, weights_size);
  318. GE_CHK_RT_RET(rtMemcpy(weights_mem_base_, weights_size, weights.GetData(), weights_size, RT_MEMCPY_HOST_TO_DEVICE));
  319. GELOGI("copy weights data to device");
  320. }
  321. runtime_param_.weight_base = weights_mem_base_;
  322. return SUCCESS;
  323. }
  324. Status DavinciModel::InitFeatureMapAndP2PMem(void *dev_ptr, size_t mem_size) {
  325. if (is_feature_map_mem_has_inited_) {
  326. GELOGE(PARAM_INVALID, "call InitFeatureMapMem more than once.");
  327. return PARAM_INVALID;
  328. }
  329. is_feature_map_mem_has_inited_ = true;
  330. std::size_t data_size = TotalMemSize();
  331. std::size_t p2p_data_size = P2PMemInfos().at(RT_MEMORY_P2P_DDR).memory_size;
  332. if ((dev_ptr != nullptr) && (mem_size < TotalMemSize())) {
  333. GELOGE(PARAM_INVALID, "Invalid mem param: mem_size=%zu totalsize=%zu.", mem_size, TotalMemSize());
  334. return PARAM_INVALID;
  335. }
  336. mem_base_ = static_cast<uint8_t *>(dev_ptr);
  337. p2p_mem_base_ = static_cast<uint8_t *>(dev_ptr);
  338. is_inner_mem_base_ = false;
  339. if (TotalMemSize() && mem_base_ == nullptr) {
  340. mem_base_ = MallocFeatureMapMem(data_size);
  341. if (mem_base_ == nullptr) {
  342. GELOGE(ACL_ERROR_GE_MEMORY_ALLOCATION, "Alloc feature map memory failed. size: %zu", data_size);
  343. return ACL_ERROR_GE_MEMORY_ALLOCATION;
  344. }
  345. GEEVENT("[IMAS]InitFeatureMapAndP2PMem graph_%u MallocMemory type[F] memaddr[%p] mem_size[%zu].",
  346. runtime_param_.graph_id, mem_base_, data_size);
  347. if (!is_inner_weight_base_) {
  348. weights_mem_base_ = mem_base_;
  349. is_inner_weight_base_ = true;
  350. }
  351. is_inner_mem_base_ = true;
  352. }
  353. if (p2p_data_size != 0) {
  354. p2p_mem_base_ = MallocP2PMem(p2p_data_size);
  355. if (p2p_mem_base_ == nullptr) {
  356. GELOGE(ACL_ERROR_GE_MEMORY_ALLOCATION, "Alloc p2p memory failed,size: %zu", p2p_data_size);
  357. return ACL_ERROR_GE_MEMORY_ALLOCATION;
  358. }
  359. GELOGI("InitFeatureMapAndP2PMem graph_%u MallocMemory type[F] memaddr[%p] mem_size[%zu]", runtime_param_.graph_id,
  360. p2p_mem_base_, p2p_data_size);
  361. is_inner_p2p_mem_base_ = true;
  362. }
  363. GE_CHK_STATUS_RET(InitVariableMem(), "Init variable memory failed");
  364. runtime_param_.mem_base = mem_base_;
  365. runtime_param_.weight_base = weights_mem_base_;
  366. runtime_param_.memory_infos[RT_MEMORY_P2P_DDR].memory_base = p2p_mem_base_;
  367. return SUCCESS;
  368. }
  369. Status DavinciModel::InitVariableMem() {
  370. // malloc variable memory base
  371. var_mem_base_ = VarManager::Instance(session_id_)->GetVarMemoryBase(RT_MEMORY_HBM);
  372. if (TotalVarMemSize() && (var_mem_base_ == nullptr)) {
  373. Status ret = VarManager::Instance(session_id_)->MallocVarMemory(TotalVarMemSize());
  374. if (ret != SUCCESS) {
  375. GELOGE(ret, "Malloc variable memory failed.");
  376. return ret;
  377. }
  378. var_mem_base_ = VarManager::Instance(session_id_)->GetVarMemoryBase(RT_MEMORY_HBM);
  379. GEEVENT("[IMAS]InitVariableMem graph_%u MallocMemory type[V] memaddr[%p] mem_size[%zu]", runtime_param_.graph_id,
  380. var_mem_base_, TotalVarMemSize());
  381. }
  382. runtime_param_.var_base = var_mem_base_;
  383. return SUCCESS;
  384. }
  385. void DavinciModel::InitRuntimeParams() {
  386. int64_t value = 0;
  387. bool ret;
  388. MemInfo p2p_mem_info;
  389. ret = ge::AttrUtils::GetInt(ge_model_, ATTR_MODEL_MEMORY_SIZE, value);
  390. runtime_param_.mem_size = ret ? (uint64_t)value : 0;
  391. ret = ge::AttrUtils::GetInt(ge_model_, ATTR_MODEL_WEIGHT_SIZE, value);
  392. runtime_param_.weight_size = ret ? (uint64_t)value : 0;
  393. ret = ge::AttrUtils::GetInt(ge_model_, ATTR_MODEL_STREAM_NUM, value);
  394. runtime_param_.stream_num = ret ? (uint32_t)value : 0;
  395. ret = ge::AttrUtils::GetInt(ge_model_, ATTR_MODEL_EVENT_NUM, value);
  396. runtime_param_.event_num = ret ? (uint32_t)value : 0;
  397. ret = ge::AttrUtils::GetInt(ge_model_, ATTR_MODEL_LABEL_NUM, value);
  398. runtime_param_.label_num = ret ? (uint32_t)value : 0;
  399. ret = ge::AttrUtils::GetInt(ge_model_, ATTR_MODEL_BATCH_NUM, value);
  400. runtime_param_.batch_num = ret ? (uint32_t)value : 0;
  401. ret = ge::AttrUtils::GetInt(ge_model_, MODEL_ATTR_TASK_GEN_BASE_ADDR, value);
  402. runtime_param_.logic_mem_base = ret ? (uint64_t)value : 0;
  403. ret = ge::AttrUtils::GetInt(ge_model_, MODEL_ATTR_TASK_GEN_WEIGHT_ADDR, value);
  404. runtime_param_.logic_weight_base = ret ? (uint64_t)value : 0;
  405. ret = ge::AttrUtils::GetInt(ge_model_, ge::MODEL_ATTR_SESSION_ID, value);
  406. runtime_param_.session_id = ret ? (uint64_t)value : 0;
  407. ret = ge::AttrUtils::GetInt(ge_model_, ATTR_MODEL_TASK_GEN_VAR_ADDR, value);
  408. runtime_param_.logic_var_base = ret ? (uint64_t)value : 0;
  409. ret = ge::AttrUtils::GetInt(ge_model_, ATTR_MODEL_VAR_SIZE, value);
  410. runtime_param_.var_size = ret ? (uint64_t)value : 0;
  411. session_id_ = runtime_param_.session_id;
  412. ret = ge::AttrUtils::GetInt(ge_model_, ATTR_MODEL_P2P_MEMORY_SIZE, value);
  413. p2p_mem_info.memory_size = ret ? (uint64_t)value : 0;
  414. runtime_param_.memory_infos[RT_MEMORY_P2P_DDR] = std::move(p2p_mem_info);
  415. GELOGI(
  416. "InitRuntimeParams(), session_id:%lu, stream_num:%u, event_num:%u, label_num:%u, "
  417. "logic_mem_base:0x%lx, logic_weight_base:0x%lx, logic_var_base:0x%lx, "
  418. "memory_size:%lu, weight_size:%lu, var_size:%lu",
  419. runtime_param_.session_id, runtime_param_.stream_num, runtime_param_.event_num, runtime_param_.label_num,
  420. runtime_param_.logic_mem_base, runtime_param_.logic_weight_base, runtime_param_.logic_var_base,
  421. runtime_param_.mem_size, runtime_param_.weight_size, runtime_param_.var_size);
  422. }
  423. void DavinciModel::CheckHasHcomOp(const ComputeGraphPtr &compute_graph) {
  424. const set<string> hcom_opp_types({
  425. HCOMBROADCAST, HCOMALLGATHER, HCOMALLREDUCE, HCOMSEND, HCOMRECEIVE, HCOMREDUCESCATTER,
  426. HVDCALLBACKALLREDUCE, HVDCALLBACKALLGATHER, HVDCALLBACKBROADCAST, HVDWAIT, HCOMREDUCE
  427. });
  428. for (const auto &node : compute_graph->GetAllNodes()) {
  429. OpDescPtr op_desc = node->GetOpDesc();
  430. GE_IF_BOOL_EXEC(op_desc == nullptr, GELOGW("Node OpDesc is nullptr"); continue);
  431. if (hcom_opp_types.count(op_desc->GetType()) > 0) {
  432. uint32_t stream_id = static_cast<uint32_t>(op_desc->GetStreamId());
  433. hcom_streams_.emplace(stream_id);
  434. GELOGD("hcom stream: %u.", stream_id);
  435. }
  436. }
  437. }
  438. ///
  439. /// @ingroup ge
  440. /// @brief Make active stream list and bind to model.
  441. /// @return: 0 for success / others for fail
  442. ///
  443. Status DavinciModel::BindModelStream() {
  444. // Stream not in active_stream_indication_ is active stream.
  445. is_stream_list_bind_ = false;
  446. if ((!input_queue_ids_.empty() || !output_queue_ids_.empty()) || (deploy_type_ == AICPU_DEPLOY_CROSS_THREAD)) {
  447. for (size_t i = 0; i < stream_list_.size(); ++i) {
  448. if (active_stream_indication_.count(i) == 0) {
  449. active_stream_list_.push_back(stream_list_[i]);
  450. active_stream_indication_.insert(i); // deactive all model stream.
  451. }
  452. }
  453. }
  454. for (size_t i = 0; i < stream_list_.size(); ++i) {
  455. if (active_stream_indication_.count(i) > 0) {
  456. GELOGI("rtModelBindStream[%zu]", i);
  457. GE_CHK_RT_RET(rtModelBindStream(rt_model_handle_, stream_list_[i], RT_INVALID_FLAG));
  458. } else {
  459. // bind rt_model_handel to all streams that relates to op
  460. GE_CHK_RT_RET(rtModelBindStream(rt_model_handle_, stream_list_[i], RT_HEAD_STREAM));
  461. }
  462. }
  463. is_stream_list_bind_ = true;
  464. return SUCCESS;
  465. }
  466. Status DavinciModel::DoTaskSink() {
  467. // task sink is supported as model_task_def is set
  468. const auto &model_task_def = ge_model_->GetModelTaskDefPtr();
  469. if (model_task_def == nullptr) {
  470. return SUCCESS;
  471. }
  472. GE_CHK_RT_RET(rtGetAicpuDeploy(&deploy_type_));
  473. GELOGI("do task_sink. AiCpu deploy type is: %x", deploy_type_);
  474. GE_CHK_STATUS_RET(BindModelStream(), "Bind model stream failed.");
  475. if (known_node_) {
  476. GE_CHK_STATUS_RET(MallocKnownArgs(), "Mallloc known node args failed.");
  477. }
  478. GE_CHK_STATUS_RET(InitTaskInfo(*model_task_def.get()), "InitTaskInfo failed.");
  479. GE_CHK_STATUS_RET(ModelManager::GetInstance()->LaunchCustAicpuSo(), "Launch cust aicpu so failed.");
  480. GE_CHK_STATUS_RET(ModelManager::GetInstance()->CheckAicpuOpList(ge_model_), "Check aicpu op type failed.");
  481. GE_CHK_STATUS_RET(InitEntryTask(), "InitEntryTask failed.");
  482. GE_CHK_STATUS_RET(InitL1DataDumperArgs(), "InitL1DataDumperArgs failed.");
  483. GE_CHK_STATUS_RET(DistributeTask(), "Distribute failed.");
  484. GE_CHK_RT_RET(rtModelLoadComplete(rt_model_handle_));
  485. SetCopyOnlyOutput();
  486. return SUCCESS;
  487. }
  488. // set device use aicore(0) or vectorcore(1)
  489. Status DavinciModel::SetTSDevice() {
  490. int64_t value = 0;
  491. bool ret = ge::AttrUtils::GetInt(ge_model_, ATTR_MODEL_CORE_TYPE, value);
  492. uint32_t core_type = ret ? static_cast<uint32_t>(value) : 0;
  493. GELOGD("SetTSDevice: %u.", core_type);
  494. rtError_t rt_ret = rtSetTSDevice(core_type);
  495. if (rt_ret != RT_ERROR_NONE) {
  496. GELOGE(RT_FAILED, "SetTSDevice failed, ret: 0x%X", rt_ret);
  497. return RT_ERROR_TO_GE_STATUS(rt_ret);
  498. }
  499. return SUCCESS;
  500. }
  501. Status DavinciModel::OpDebugRegister() {
  502. bool is_op_debug = false;
  503. (void)ge::AttrUtils::GetBool(ge_model_, ATTR_OP_DEBUG_FLAG, is_op_debug);
  504. GELOGD("The value of op debug in ge_model is %d.", is_op_debug);
  505. if (is_op_debug) {
  506. debug_reg_mutex_.lock();
  507. rtError_t rt_ret = rtMalloc(&op_debug_addr_, kOpDebugMemorySize, RT_MEMORY_DDR);
  508. if (rt_ret != RT_ERROR_NONE) {
  509. GELOGE(RT_FAILED, "rtMalloc error, ret: 0x%X", rt_ret);
  510. return RT_ERROR_TO_GE_STATUS(rt_ret);
  511. }
  512. uint64_t debug_addrs_tmp = static_cast<uint64_t>(reinterpret_cast<uintptr_t>(op_debug_addr_));
  513. // For data dump, aicpu needs the pointer to pointer that save the real debug address.
  514. rt_ret = rtMalloc(&p2p_debug_addr_, kDebugP2pSize, RT_MEMORY_HBM);
  515. if (rt_ret != RT_ERROR_NONE) {
  516. GELOGE(RT_FAILED, "rtMalloc error, ret: 0x%X", rt_ret);
  517. return RT_ERROR_TO_GE_STATUS(rt_ret);
  518. }
  519. rt_ret = rtMemcpy(p2p_debug_addr_, sizeof(uint64_t), &debug_addrs_tmp, sizeof(uint64_t), RT_MEMCPY_HOST_TO_DEVICE);
  520. if (rt_ret != RT_ERROR_NONE) {
  521. GELOGE(RT_FAILED, "rtMemcpy to p2p_addr error: 0x%X", rt_ret);
  522. return RT_ERROR_TO_GE_STATUS(rt_ret);
  523. }
  524. uint32_t op_debug_mode = 0;
  525. (void)ge::AttrUtils::GetInt(ge_model_, ATTR_OP_DEBUG_MODE, op_debug_mode);
  526. GELOGD("The value of op_debug_mode in ge_model_ is %u.", op_debug_mode);
  527. uint32_t debug_task_id = 0;
  528. uint32_t debug_stream_id = 0;
  529. rt_ret = rtDebugRegister(rt_model_handle_, op_debug_mode, op_debug_addr_, &debug_stream_id, &debug_task_id);
  530. if (rt_ret != RT_ERROR_NONE) {
  531. GELOGE(RT_FAILED, "rtDebugRegister error, ret: 0x%X", rt_ret);
  532. return RT_ERROR_TO_GE_STATUS(rt_ret);
  533. }
  534. GELOGI("debug_task_id:%d, debug_stream_id:%u", debug_task_id, debug_stream_id);
  535. is_op_debug_reg_ = true;
  536. data_dumper_.SaveOpDebugId(debug_task_id, debug_stream_id, p2p_debug_addr_, is_op_debug);
  537. }
  538. return SUCCESS;
  539. }
  540. void DavinciModel::OpDebugUnRegister() {
  541. if (is_op_debug_reg_) {
  542. debug_reg_mutex_.unlock();
  543. rtError_t rt_ret = RT_ERROR_NONE;
  544. if (rt_model_handle_ != nullptr) {
  545. GELOGD("start call debug_unregister.");
  546. rt_ret = rtDebugUnRegister(rt_model_handle_);
  547. if (rt_ret != RT_ERROR_NONE) {
  548. GELOGW("rtDebugUnRegister failed, ret: 0x%X", rt_ret);
  549. }
  550. }
  551. if (op_debug_addr_ != nullptr) {
  552. rt_ret = rtFree(op_debug_addr_);
  553. if (rt_ret != RT_ERROR_NONE) {
  554. GELOGW("rtFree failed, ret: 0x%X", rt_ret);
  555. }
  556. op_debug_addr_ = nullptr;
  557. }
  558. if (p2p_debug_addr_ != nullptr) {
  559. rt_ret = rtFree(p2p_debug_addr_);
  560. if (rt_ret != RT_ERROR_NONE) {
  561. GELOGW("rtFree failed, ret: 0x%X", rt_ret);
  562. }
  563. p2p_debug_addr_ = nullptr;
  564. }
  565. is_op_debug_reg_ = false;
  566. }
  567. return;
  568. }
  569. // initialize op sequence and call initialization function of each op respectively
  570. Status DavinciModel::Init(void *dev_ptr, size_t mem_size, void *weight_ptr, size_t weight_size) {
  571. // validating params
  572. GELOGI("Priority is %d.", priority_);
  573. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(priority_ < 0 || priority_ > 7, return PARAM_INVALID,
  574. "Priority must between 0-7, now is %d.", priority_);
  575. GE_CHK_BOOL_RET_STATUS(ge_model_ != nullptr, PARAM_INVALID, "GeModel is null.");
  576. Graph graph = ge_model_->GetGraph();
  577. ComputeGraphPtr compute_graph = GraphUtils::GetComputeGraph(graph);
  578. GE_CHK_BOOL_RET_STATUS(compute_graph != nullptr, INTERNAL_ERROR, "Get compute graph is nullptr.");
  579. // Initializing runtime_param_
  580. InitRuntimeParams();
  581. // RTS set aicore or vectorcore
  582. GE_CHK_STATUS_RET(SetTSDevice(), "SetTSDevice failed.");
  583. version_ = ge_model_->GetVersion();
  584. name_ = ge_model_->GetName();
  585. (void)ge::AttrUtils::GetBool(ge_model_, ATTR_NAME_SWITCH_FOR_L1_FUSION, is_l1_fusion_enable_);
  586. GELOGD("The value of ge.l1Fusion in ge_model is %d.", is_l1_fusion_enable_);
  587. CheckHasHcomOp(compute_graph);
  588. vector<int64_t> huge_stream_list;
  589. (void)ge::AttrUtils::GetListInt(ge_model_, ATTR_MODEL_HUGE_STREAM_LIST, huge_stream_list);
  590. std::set<int64_t> huge_streams(huge_stream_list.begin(), huge_stream_list.end());
  591. for (uint32_t i = 0; i < StreamNum(); i++) {
  592. rtStream_t stream = nullptr;
  593. GE_MAKE_GUARD_RTSTREAM(stream);
  594. uint32_t stream_flags = RT_STREAM_PERSISTENT;
  595. if (huge_streams.find(i) != huge_streams.end()) {
  596. GELOGI("Stream %u is huge stream.", i);
  597. stream_flags |= RT_STREAM_HUGE;
  598. }
  599. if (hcom_streams_.find(i) != hcom_streams_.end()) {
  600. GE_CHK_RT_RET(rtStreamCreateWithFlags(&stream, priority_, stream_flags | RT_STREAM_FORCE_COPY));
  601. } else {
  602. GE_CHK_RT_RET(rtStreamCreateWithFlags(&stream, priority_, stream_flags));
  603. }
  604. GE_DISMISS_GUARD(stream);
  605. stream_list_.push_back(stream);
  606. int32_t rt_stream_id = kInvalidStream;
  607. (void)rtGetStreamId(stream, &rt_stream_id);
  608. GELOGI("Logical stream index:%u, stream:%p, rtstream: %d.", i, stream, rt_stream_id);
  609. }
  610. for (uint32_t i = 0; i < EventNum(); i++) {
  611. rtEvent_t rt_event;
  612. GE_CHK_RT_RET(rtEventCreate(&rt_event));
  613. event_list_.push_back(rt_event);
  614. }
  615. label_list_.resize(LabelNum(), nullptr);
  616. // create model_handle to load model
  617. GE_CHK_RT_RET(rtModelCreate(&rt_model_handle_, 0));
  618. GE_CHK_RT_RET(rtModelGetId(rt_model_handle_, &runtime_model_id_));
  619. // inference will use default graph_id 0;
  620. runtime_param_.graph_id = compute_graph->GetGraphID();
  621. // op debug register
  622. GE_CHK_STATUS_RET(OpDebugRegister(), "OpDebugRegister failed.");
  623. GE_TIMESTAMP_START(TransAllVarData);
  624. GE_CHK_STATUS_RET(TransAllVarData(compute_graph, runtime_param_.graph_id), "TransAllVarData failed.");
  625. GE_TIMESTAMP_END(TransAllVarData, "GraphLoader::TransAllVarData");
  626. GE_CHK_STATUS_RET(TransVarDataUtils::CopyVarData(compute_graph, session_id_, device_id_), "copy var data failed.");
  627. GE_TIMESTAMP_START(InitModelMem);
  628. GELOGD("Known node is %d.", known_node_);
  629. GE_CHK_STATUS_RET_NOLOG(InitWeightMem(dev_ptr, weight_ptr, weight_size));
  630. if (!known_node_) {
  631. GE_CHK_STATUS_RET_NOLOG(InitFeatureMapAndP2PMem(dev_ptr, mem_size));
  632. data_inputer_ = new (std::nothrow) DataInputer();
  633. GE_CHK_BOOL_RET_STATUS(data_inputer_ != nullptr, MEMALLOC_FAILED, "data_inputer_ is nullptr.");
  634. }
  635. fixed_mem_base_ = reinterpret_cast<uintptr_t>(mem_base_);
  636. GE_TIMESTAMP_END(InitModelMem, "GraphLoader::InitModelMem");
  637. for (const ge::NodePtr &node : compute_graph->GetDirectNode()) {
  638. auto op_desc = node->GetOpDesc();
  639. GE_IF_BOOL_EXEC(op_desc == nullptr, continue);
  640. GE_IF_BOOL_EXEC(op_desc->GetType() != VARIABLE, continue);
  641. GE_IF_BOOL_EXEC(IsBroadCastOpData(node),
  642. (void)ge::AttrUtils::SetStr(op_desc, VAR_ATTR_VAR_IS_BROADCAST, "var_is_restore"););
  643. }
  644. GE_CHK_STATUS_RET(InitNodes(compute_graph), "Init nodes failed.");
  645. GE_TIMESTAMP_START(DoTaskSink);
  646. GE_CHK_STATUS_RET(DoTaskSink(), "Task sink failed.");
  647. GE_TIMESTAMP_END(DoTaskSink, "GraphLoader::DoTaskSink");
  648. /// In zero copy model, if a aicpu operator is connected to the first or last layer, before model execution,
  649. /// the aicpu opertor needs to destroy history record, and update operator memory address.
  650. /// The model with specified aicpu operators is only marked here, and destruction is in ModelManager::ExecuteModel().
  651. need_destroy_aicpu_kernel_ = IsAicpuKernelConnectSpecifiedLayer();
  652. string fp_ceiling_mode;
  653. if (ge::AttrUtils::GetStr(ge_model_, ATTR_FP_CEILING_MODE, fp_ceiling_mode)) {
  654. GELOGI("Get attr ATTR_FP_CEILING_MODE from model, value is %s.", fp_ceiling_mode.c_str());
  655. // mode 0: Do not perform saturation processing. By default, IEEE754 is used.
  656. GE_CHK_RT_RET(rtSetCtxINFMode((fp_ceiling_mode != "0")));
  657. }
  658. SetProfileTime(MODEL_LOAD_END);
  659. // collect profiling for ge
  660. auto &profiling_manager = ProfilingManager::Instance();
  661. if (profiling_manager.ProfilingModelLoadOn()) {
  662. GE_CHK_STATUS_RET(InitModelProfile(), "Init model profile failed");
  663. Status p_ret = ReportProfilingData();
  664. if (p_ret != SUCCESS) {
  665. GELOGE(p_ret, "Report profiling data failed.");
  666. return p_ret;
  667. }
  668. }
  669. Shrink();
  670. return SUCCESS;
  671. }
  672. Status DavinciModel::ReportProfilingData() {
  673. ProfilingManager::Instance().ReportProfilingData(model_id_, GetTaskDescInfo());
  674. GE_CHK_STATUS(SinkModelProfile(), "Sink model profiler failed.");
  675. return SUCCESS;
  676. }
  677. ///
  678. /// @ingroup ge
  679. /// @brief Travel all nodes and determine if destruction is required.
  680. /// @return bool
  681. ///
  682. bool DavinciModel::IsAicpuKernelConnectSpecifiedLayer() {
  683. Graph graph = ge_model_->GetGraph();
  684. ComputeGraphPtr compute_graph = GraphUtils::GetComputeGraph(graph);
  685. auto all_nodes = compute_graph->GetAllNodes();
  686. for (auto &node : all_nodes) {
  687. GE_IF_BOOL_EXEC(node == nullptr, continue);
  688. OpDescPtr op_desc = node->GetOpDesc();
  689. GE_IF_BOOL_EXEC(op_desc == nullptr, continue);
  690. int64_t imply_type = -1;
  691. (void)ge::AttrUtils::GetInt(op_desc, ATTR_NAME_IMPLY_TYPE, imply_type);
  692. if (imply_type != static_cast<int64_t>(domi::ImplyType::AI_CPU)) {
  693. continue;
  694. }
  695. GELOGD("Current operator imply type is %ld, name is %s.", imply_type, op_desc->GetName().c_str());
  696. for (auto &in_data_anchor : node->GetAllInDataAnchors()) {
  697. GE_IF_BOOL_EXEC(in_data_anchor == nullptr, continue);
  698. auto peer_out_data_anchor = in_data_anchor->GetPeerOutAnchor();
  699. GE_IF_BOOL_EXEC(peer_out_data_anchor == nullptr, continue);
  700. auto peer_node = peer_out_data_anchor->GetOwnerNode();
  701. GE_IF_BOOL_EXEC(peer_node == nullptr, continue);
  702. auto peer_op_desc = peer_node->GetOpDesc();
  703. GE_IF_BOOL_EXEC(peer_op_desc == nullptr, continue);
  704. if (IsDataOp(peer_op_desc->GetType())) {
  705. GELOGI("Mark specified aicpu operator connected to data.");
  706. return true;
  707. }
  708. }
  709. for (auto &out_data_anchor : node->GetAllOutDataAnchors()) {
  710. GE_IF_BOOL_EXEC(out_data_anchor == nullptr, continue);
  711. auto peer_in_data_anchors = out_data_anchor->GetPeerInDataAnchors();
  712. for (auto &peer_in_data_anchor : peer_in_data_anchors) {
  713. GE_IF_BOOL_EXEC(peer_in_data_anchor == nullptr, continue);
  714. auto peer_node = peer_in_data_anchor->GetOwnerNode();
  715. GE_IF_BOOL_EXEC(peer_node == nullptr, continue);
  716. auto peer_op_desc = peer_node->GetOpDesc();
  717. GE_IF_BOOL_EXEC(peer_op_desc == nullptr, continue);
  718. if (peer_op_desc->GetType() == NETOUTPUT) {
  719. GELOGI("Mark specified aicpu operator connected to netoutput.");
  720. return true;
  721. }
  722. }
  723. }
  724. }
  725. return false;
  726. }
  727. Status DavinciModel::UpdateSessionId(uint64_t session_id) {
  728. GE_CHECK_NOTNULL(ge_model_);
  729. if (!AttrUtils::SetInt(ge_model_, MODEL_ATTR_SESSION_ID, static_cast<int64_t>(session_id))) {
  730. GELOGW("Set attr[%s] failed in updating session_id.", MODEL_ATTR_SESSION_ID.c_str());
  731. }
  732. GELOGD("Update session id: %lu.", session_id);
  733. return SUCCESS;
  734. }
  735. ///
  736. /// @ingroup ge
  737. /// @brief Travel all nodes and do some init.
  738. /// @param [in] compute_graph: ComputeGraph to load.
  739. /// @return Status
  740. ///
  741. Status DavinciModel::InitNodes(const ComputeGraphPtr &compute_graph) {
  742. uint32_t data_op_index = 0;
  743. GE_TIMESTAMP_CALLNUM_START(LoadTBEKernelBinToOpDesc);
  744. GE_TIMESTAMP_CALLNUM_START(InitTbeHandle);
  745. typedef Status (DavinciModel::*OpDescCall)(const OpDescPtr &);
  746. static std::map<std::string, OpDescCall> op_desc_handle = {
  747. {CONSTANTOP, &DavinciModel::InitConstant},
  748. {STREAMACTIVE, &DavinciModel::InitStreamActive},
  749. {STREAMSWITCH, &DavinciModel::InitStreamSwitch},
  750. {STREAMSWITCHN, &DavinciModel::InitStreamSwitchN},
  751. {LABELSET, &DavinciModel::InitLabelSet},
  752. {CASE, &DavinciModel::InitCase},
  753. };
  754. vector<OpDescPtr> output_op_list;
  755. set<const void *> input_outside_addrs;
  756. set<const void *> output_outside_addrs;
  757. map<uint32_t, OpDescPtr> data_by_index;
  758. map<string, OpDescPtr> variable_by_name;
  759. auto nodes = compute_graph->GetAllNodes();
  760. const CustAICPUKernelStore &aicpu_kernel_store = ge_model_->GetCustAICPUKernelStore();
  761. for (size_t i = 0; i < nodes.size(); ++i) {
  762. const auto &node = nodes.at(i);
  763. const auto &op_desc = node->GetOpDesc();
  764. GE_CHECK_NOTNULL(op_desc);
  765. op_list_[op_desc->GetId()] = op_desc;
  766. GE_TIMESTAMP_RESTART(LoadTBEKernelBinToOpDesc);
  767. aicpu_kernel_store.LoadCustAICPUKernelBinToOpDesc(op_desc);
  768. GE_TIMESTAMP_ADD(LoadTBEKernelBinToOpDesc);
  769. if (IsDataOp(op_desc->GetType())) {
  770. if (InitDataOp(compute_graph, node, data_op_index, data_by_index, input_outside_addrs) != SUCCESS) {
  771. GELOGE(PARAM_INVALID, "Data init failed, Name: %s", op_desc->GetName().c_str());
  772. return PARAM_INVALID;
  773. }
  774. data_dumper_.SaveDumpInput(node);
  775. continue;
  776. }
  777. if (op_desc->GetType() == NETOUTPUT) {
  778. if (InitNetOutput(compute_graph, node, output_op_list, output_outside_addrs) != SUCCESS) {
  779. GELOGE(PARAM_INVALID, "NetOutput init failed, Name: %s", op_desc->GetName().c_str());
  780. return PARAM_INVALID;
  781. }
  782. if (InitRealSizeAndShapeInfo(compute_graph, node) != SUCCESS) {
  783. GELOGE(PARAM_INVALID, "Init real size and shape failed, Name: %s", op_desc->GetName().c_str());
  784. return PARAM_INVALID;
  785. }
  786. continue;
  787. }
  788. if (op_desc->GetType() == VARIABLE) {
  789. if (InitVariable(op_desc, variable_by_name) != SUCCESS) {
  790. GELOGE(PARAM_INVALID, "Variable init failed, Name: %s", op_desc->GetName().c_str());
  791. return PARAM_INVALID;
  792. }
  793. continue;
  794. }
  795. auto it = op_desc_handle.find(op_desc->GetType());
  796. if (it != op_desc_handle.end()) {
  797. if ((this->*it->second)(op_desc) != SUCCESS) {
  798. GELOGE(PARAM_INVALID, "Node init failed, Name: %s", op_desc->GetName().c_str());
  799. return PARAM_INVALID;
  800. }
  801. continue;
  802. }
  803. // for dynamic shape with control flow
  804. SetLabelForDynamic(node);
  805. if (IsNoTaskAndDumpNeeded(op_desc)) {
  806. GELOGD("node[%s] without task, and save op_desc and addr for dump", op_desc->GetName().c_str());
  807. const RuntimeParam &rts_param = GetRuntimeParam();
  808. const vector<void *> input_data_addrs = ModelUtils::GetInputDataAddrs(rts_param, op_desc);
  809. const vector<void *> output_data_addrs = ModelUtils::GetOutputDataAddrs(rts_param, op_desc);
  810. const vector<void *> workspace_data_addrs = ModelUtils::GetWorkspaceDataAddrs(rts_param, op_desc);
  811. vector<void *> tensor_device_addrs;
  812. tensor_device_addrs.insert(tensor_device_addrs.end(), input_data_addrs.begin(), input_data_addrs.end());
  813. tensor_device_addrs.insert(tensor_device_addrs.end(), output_data_addrs.begin(), output_data_addrs.end());
  814. tensor_device_addrs.insert(tensor_device_addrs.end(), workspace_data_addrs.begin(), workspace_data_addrs.end());
  815. void *addr = nullptr;
  816. auto size = kAddrLen * tensor_device_addrs.size();
  817. GE_CHK_RT_RET(rtMalloc(&addr, size, RT_MEMORY_HBM));
  818. rtError_t rt_ret = rtMemcpy(addr, size, tensor_device_addrs.data(), size, RT_MEMCPY_HOST_TO_DEVICE);
  819. if (rt_ret != RT_ERROR_NONE) {
  820. GELOGE(RT_FAILED, "rtMemcpy error, ret: 0x%X", rt_ret);
  821. GE_CHK_RT(rtFree(addr));
  822. return RT_ERROR_TO_GE_STATUS(rt_ret);
  823. }
  824. saved_task_addrs_.emplace(op_desc, addr);
  825. }
  826. GE_TIMESTAMP_RESTART(InitTbeHandle);
  827. if (IsTbeTask(op_desc)) {
  828. Status status = InitTbeHandle(op_desc);
  829. if (status != SUCCESS) {
  830. GELOGE(status, "TBE init failed. %s", op_desc->GetName().c_str());
  831. return status;
  832. }
  833. }
  834. GE_TIMESTAMP_ADD(InitTbeHandle);
  835. }
  836. SetDataDumperArgs(compute_graph, variable_by_name);
  837. GE_TIMESTAMP_CALLNUM_END(LoadTBEKernelBinToOpDesc, "GraphLoader::LoadTBEKernelBinToOpDesc.");
  838. GE_TIMESTAMP_CALLNUM_END(InitTbeHandle, "GraphLoader::InitTbeHandle.");
  839. return GenInputOutputInfo(data_by_index, output_op_list);
  840. }
  841. void DavinciModel::SetLabelForDynamic(const NodePtr &node) {
  842. if (known_node_ && node->GetOpDesc()->GetType() == LABELSWITCHBYINDEX) {
  843. for (auto &in_data_anchor : node->GetAllInDataAnchors()) {
  844. auto peer_out_data_anchor = in_data_anchor->GetPeerOutAnchor();
  845. if (peer_out_data_anchor != nullptr) {
  846. string tensor_name = node->GetName();
  847. auto peer_node = peer_out_data_anchor->GetOwnerNode();
  848. (void)AttrUtils::SetStr(peer_node->GetOpDesc(), ATTR_DYNAMIC_SHAPE_FIXED_ADDR, tensor_name);
  849. (void)AttrUtils::SetInt(peer_node->GetOpDesc(), ATTR_DYNAMIC_SHAPE_FIXED_ADDR_INDEX, 0);
  850. tensor_name_to_peer_output_index_[tensor_name] = 0;
  851. }
  852. }
  853. }
  854. }
  855. ///
  856. /// @ingroup ge
  857. /// @brief Data Op Initialize.
  858. /// @param [in] ComputeGraphPtr: root graph of the model.
  859. /// @param [in] NodePtr: Data Op.
  860. /// @param [in/out] data_op_index: index of courrent count.
  861. /// @param [in/out] data_by_index: Data ordered by index.
  862. /// @return Status
  863. ///
  864. Status DavinciModel::InitDataOp(const ComputeGraphPtr &graph, const NodePtr &node, uint32_t &data_op_index,
  865. map<uint32_t, OpDescPtr> &data_by_index, set<const void *> &input_outside_addrs) {
  866. // op_desc Checked by Init: Data, valid.
  867. auto op_desc = node->GetOpDesc();
  868. if (node->GetOwnerComputeGraph() != graph) {
  869. GELOGI("Skip subgraph Data node: %s.", op_desc->GetName().c_str());
  870. return SUCCESS;
  871. }
  872. GELOGI("Init Data node: %s.", op_desc->GetName().c_str());
  873. auto data_index = data_op_index++;
  874. if (AttrUtils::GetInt(op_desc, ATTR_NAME_INDEX, data_index)) {
  875. GELOGD("Get new index %u, old %u", data_index, data_op_index - 1);
  876. }
  877. data_by_index[data_index] = op_desc;
  878. if (known_node_) {
  879. return SUCCESS;
  880. }
  881. // Make information for copy input data.
  882. const vector<int64_t> output_size_list = ModelUtils::GetOutputSize(op_desc);
  883. const vector<void *> virtual_addr_list = ModelUtils::GetOutputDataAddrs(runtime_param_, op_desc);
  884. const vector<int64_t> output_offset_list = op_desc->GetOutputOffset();
  885. if (output_size_list.empty() || virtual_addr_list.empty() || (output_size_list.size() != virtual_addr_list.size()) ||
  886. (output_offset_list.size() != virtual_addr_list.size())) {
  887. GELOGE(PARAM_INVALID, "Data[%s] init failed: output size is %zu, virtual_addr size is %zu, offset size is %zu.",
  888. op_desc->GetName().c_str(), output_size_list.size(), virtual_addr_list.size(), output_offset_list.size());
  889. return PARAM_INVALID;
  890. }
  891. bool fusion_flag = false;
  892. ZeroCopyOffset zero_copy_offset;
  893. int64_t data_size = output_size_list[kDataIndex];
  894. void *virtual_addr = virtual_addr_list[kDataIndex];
  895. Status ret = zero_copy_offset.InitInputDataInfo(data_size, virtual_addr, op_desc, fusion_flag);
  896. if (ret != SUCCESS) {
  897. GELOGE(PARAM_INVALID, "InitDataInfo of input_info %s failed.", op_desc->GetName().c_str());
  898. return PARAM_INVALID;
  899. }
  900. if (input_outside_addrs.count(virtual_addr) == 0) {
  901. int64_t output_offset = output_offset_list.at(kDataIndex);
  902. zero_copy_offset.SetInputOutsideAddrs(output_offset, virtual_addr, fusion_flag, real_virtual_addrs_);
  903. input_outside_addrs.insert(virtual_addr);
  904. }
  905. input_data_info_[data_index] = zero_copy_offset;
  906. return SUCCESS;
  907. }
  908. ///
  909. /// @ingroup ge
  910. /// @brief Sort Data op list by index.
  911. /// @param [in] data_by_index: map of Data Op.
  912. /// @param [in] output_op_list: list of NetOutput op.
  913. /// @return Status
  914. ///
  915. Status DavinciModel::GenInputOutputInfo(const map<uint32_t, OpDescPtr> &data_by_index,
  916. const vector<OpDescPtr> &output_op_list) {
  917. GELOGD("Data node size: %zu, NetOutput node size: %zu", data_by_index.size(), output_op_list.size());
  918. for (auto &item : data_by_index) {
  919. const auto output_addrs = ModelUtils::GetOutputDataAddrs(runtime_param_, item.second);
  920. GELOGD("Data node: %s, output addr size: %zu", item.second->GetName().c_str(), output_addrs.size());
  921. input_addrs_list_.emplace_back(output_addrs);
  922. GE_CHK_STATUS_RET(InitAippInfo(item.first, item.second), "Init AIPP Info failed");
  923. GE_CHK_STATUS_RET(InitAippType(item.first, item.second, data_by_index), "Init AIPP Type failed");
  924. GE_CHK_STATUS_RET(InitOrigInputInfo(item.first, item.second), "Init Orig input failed");
  925. GE_CHK_STATUS_RET(InitAippInputOutputDims(item.first, item.second), "Init AIPP dims failed");
  926. GE_CHK_STATUS_RET(InitInputDescInfo(item.second), "Init input desc info failed");
  927. if (item.second->GetType() == AIPP_DATA_TYPE) {
  928. GELOGI("This is dynamic aipp model, Node: %s", item.second->GetName().c_str());
  929. is_dynamic_aipp_ = true;
  930. }
  931. }
  932. vector<string> out_node_name;
  933. (void)AttrUtils::GetListStr(ge_model_, ATTR_MODEL_OUT_NODES_NAME, out_node_name);
  934. GELOGD("Output node size: %zu, out nodes name: %zu", output_op_list.size(), out_node_name.size());
  935. for (const auto &op_desc : output_op_list) {
  936. const auto input_addrs = ModelUtils::GetInputDataAddrs(runtime_param_, op_desc);
  937. GELOGD("NetOutput node: %s, input addr size: %zu", op_desc->GetName().c_str(), input_addrs.size());
  938. output_addrs_list_.emplace_back(input_addrs);
  939. bool getnext_sink_dynamic = false;
  940. if (AttrUtils::GetBool(op_desc, ATTR_GETNEXT_SINK_DYNMAIC, getnext_sink_dynamic) && getnext_sink_dynamic) {
  941. GELOGI("ATTR_GETNEXT_SINK_DYNMAIC has been set and is true, node: %s", op_desc->GetName().c_str());
  942. is_getnext_sink_dynamic_ = true;
  943. }
  944. vector<string> shape_info;
  945. if (AttrUtils::GetListStr(op_desc, ATTR_NAME_DYNAMIC_OUTPUT_DIMS, shape_info)) {
  946. dynamic_output_shape_info_.insert(dynamic_output_shape_info_.end(), shape_info.begin(), shape_info.end());
  947. }
  948. if (InitOutputTensorInfo(op_desc) != SUCCESS) {
  949. return INTERNAL_ERROR;
  950. }
  951. GE_CHK_STATUS_RET(InitOutputDescInfo(op_desc, out_node_name), "Init output desc info failed");
  952. }
  953. return SUCCESS;
  954. }
  955. bool DavinciModel::IsGetNextSinkDynamic(const OpDescPtr &op_desc) {
  956. bool getnext_sink_dynamic = false;
  957. if (ge::AttrUtils::GetBool(op_desc, ATTR_GETNEXT_SINK_DYNMAIC, getnext_sink_dynamic) && getnext_sink_dynamic) {
  958. GELOGI("ATTR_GETNEXT_SINK_DYNMAIC has been set and is true.");
  959. return true;
  960. }
  961. return false;
  962. }
  963. /// @ingroup ge
  964. /// @brief NetOutput Op Initialize.
  965. /// @param [in] ComputeGraphPtr: root graph of the model.
  966. /// @param [in] NodePtr: NetOutput Op.
  967. /// @param [in/out] vector<OpDescPtr>: All NetOutput node in model.
  968. /// @return Status
  969. Status DavinciModel::InitNetOutput(const ComputeGraphPtr &graph, const NodePtr &node,
  970. vector<OpDescPtr> &output_op_list, set<const void *> &output_outside_addrs) {
  971. // node->GetOpDesc Checked by Init: NetOutput, valid.
  972. auto op_desc = node->GetOpDesc();
  973. // excludes the function op sub graph, e.g. case,if
  974. if (node->GetOwnerComputeGraph() != graph) {
  975. GELOGI("Skip subgraph NetOutput node: %s.", op_desc->GetName().c_str());
  976. op_list_.erase(op_desc->GetId());
  977. return SUCCESS;
  978. }
  979. GELOGI("Init NetOutput node: %s.", op_desc->GetName().c_str());
  980. output_op_list.push_back(op_desc);
  981. has_output_node_ = true;
  982. if (known_node_) {
  983. return SUCCESS;
  984. }
  985. // Make information for copy output data.
  986. const vector<int64_t> input_size_list = ModelUtils::GetInputSize(op_desc);
  987. const vector<void *> virtual_addr_list = ModelUtils::GetInputDataAddrs(runtime_param_, op_desc);
  988. const vector<int64_t> input_offset_list = op_desc->GetInputOffset();
  989. GE_IF_BOOL_EXEC(input_offset_list.size() != virtual_addr_list.size(),
  990. GELOGE(PARAM_INVALID, "virtual_addr size should be equal to offset size."); return PARAM_INVALID;);
  991. if (input_size_list.empty() && virtual_addr_list.empty()) {
  992. GELOGI("NetOutput[%s] is empty.", op_desc->GetName().c_str());
  993. return SUCCESS;
  994. }
  995. if (input_size_list.empty() || input_size_list.size() != virtual_addr_list.size()) {
  996. GELOGE(PARAM_INVALID, "NetOutput[%s] init failed: Input size is %zu, Input addr is %zu", op_desc->GetName().c_str(),
  997. input_size_list.size(), virtual_addr_list.size());
  998. return PARAM_INVALID;
  999. }
  1000. size_t num = output_data_info_.size();
  1001. bool fusion_flag = false;
  1002. size_t input_count = input_size_list.size();
  1003. is_getnext_sink_dynamic_ = false;
  1004. if (IsGetNextSinkDynamic(op_desc)) {
  1005. input_count = input_size_list.size() - kGetDynamicDimsCount;
  1006. is_getnext_sink_dynamic_ = true;
  1007. }
  1008. for (size_t idx = 0; idx < input_count; ++idx) {
  1009. ZeroCopyOffset zero_copy_offset;
  1010. Status ret = zero_copy_offset.InitOutputDataInfo(input_size_list, virtual_addr_list, op_desc, idx, fusion_flag);
  1011. GE_IF_BOOL_EXEC(ret != SUCCESS, GELOGE(PARAM_INVALID, "InitDataInfo of input_info %s failed.",
  1012. op_desc->GetName().c_str()); return PARAM_INVALID;);
  1013. void *addr = virtual_addr_list.at(idx);
  1014. int64_t input_offset = input_offset_list.at(idx);
  1015. if (output_outside_addrs.count(addr) == 0) {
  1016. vector<void *> tensor_addrs;
  1017. zero_copy_offset.SetOutputOutsideAddrs(input_offset, fusion_flag, addr, tensor_addrs);
  1018. output_outside_addrs.insert(addr);
  1019. for (size_t i = 0; i < tensor_addrs.size(); ++i) {
  1020. void *real_addr = tensor_addrs.at(i);
  1021. DisableZeroCopy(real_addr);
  1022. real_virtual_addrs_.insert(real_addr);
  1023. }
  1024. } else {
  1025. GELOGI("same output_tensor_addr %p to different input_tensor of %s", addr, op_desc->GetName().c_str());
  1026. DisableZeroCopy(addr);
  1027. }
  1028. output_data_info_[num + idx] = zero_copy_offset;
  1029. }
  1030. return SUCCESS;
  1031. }
  1032. Status DavinciModel::InitRealSizeAndShapeInfo(const ComputeGraphPtr &compute_graph, const NodePtr &node) {
  1033. if (node->GetName().find(kMultiBatchNodePostfix) != string::npos) {
  1034. GELOGD("No need to get size and shape of netoutput in subgraph.");
  1035. return SUCCESS;
  1036. }
  1037. GELOGD("Start init real size and shape info of %s.", node->GetName().c_str());
  1038. GetAllGearsInfo(node);
  1039. if (is_getnext_sink_dynamic_) {
  1040. GE_IF_BOOL_EXEC(GetGetDynamicDimsNodeInfo(node) != SUCCESS,
  1041. GELOGE(PARAM_INVALID, "Failed to get info of getdynamicdims node."); return PARAM_INVALID;);
  1042. }
  1043. if (is_online_infer_dynamic_) {
  1044. GE_IF_BOOL_EXEC(GetGearAndRealOutSizeInfo(compute_graph, node) != SUCCESS,
  1045. GELOGE(PARAM_INVALID, "Failed to get gear and real out size info."); return PARAM_INVALID;);
  1046. GE_IF_BOOL_EXEC(GetGearAndRealOutShapeInfo(compute_graph, node) != SUCCESS,
  1047. GELOGE(PARAM_INVALID, "Failed to get gear and real out shape info."); return PARAM_INVALID;);
  1048. }
  1049. return SUCCESS;
  1050. }
  1051. void DavinciModel::GetAllGearsInfo(const NodePtr &node) {
  1052. is_online_infer_dynamic_ = false;
  1053. all_gears_info_.clear();
  1054. std::string shapes;
  1055. (void) AttrUtils::GetStr(node->GetOpDesc(), ATTR_ALL_GEARS_INFO, shapes);
  1056. if (!shapes.empty()) {
  1057. is_online_infer_dynamic_ = true;
  1058. std::vector<std::string> shape_strs = ge::StringUtils::Split(shapes, ';');
  1059. for (const auto &shape_str : shape_strs) {
  1060. if (shape_str.empty()) {
  1061. continue;
  1062. }
  1063. std::vector<int32_t> gear_info;
  1064. std::vector<std::string> dims = ge::StringUtils::Split(shape_str, ',');
  1065. for (const auto &dim : dims) {
  1066. if (dim.empty()) {
  1067. continue;
  1068. }
  1069. gear_info.emplace_back(std::strtol(dim.c_str(), nullptr, kDecimal));
  1070. }
  1071. if (!gear_info.empty()) {
  1072. all_gears_info_.emplace_back(gear_info);
  1073. GELOGD("Init all gears info from %s, gaer info is %s.", node->GetName().c_str(),
  1074. formats::JoinToString(gear_info).c_str());
  1075. }
  1076. }
  1077. }
  1078. }
  1079. Status DavinciModel::GetGetDynamicDimsNodeInfo(const NodePtr &node) {
  1080. GE_CHECK_NOTNULL(node->GetOpDesc());
  1081. size_t input_count = node->GetAllInDataAnchors().size();
  1082. GELOGI("input_anchor count of %s is %zu.", node->GetName().c_str(), input_count);
  1083. size_t get_dynamic_dims_index = input_count - kGetDynamicDimsCount;
  1084. auto in_anchor = node->GetAllInDataAnchors().at(get_dynamic_dims_index);
  1085. auto peer_out_anchor = in_anchor->GetPeerOutAnchor();
  1086. if (peer_out_anchor == nullptr) {
  1087. GELOGE(PARAM_INVALID, "Out anchor of getdynmaicdims node should not be nullptr.");
  1088. return PARAM_INVALID;
  1089. }
  1090. auto peer_node = peer_out_anchor->GetOwnerNode();
  1091. auto op_desc = peer_node->GetOpDesc();
  1092. GE_CHECK_NOTNULL(op_desc);
  1093. if (op_desc->GetName() == kGetDynamicDimsName && op_desc->GetType() == GETDYNAMICDIMS) {
  1094. GELOGD("Start get info of %s.", op_desc->GetName().c_str());
  1095. auto input_addr = ModelUtils::GetInputDataAddrs(runtime_param_, node->GetOpDesc());
  1096. auto input_size = ModelUtils::GetInputSize(node->GetOpDesc());
  1097. if (input_addr.empty() || input_size.empty()) {
  1098. GELOGE(PARAM_INVALID, "Not set output of %s", op_desc->GetName().c_str());
  1099. return PARAM_INVALID;
  1100. }
  1101. auto input_desc = node->GetOpDesc()->GetInputDescPtr(get_dynamic_dims_index);
  1102. GE_CHECK_NOTNULL(input_desc);
  1103. if (input_desc->GetShape().GetDims().empty()) {
  1104. GELOGE(PARAM_INVALID, "Not set output desc shape of %s.", op_desc->GetName().c_str());
  1105. return PARAM_INVALID;
  1106. }
  1107. netoutput_last_input_addr_ = input_addr[get_dynamic_dims_index];
  1108. netoutput_last_input_size_ = input_size[get_dynamic_dims_index];
  1109. shape_of_cur_dynamic_dims_ = input_desc->GetShape().GetDims().at(0);
  1110. GELOGD("Shape of cur dynamic dims is %zu, size is %ld, addr is %p.", shape_of_cur_dynamic_dims_,
  1111. netoutput_last_input_size_, netoutput_last_input_addr_);
  1112. }
  1113. return SUCCESS;
  1114. }
  1115. Status DavinciModel::GetGearAndRealOutSizeInfo(const ComputeGraphPtr &graph, const NodePtr &node) {
  1116. GELOGD("Start get gear and real output size info of %s.", node->GetName().c_str());
  1117. merge_nodes_gear_and_real_out_size_info_.clear();
  1118. size_t idx = 0;
  1119. for (const auto &in_anchor : node->GetAllInDataAnchors()) {
  1120. auto peer_out_anchor = in_anchor->GetPeerOutAnchor();
  1121. if (peer_out_anchor == nullptr) {
  1122. continue;
  1123. }
  1124. auto peer_node = peer_out_anchor->GetOwnerNode();
  1125. auto op_desc = peer_node->GetOpDesc();
  1126. GE_CHECK_NOTNULL(op_desc);
  1127. if ((peer_node->GetType() == CASE) && (op_desc->HasAttr(ATTR_INSERT_BY_MBATCH))) {
  1128. if (GetRealOutputSizeOfCase(graph, idx, peer_node) != SUCCESS) {
  1129. GELOGE(PARAM_INVALID, "Get real output size of %s failed.", peer_node->GetName().c_str());
  1130. return PARAM_INVALID;
  1131. }
  1132. }
  1133. idx++;
  1134. }
  1135. return SUCCESS;
  1136. }
  1137. Status DavinciModel::GetRealOutputSizeOfCase(const ComputeGraphPtr &graph, size_t input_index,
  1138. const NodePtr &case_node) {
  1139. GELOGD("Start get output size of %s, which is %zu input to netoutput.", case_node->GetName().c_str(), input_index);
  1140. const auto &func_desc = case_node->GetOpDesc();
  1141. GE_CHECK_NOTNULL(func_desc);
  1142. std::map<vector<int32_t>, int64_t> gear_and_real_out_size_info;
  1143. for (const auto &name : func_desc->GetSubgraphInstanceNames()) {
  1144. const auto &subgraph = graph->GetSubgraph(name);
  1145. if (subgraph == nullptr) {
  1146. GELOGE(GE_GRAPH_EMPTY_SUBGRAPH, "Subgraph not found, name: %s.", name.c_str());
  1147. return GE_GRAPH_EMPTY_SUBGRAPH;
  1148. }
  1149. for (auto &node : subgraph->GetDirectNode()) {
  1150. if (node->GetType() == NETOUTPUT) {
  1151. auto op_desc = node->GetOpDesc();
  1152. GE_CHECK_NOTNULL(op_desc);
  1153. string batch_label;
  1154. if (AttrUtils::GetStr(op_desc, ATTR_NAME_BATCH_LABEL, batch_label)) {
  1155. size_t batch_index = static_cast<size_t>(stoi(batch_label.substr(batch_label.rfind('_') + 1)));
  1156. GELOGD("Batch index of %s is %zu.", op_desc->GetName().c_str(), batch_index);
  1157. if (batch_index > all_gears_info_.size()) {
  1158. GELOGE(PARAM_INVALID, "The value of ATTR_NAME_BATCH_LABEL is invalid.");
  1159. return PARAM_INVALID;
  1160. }
  1161. const vector<int64_t> input_size_list = ModelUtils::GetInputSize(op_desc);
  1162. auto tensor_desc = op_desc->GetInputDescPtr(input_index);
  1163. GE_CHECK_NOTNULL(tensor_desc);
  1164. int64_t data_size = 0;
  1165. if (TensorUtils::GetTensorSizeInBytes(*tensor_desc, data_size) != GRAPH_SUCCESS) {
  1166. GELOGE(FAILED, "Get tensor size in bytes failed.");
  1167. return FAILED;
  1168. }
  1169. gear_and_real_out_size_info[all_gears_info_[batch_index]] = data_size;
  1170. GELOGD("Get real gear index is: %zu, gear info is %s, size is %ld, tensor size is %ld",
  1171. batch_index, formats::JoinToString(all_gears_info_[batch_index]).c_str(),
  1172. input_size_list[input_index], data_size);
  1173. }
  1174. break;
  1175. }
  1176. }
  1177. }
  1178. merge_nodes_gear_and_real_out_size_info_[input_index] = gear_and_real_out_size_info;
  1179. return SUCCESS;
  1180. }
  1181. Status DavinciModel::GetGearAndRealOutShapeInfo(const ComputeGraphPtr &graph, const NodePtr &node) {
  1182. GELOGD("Start to get dynamic output dims of %s.", node->GetName().c_str());
  1183. merge_nodes_gear_and_real_out_shape_info_.clear();
  1184. size_t idx = 0;
  1185. for (const auto &in_anchor : node->GetAllInDataAnchors()) {
  1186. auto peer_out_anchor = in_anchor->GetPeerOutAnchor();
  1187. if (peer_out_anchor == nullptr) {
  1188. continue;
  1189. }
  1190. auto peer_node = peer_out_anchor->GetOwnerNode();
  1191. auto op_desc = peer_node->GetOpDesc();
  1192. GE_CHECK_NOTNULL(op_desc);
  1193. if ((peer_node->GetType() == CASE) && (op_desc->HasAttr(ATTR_INSERT_BY_MBATCH))) {
  1194. std::vector<std::string> dynamic_output_shape_info;
  1195. if (!AttrUtils::GetListStr(node->GetOpDesc(), ATTR_NAME_DYNAMIC_OUTPUT_DIMS, dynamic_output_shape_info)) {
  1196. GELOGD("Can not get dynamic output dims attr from %s.", node->GetName().c_str());
  1197. return SUCCESS;
  1198. }
  1199. GELOGI("Dynamic output shape info is %s", formats::JoinToString(dynamic_output_shape_info).c_str());
  1200. std::vector<vector<int64_t>> dynamic_output_shape;
  1201. ParseDynamicOutShape(dynamic_output_shape_info, dynamic_output_shape);
  1202. std::map<vector<int32_t>, vector<int64_t>> gear_and_real_out_shape_info;
  1203. for (auto &it : dynamic_output_shape) {
  1204. auto gear_index = static_cast<size_t>(it[0]);
  1205. if (gear_index > all_gears_info_.size()) {
  1206. GELOGE(PARAM_INVALID, "The value of cur index: %zu is invalid.", static_cast<size_t>(it[0]));
  1207. return PARAM_INVALID;
  1208. }
  1209. if (static_cast<size_t>(it[1]) == idx) {
  1210. vector<int64_t> output_shape;
  1211. for (size_t i = 2; i < it.size(); ++i) {
  1212. output_shape.emplace_back(it[i]);
  1213. }
  1214. gear_and_real_out_shape_info[all_gears_info_[gear_index]] = output_shape;
  1215. GELOGD("Get real gear index is: %zu, gear info is %s, output shape is %s.",
  1216. gear_index, formats::JoinToString(all_gears_info_[gear_index]).c_str(),
  1217. formats::JoinToString(output_shape).c_str());
  1218. }
  1219. }
  1220. merge_nodes_gear_and_real_out_shape_info_[idx] = gear_and_real_out_shape_info;
  1221. }
  1222. idx++;
  1223. }
  1224. return SUCCESS;
  1225. }
  1226. void DavinciModel::ParseDynamicOutShape(const std::vector<std::string> &str_info,
  1227. std::vector<vector<int64_t>> &vec_info) {
  1228. for (size_t i = 0; i < str_info.size(); ++i) {
  1229. std::vector<int64_t> shape;
  1230. std::vector<std::string> dims = ge::StringUtils::Split(str_info[i], ',');
  1231. for (const auto &dim : dims) {
  1232. if (dim.empty()) {
  1233. continue;
  1234. }
  1235. shape.emplace_back(std::strtol(dim.c_str(), nullptr, kDecimal));
  1236. }
  1237. GELOGI("Shape from attr is %s.", formats::JoinToString(shape).c_str());
  1238. vec_info.emplace_back(shape);
  1239. }
  1240. }
  1241. /// @ingroup ge
  1242. /// @brief LabelSet Op Initialize.
  1243. /// @param [in] op_desc: LabelSet Op descriptor.
  1244. /// @return Status
  1245. Status DavinciModel::InitLabelSet(const OpDescPtr &op_desc) {
  1246. uint32_t label_index = 0;
  1247. if (!AttrUtils::GetInt(op_desc, ATTR_NAME_LABEL_SWITCH_INDEX, label_index)) {
  1248. GELOGE(INTERNAL_ERROR, "InitLabelSet: %s attr [%s] not exist.", op_desc->GetName().c_str(),
  1249. ATTR_NAME_LABEL_SWITCH_INDEX.c_str());
  1250. return INTERNAL_ERROR;
  1251. }
  1252. if (label_index >= LabelNum()) {
  1253. GELOGE(INTERNAL_ERROR, "InitLabelSet: label index: %u >= label size: %u.", label_index, LabelNum());
  1254. return INTERNAL_ERROR;
  1255. }
  1256. if (label_id_indication_.count(label_index) > 0) {
  1257. GELOGE(INTERNAL_ERROR, "InitLabelSet: %s label index: %u already used.", op_desc->GetName().c_str(), label_index);
  1258. return INTERNAL_ERROR;
  1259. }
  1260. rtStream_t stream = nullptr;
  1261. uint32_t stream_id = static_cast<uint32_t>(op_desc->GetStreamId());
  1262. if (stream_list_.size() == 1) {
  1263. stream = stream_list_[0];
  1264. } else if (stream_list_.size() > stream_id) {
  1265. stream = stream_list_[stream_id];
  1266. } else {
  1267. GELOGE(INTERNAL_ERROR, "InitLabelSet: stream index: %u >= stream size: %zu.", stream_id, stream_list_.size());
  1268. return INTERNAL_ERROR;
  1269. }
  1270. rtLabel_t rt_label = nullptr;
  1271. rtError_t rt_error = rtLabelCreateExV2(&rt_label, rt_model_handle_, stream);
  1272. if (rt_error != RT_ERROR_NONE || rt_label == nullptr) {
  1273. GELOGE(INTERNAL_ERROR, "InitLabelSet: %s create label failed, error=0x%x.", op_desc->GetName().c_str(), rt_error);
  1274. return INTERNAL_ERROR;
  1275. }
  1276. GELOGI("InitLabelSet: label[%u]=%p stream[%u]=%p.", label_index, rt_label, stream_id, stream);
  1277. label_id_indication_.insert(label_index);
  1278. label_list_[label_index] = rt_label;
  1279. return SUCCESS;
  1280. }
  1281. Status DavinciModel::InitVariable(const OpDescPtr &op_desc, map<string, OpDescPtr> &variable_by_name) {
  1282. if (op_desc->GetName() == NODE_NAME_GLOBAL_STEP) {
  1283. const auto output_sizes = ModelUtils::GetOutputSize(op_desc);
  1284. if (!output_sizes.empty()) {
  1285. global_step_size_ = output_sizes[0];
  1286. }
  1287. const auto output_addrs = ModelUtils::GetOutputDataAddrs(runtime_param_, op_desc);
  1288. if (!output_addrs.empty()) {
  1289. global_step_addr_ = output_addrs[0];
  1290. }
  1291. }
  1292. if (op_desc->HasAttr(VAR_ATTR_VAR_IS_BROADCAST)) {
  1293. broadcast_variable_[op_desc->GetName()] = op_desc->GetOutputDesc(0);
  1294. }
  1295. variable_by_name[op_desc->GetName()] = op_desc;
  1296. return SUCCESS;
  1297. }
  1298. /// @ingroup ge
  1299. /// @brief ACL case, Load task list with queue.
  1300. /// @param [in] input_queue_ids: input queue ids from user, nums equal Data Op.
  1301. /// @param [in] output_queue_ids: input queue ids from user, nums equal NetOutput Op.
  1302. /// @return: 0 for success / others for failed
  1303. Status DavinciModel::SetQueIds(const std::vector<uint32_t> &input_queue_ids,
  1304. const std::vector<uint32_t> &output_queue_ids) {
  1305. if (input_queue_ids.empty() && output_queue_ids.empty()) {
  1306. GELOGE(ACL_ERROR_GE_EXEC_MODEL_QUEUE_ID_INVALID, "Param is empty");
  1307. return ACL_ERROR_GE_EXEC_MODEL_QUEUE_ID_INVALID;
  1308. }
  1309. input_queue_ids_ = input_queue_ids;
  1310. output_queue_ids_ = output_queue_ids;
  1311. return SUCCESS;
  1312. }
  1313. ///
  1314. /// @ingroup ge
  1315. /// @brief ACL case, Load task list with queue.
  1316. /// @param [in] input_que_ids: input queue ids from user, nums equal Data Op.
  1317. /// @param [in] output_que_ids: input queue ids from user, nums equal NetOutput Op.
  1318. /// @return: 0 for success / others for failed
  1319. ///
  1320. Status DavinciModel::LoadWithQueue() {
  1321. if (input_queue_ids_.empty() && output_queue_ids_.empty()) {
  1322. return SUCCESS;
  1323. }
  1324. if (input_queue_ids_.size() != input_data_info_.size()) {
  1325. GELOGE(ACL_ERROR_GE_EXEC_MODEL_QUEUE_ID_INVALID, "Input queue ids not match model: input_queue=%zu input_data=%zu",
  1326. input_queue_ids_.size(), input_data_info_.size());
  1327. return ACL_ERROR_GE_EXEC_MODEL_QUEUE_ID_INVALID;
  1328. }
  1329. if (output_queue_ids_.size() != output_data_info_.size()) {
  1330. GELOGE(ACL_ERROR_GE_EXEC_MODEL_QUEUE_ID_INVALID,
  1331. "Output queue ids not match model: output_queue=%zu output_data=%zu",
  1332. output_queue_ids_.size(), output_data_info_.size());
  1333. return ACL_ERROR_GE_EXEC_MODEL_QUEUE_ID_INVALID;
  1334. }
  1335. GE_CHK_STATUS_RET(AddHeadStream(), "Add head stream failed.");
  1336. // Binding input_queue and Data Op.
  1337. GE_CHK_STATUS_RET(BindInputQueue(), "Launch bind input queue failed.");
  1338. GE_CHK_STATUS_RET(CpuTaskModelZeroCopy(input_mbuf_list_, input_data_info_), "Launch zero copy failed.");
  1339. // Binding output_queue and NetOutput Op.
  1340. GE_CHK_STATUS_RET(BindOutputQueue(), "Launch bind output queue failed.");
  1341. GE_CHK_STATUS_RET(CpuTaskModelZeroCopy(output_mbuf_list_, output_data_info_), "Launch zero copy failed.");
  1342. GE_CHK_STATUS_RET(CpuActiveStream(), "Launch active entry stream failed.");
  1343. GE_CHK_STATUS_RET(CpuWaitEndGraph(), "Launch wait end graph failed.");
  1344. GE_CHK_STATUS_RET(BindEnqueue(), "Launch enqueue failed.");
  1345. GE_CHK_STATUS_RET(CpuModelRepeat(), "Launch model repeat failed.");
  1346. return SUCCESS;
  1347. }
  1348. /// @ingroup ge
  1349. /// @brief queue schedule, Bind input queue to Data output address.
  1350. /// @return: 0 for success / others for failed
  1351. Status DavinciModel::BindInputQueue() {
  1352. // Caller checked: input_queue_ids_.size() == input_size_list_.size() != input_addr_list_.size()
  1353. for (size_t i = 0; i < input_queue_ids_.size(); ++i) {
  1354. auto it = input_data_info_.find(i);
  1355. if (it == input_data_info_.end()) {
  1356. GELOGE(FAILED, "Input not match: tensor num=%zu, Queue id index=%zu", input_data_info_.size(), i);
  1357. return FAILED;
  1358. }
  1359. uint32_t queue_id = input_queue_ids_[i];
  1360. if (it->second.GetDataInfo().empty()) {
  1361. GELOGE(INTERNAL_ERROR, "the %zu input_queue not set data_info.", i);
  1362. return INTERNAL_ERROR;
  1363. }
  1364. uint32_t data_size = static_cast<uint32_t>(it->second.GetDataInfo().at(0).first);
  1365. uintptr_t data_addr = reinterpret_cast<uintptr_t>(it->second.GetDataInfo().at(0).second);
  1366. GELOGI("BindInputToQueue: graph_%u index[%zu] queue id[%u] output addr[0x%lx] output size[%u]",
  1367. runtime_param_.graph_id, i, queue_id, data_addr, data_size);
  1368. rtError_t rt_ret = rtModelBindQueue(rt_model_handle_, queue_id, RT_MODEL_INPUT_QUEUE);
  1369. if (rt_ret != RT_ERROR_NONE) {
  1370. GELOGE(RT_FAILED, "Call rtModelBindQueue failed, ret: 0x%X", rt_ret);
  1371. return RT_ERROR_TO_GE_STATUS(rt_ret);
  1372. }
  1373. if (CpuModelDequeue(queue_id) != SUCCESS) {
  1374. return INTERNAL_ERROR;
  1375. }
  1376. }
  1377. return SUCCESS;
  1378. }
  1379. /// @ingroup ge
  1380. /// @brief definiteness queue schedule, bind input queue to task.
  1381. /// @param [in] queue_id: input queue id from user.
  1382. /// @return: 0 for success / others for failed
  1383. Status DavinciModel::CpuModelDequeue(uint32_t queue_id) {
  1384. GELOGI("Set CpuKernel model dequeue task enter.");
  1385. std::shared_ptr<CpuTaskModelDequeue> dequeue_task = MakeShared<CpuTaskModelDequeue>(rt_entry_stream_);
  1386. if (dequeue_task == nullptr) {
  1387. GELOGE(MEMALLOC_FAILED, "Make CpuTaskModelDequeue task failed.");
  1388. return MEMALLOC_FAILED;
  1389. }
  1390. // Get DataOp Output address and bind to queue.
  1391. uintptr_t in_mbuf = 0;
  1392. Status status = dequeue_task->Init(queue_id, in_mbuf);
  1393. if (status != SUCCESS) {
  1394. return status;
  1395. }
  1396. cpu_task_list_.push_back(dequeue_task);
  1397. input_mbuf_list_.push_back(in_mbuf);
  1398. GELOGI("Set CpuKernel model dequeue task success.");
  1399. return SUCCESS;
  1400. }
  1401. Status DavinciModel::CpuTaskModelZeroCopy(std::vector<uintptr_t> &mbuf_list,
  1402. const map<uint32_t, ZeroCopyOffset> &outside_addrs) {
  1403. GELOGI("Set CpuKernel model zero_copy task enter.");
  1404. std::shared_ptr<CpuTaskZeroCopy> zero_copy = MakeShared<CpuTaskZeroCopy>(rt_entry_stream_);
  1405. if (zero_copy == nullptr) {
  1406. GELOGE(MEMALLOC_FAILED, "Make CpuTaskZeroCopy task failed.");
  1407. return MEMALLOC_FAILED;
  1408. }
  1409. // mdc zero_copy not support l2 fusion
  1410. Status status = zero_copy->Init(mbuf_list, outside_addrs);
  1411. if (status != SUCCESS) {
  1412. return status;
  1413. }
  1414. cpu_task_list_.push_back(zero_copy);
  1415. GELOGI("Set CpuKernel model zero_copy task success.");
  1416. return SUCCESS;
  1417. }
  1418. /// @ingroup ge
  1419. /// @brief queue schedule, bind output queue to NetOutput input address.
  1420. /// @return: 0 for success / others for failed
  1421. Status DavinciModel::BindOutputQueue() {
  1422. // Caller checked: input_queue_ids_.size() == input_size_list_.size() != input_addr_list_.size()
  1423. for (size_t i = 0; i < output_queue_ids_.size(); ++i) {
  1424. auto it = output_data_info_.find(i);
  1425. if (it == output_data_info_.end()) {
  1426. GELOGE(FAILED, "Output not match: tensor num=%zu, Queue id index=%zu", output_data_info_.size(), i);
  1427. return FAILED;
  1428. }
  1429. uint32_t queue_id = output_queue_ids_[i];
  1430. if (it->second.GetDataInfo().empty()) {
  1431. GELOGE(INTERNAL_ERROR, "the %zu output_queue not set data_info.", i);
  1432. return INTERNAL_ERROR;
  1433. }
  1434. uint32_t data_size = static_cast<uint32_t>(it->second.GetDataInfo().at(0).first);
  1435. uintptr_t data_addr = reinterpret_cast<uintptr_t>(it->second.GetDataInfo().at(0).second);
  1436. GELOGI("BindOutputToQueue: graph_%u index[%zu] queue id[%u] input addr[0x%lx] input size[%u]",
  1437. runtime_param_.graph_id, i, queue_id, data_addr, data_size);
  1438. rtError_t rt_ret = rtModelBindQueue(rt_model_handle_, queue_id, RT_MODEL_OUTPUT_QUEUE);
  1439. if (rt_ret != RT_ERROR_NONE) {
  1440. GELOGE(RT_FAILED, "Call rtModelBindQueue failed, ret: 0x%X", rt_ret);
  1441. return RT_ERROR_TO_GE_STATUS(rt_ret);
  1442. }
  1443. Status status = CpuModelPrepareOutput(data_addr, data_size);
  1444. if (status != SUCCESS) {
  1445. return status;
  1446. }
  1447. }
  1448. return SUCCESS;
  1449. }
  1450. /// @ingroup ge
  1451. /// @brief definiteness queue schedule, bind output queue to task.
  1452. /// @param [in] addr: NetOutput Op input tensor address.
  1453. /// @param [in] size: NetOutput Op input tensor size.
  1454. /// @return: 0 for success / others for failed
  1455. Status DavinciModel::CpuModelPrepareOutput(uintptr_t addr, uint32_t size) {
  1456. GELOGI("Set CpuKernel model enqueue task enter.");
  1457. if (input_mbuf_list_.empty()) {
  1458. GELOGE(FAILED, "Need input mbuf for fill output mbuf head info.");
  1459. return FAILED;
  1460. }
  1461. std::shared_ptr<CpuTaskPrepareOutput> prepare_output = MakeShared<CpuTaskPrepareOutput>(rt_entry_stream_);
  1462. if (prepare_output == nullptr) {
  1463. GELOGE(MEMALLOC_FAILED, "Make CpuTaskPrepareOutput task failed.");
  1464. return MEMALLOC_FAILED;
  1465. }
  1466. uintptr_t out_mbuf = 0;
  1467. if (prepare_output->Init(addr, size, input_mbuf_list_.back(), out_mbuf) != SUCCESS) {
  1468. return FAILED;
  1469. }
  1470. cpu_task_list_.push_back(prepare_output);
  1471. output_mbuf_list_.push_back(out_mbuf);
  1472. GELOGI("Set CpuKernel model enqueue task success.");
  1473. return SUCCESS;
  1474. }
  1475. ///
  1476. /// @ingroup ge
  1477. /// @brief definiteness queue schedule, active original model stream.
  1478. /// @return: 0 for success / others for failed
  1479. ///
  1480. Status DavinciModel::CpuActiveStream() {
  1481. GELOGI("Set CpuKernel active stream task enter.");
  1482. std::shared_ptr<CpuTaskActiveEntry> active_entry = MakeShared<CpuTaskActiveEntry>(rt_entry_stream_);
  1483. if (active_entry == nullptr) {
  1484. GELOGE(MEMALLOC_FAILED, "Make CpuTaskActiveEntry task failed.");
  1485. return MEMALLOC_FAILED;
  1486. }
  1487. Status status = active_entry->Init(rt_head_stream_);
  1488. if (status != SUCCESS) {
  1489. return status;
  1490. }
  1491. cpu_task_list_.push_back(active_entry);
  1492. GELOGI("Set CpuKernel active stream task success.");
  1493. return SUCCESS;
  1494. }
  1495. /// @ingroup ge
  1496. /// @brief definiteness queue schedule, wait for end graph.
  1497. /// @return: 0 for success / others for failed
  1498. Status DavinciModel::CpuWaitEndGraph() {
  1499. GELOGI("Set CpuKernel wait end graph task enter.");
  1500. std::shared_ptr<CpuTaskWaitEndGraph> wait_endgraph = MakeShared<CpuTaskWaitEndGraph>(rt_entry_stream_);
  1501. if (wait_endgraph == nullptr) {
  1502. GELOGE(MEMALLOC_FAILED, "Make CpuTaskWaitEndGraph task failed.");
  1503. return MEMALLOC_FAILED;
  1504. }
  1505. Status status = wait_endgraph->Init(runtime_model_id_);
  1506. if (status != SUCCESS) {
  1507. return status;
  1508. }
  1509. cpu_task_list_.push_back(wait_endgraph);
  1510. GELOGI("Set CpuKernel wait end graph task success.");
  1511. return SUCCESS;
  1512. }
  1513. Status DavinciModel::BindEnqueue() {
  1514. for (size_t i = 0; i < output_queue_ids_.size(); ++i) {
  1515. auto it = output_data_info_.find(i);
  1516. if (it == output_data_info_.end()) {
  1517. GELOGE(FAILED, "Output not match: tensor num=%zu, Queue id index=%zu", output_data_info_.size(), i);
  1518. return FAILED;
  1519. }
  1520. uint32_t queue_id = output_queue_ids_[i];
  1521. if (CpuModelEnqueue(queue_id, output_mbuf_list_[i]) != SUCCESS) {
  1522. return INTERNAL_ERROR;
  1523. }
  1524. }
  1525. return SUCCESS;
  1526. }
  1527. Status DavinciModel::CpuModelEnqueue(uint32_t queue_id, uintptr_t out_mbuf) {
  1528. GELOGI("Set CpuKernel model enqueue task enter.");
  1529. std::shared_ptr<CpuTaskModelEnqueue> model_enqueue = MakeShared<CpuTaskModelEnqueue>(rt_entry_stream_);
  1530. if (model_enqueue == nullptr) {
  1531. GELOGE(MEMALLOC_FAILED, "Make CpuTaskModelEnqueue task failed.");
  1532. return MEMALLOC_FAILED;
  1533. }
  1534. Status status = model_enqueue->Init(queue_id, out_mbuf);
  1535. if (status != SUCCESS) {
  1536. return status;
  1537. }
  1538. cpu_task_list_.push_back(model_enqueue);
  1539. GELOGI("Set CpuKernel model enqueue task enter.");
  1540. return SUCCESS;
  1541. }
  1542. /// @ingroup ge
  1543. /// @brief definiteness queue schedule, repeat run model.
  1544. /// @return: 0 for success / others for failed
  1545. Status DavinciModel::CpuModelRepeat() {
  1546. GELOGI("Set CpuKernel repeat task enter.");
  1547. std::shared_ptr<CpuTaskModelRepeat> model_repeat = MakeShared<CpuTaskModelRepeat>(rt_entry_stream_);
  1548. if (model_repeat == nullptr) {
  1549. GELOGE(MEMALLOC_FAILED, "Make CpuTaskModelRepeat task failed.");
  1550. return MEMALLOC_FAILED;
  1551. }
  1552. Status status = model_repeat->Init(runtime_model_id_);
  1553. if (status != SUCCESS) {
  1554. return status;
  1555. }
  1556. cpu_task_list_.push_back(model_repeat);
  1557. GELOGI("Set CpuKernel repeat task success.");
  1558. return SUCCESS;
  1559. }
  1560. Status DavinciModel::GetInputOutputDescInfo(vector<InputOutputDescInfo> &input_desc,
  1561. vector<InputOutputDescInfo> &output_desc) {
  1562. if (input_addrs_list_.empty() || input_addrs_list_[0].size() != 1) {
  1563. GELOGI("data_op_list_ is empty or input_desc size is not 1.");
  1564. } else {
  1565. vector<uint32_t> input_formats;
  1566. GE_CHK_STATUS_RET(GetInputDescInfo(input_desc, input_formats, false), "get input desc info failed.");
  1567. }
  1568. vector<uint32_t> output_formats;
  1569. GE_CHK_STATUS_RET(GetOutputDescInfo(output_desc, output_formats), "get output desc info failed");
  1570. return SUCCESS;
  1571. }
  1572. Status DavinciModel::GetInputOutputDescInfo(vector<InputOutputDescInfo> &input_desc,
  1573. vector<InputOutputDescInfo> &output_desc,
  1574. vector<uint32_t> &input_formats,
  1575. vector<uint32_t> &output_formats, bool by_dims) {
  1576. if (input_addrs_list_.empty() || input_addrs_list_[0].size() != 1) {
  1577. GELOGE(FAILED, "OP List Pointer is null or input_desc size is not 1!");
  1578. return FAILED;
  1579. }
  1580. GE_CHK_STATUS_RET(GetInputDescInfo(input_desc, input_formats, by_dims), "get input desc info failed");
  1581. GE_CHK_STATUS_RET(GetOutputDescInfo(output_desc, output_formats), "get output desc info failed");
  1582. return SUCCESS;
  1583. }
  1584. ///
  1585. /// @ingroup ge
  1586. /// @brief Get dynamic batch_info
  1587. /// @param [out] batch_info
  1588. /// @param [out] dynamic_type
  1589. /// @return execute result
  1590. ///
  1591. Status DavinciModel::GetDynamicBatchInfo(std::vector<std::vector<int64_t>> &batch_info, int32_t &dynamic_type) const {
  1592. dynamic_type = dynamic_type_;
  1593. batch_info = batch_info_;
  1594. return SUCCESS;
  1595. }
  1596. ///
  1597. /// @ingroup ge
  1598. /// @brief Get combined dynamic dims info
  1599. /// @param [out] batch_info
  1600. /// @return None
  1601. ///
  1602. void DavinciModel::GetCombinedDynamicDims(std::vector<std::vector<int64_t>> &batch_info) const {
  1603. batch_info.clear();
  1604. batch_info = combined_batch_info_;
  1605. }
  1606. ///
  1607. /// @ingroup ge
  1608. /// @brief Get user designate shape order
  1609. /// @param [out] user_input_shape_order
  1610. /// @return None
  1611. ///
  1612. void DavinciModel::GetUserDesignateShapeOrder(std::vector<std::string> &user_input_shape_order) const {
  1613. user_input_shape_order.clear();
  1614. user_input_shape_order = user_designate_shape_order_;
  1615. }
  1616. ///
  1617. /// @ingroup ge
  1618. /// @brief Get AIPP input info
  1619. /// @param [in] index
  1620. /// @param [int] OpDescPtr
  1621. /// @return execute result
  1622. ///
  1623. Status DavinciModel::InitAippInfo(uint32_t index, const OpDescPtr &op_desc) {
  1624. if (!op_desc->HasAttr(ATTR_NAME_AIPP)) {
  1625. GELOGW("There is not AIPP related with index %u.", index);
  1626. return SUCCESS;
  1627. }
  1628. domi::AippOpParams aipp_params;
  1629. GeAttrValue::NAMED_ATTRS aipp_attr;
  1630. GE_CHK_BOOL_RET_STATUS(AttrUtils::GetNamedAttrs(op_desc, ATTR_NAME_AIPP, aipp_attr), ACL_ERROR_GE_AIPP_NOT_EXIST,
  1631. "Data node do not contain param aipp!");
  1632. GE_CHK_STATUS_RET(OpUtils::ConvertAippParams(aipp_attr, &aipp_params), "get aipp params failed");
  1633. GELOGI("Node data: %s, type: %s, current index: %u, current node related input rank: %u",
  1634. op_desc->GetName().c_str(), op_desc->GetType().c_str(), index, aipp_params.related_input_rank());
  1635. AippConfigInfo aipp_info;
  1636. GE_CHK_STATUS_RET(AippUtils::ConvertAippParams2AippInfo(&aipp_params, aipp_info),
  1637. "convert aipp params to aipp config info failed");
  1638. aipp_info_list_[index] = aipp_info;
  1639. return SUCCESS;
  1640. }
  1641. ///
  1642. /// @ingroup ge
  1643. /// @brief Get AIPP input info
  1644. /// @param [in] index
  1645. /// @param [out] aipp_info
  1646. /// @return execute result
  1647. ///
  1648. Status DavinciModel::GetAippInfo(uint32_t index, AippConfigInfo &aipp_info) const {
  1649. const auto it = aipp_info_list_.find(index);
  1650. if (it == aipp_info_list_.end()) {
  1651. GELOGW("there is not AIPP related with index %u.", index);
  1652. return ACL_ERROR_GE_AIPP_NOT_EXIST;
  1653. }
  1654. aipp_info = it->second;
  1655. return SUCCESS;
  1656. }
  1657. Status DavinciModel::InitAippType(uint32_t index, const OpDescPtr &op_desc, const map<uint32_t, OpDescPtr> &data_list) {
  1658. if (!op_desc->HasAttr(ATTR_DATA_RELATED_AIPP_MODE)) {
  1659. GELOGW("There is no aipp releated info with index %u.", index);
  1660. return SUCCESS;
  1661. }
  1662. // Set default value
  1663. InputAippType aipp_type = DATA_WITHOUT_AIPP;
  1664. string data_mode;
  1665. (void)AttrUtils::GetStr(op_desc, ATTR_DATA_RELATED_AIPP_MODE, data_mode);
  1666. if (data_mode == "static_aipp") {
  1667. aipp_type = DATA_WITH_STATIC_AIPP;
  1668. } else if (data_mode == "dynamic_aipp") {
  1669. aipp_type = DATA_WITH_DYNAMIC_AIPP;
  1670. } else if (data_mode == "dynamic_aipp_conf") {
  1671. aipp_type = DYNAMIC_AIPP_NODE;
  1672. } else {
  1673. GELOGE(ACL_ERROR_GE_AIPP_MODE_INVALID,
  1674. "The info of aipp releated info %s is invalid with index %u.", data_mode.c_str(), index);
  1675. return ACL_ERROR_GE_AIPP_MODE_INVALID;
  1676. }
  1677. size_t aipp_index = 0xFFFFFFFF; // default invalid value
  1678. if (aipp_type == DATA_WITH_DYNAMIC_AIPP) {
  1679. string releated_name;
  1680. (void)AttrUtils::GetStr(op_desc, ATTR_DATA_AIPP_DATA_NAME_MAP, releated_name);
  1681. for (const auto item : data_list) {
  1682. if (item.second->GetName() == releated_name) {
  1683. GELOGI("Find aipp_data [%s] index %u from index %u", releated_name.c_str(), item.first, index);
  1684. aipp_index = item.first;
  1685. }
  1686. }
  1687. if (aipp_index == 0xFFFFFFFF) {
  1688. GELOGW("Can not find aipp data node from index %u", index);
  1689. return SUCCESS;
  1690. }
  1691. }
  1692. aipp_type_list_[index] = { aipp_type, aipp_index };
  1693. return SUCCESS;
  1694. }
  1695. Status DavinciModel::GetAippType(uint32_t index, InputAippType &aipp_type, size_t &aipp_index) const {
  1696. GE_CHK_BOOL_RET_STATUS(index < input_addrs_list_.size(), PARAM_INVALID, "Index %u is invalid", index);
  1697. const auto it = aipp_type_list_.find(index);
  1698. if (it == aipp_type_list_.end()) {
  1699. GELOGW("There is no aipp releated info with index %u.", index);
  1700. aipp_type = DATA_WITHOUT_AIPP;
  1701. aipp_index = 0xFFFFFFFF;
  1702. return SUCCESS;
  1703. }
  1704. aipp_type = it->second.first;
  1705. aipp_index = it->second.second;
  1706. return SUCCESS;
  1707. }
  1708. void DavinciModel::SetDynamicSize(const std::vector<uint64_t> &batch_num, int32_t dynamic_type) {
  1709. batch_size_.clear();
  1710. if (batch_num.empty()) {
  1711. GELOGD("User has not set dynammic data");
  1712. }
  1713. for (size_t i = 0; i < batch_num.size(); i++) {
  1714. batch_size_.emplace_back(batch_num[i]);
  1715. }
  1716. dynamic_type_ = dynamic_type;
  1717. }
  1718. void DavinciModel::GetCurShape(std::vector<int64_t> &batch_info, int32_t &dynamic_type) const {
  1719. if (batch_size_.empty()) {
  1720. GELOGD("User does not set dynamic size");
  1721. }
  1722. for (size_t i = 0; i < batch_size_.size(); i++) {
  1723. GELOGI("Start to get current shape");
  1724. batch_info.emplace_back(batch_size_[i]);
  1725. }
  1726. dynamic_type = dynamic_type_;
  1727. }
  1728. void DavinciModel::GetModelAttr(vector<string> &out_shape_info) const {
  1729. out_shape_info.insert(out_shape_info.end(), dynamic_output_shape_info_.begin(), dynamic_output_shape_info_.end());
  1730. }
  1731. void DavinciModel::SetInputDimsInfo(const vector<int64_t> &input_dims, Format &format, ShapeDescription &shape_info) {
  1732. uint32_t n, c, h, w;
  1733. n = format == FORMAT_NHWC ? NHWC_DIM_N : NCHW_DIM_N;
  1734. c = format == FORMAT_NHWC ? NHWC_DIM_C : NCHW_DIM_C;
  1735. h = format == FORMAT_NHWC ? NHWC_DIM_H : NCHW_DIM_H;
  1736. w = format == FORMAT_NHWC ? NHWC_DIM_W : NCHW_DIM_W;
  1737. if (input_dims.size() == static_cast<size_t>(NORMAL_TENSOR_SIZE)) {
  1738. shape_info.num = input_dims[n];
  1739. shape_info.height = input_dims[h];
  1740. shape_info.width = input_dims[w];
  1741. shape_info.channel = input_dims[c];
  1742. }
  1743. for (size_t k = 0; k < input_dims.size(); ++k) {
  1744. shape_info.dims.push_back(input_dims[k]);
  1745. }
  1746. }
  1747. void DavinciModel::CreateInputDimsInfo(const OpDescPtr &op_desc, Format format,
  1748. ShapeDescription &shape_info, ShapeDescription &dims_info) {
  1749. // judge if this data is linked dynamic aipp first, multiply batch has been considered
  1750. if (op_desc->HasAttr(ATTR_DYNAMIC_AIPP_INPUT_DIMS)) {
  1751. vector<int64_t> dynamic_aipp_input_dims;
  1752. (void)AttrUtils::GetListInt(op_desc, ATTR_DYNAMIC_AIPP_INPUT_DIMS, dynamic_aipp_input_dims);
  1753. SetInputDimsInfo(dynamic_aipp_input_dims, format, shape_info);
  1754. } else {
  1755. // judge if this data is multiply batch
  1756. if (!op_desc->HasAttr(ATTR_MBATCH_ORIGIN_INPUT_DIMS)) {
  1757. vector<int64_t> input_dims = op_desc->GetInputDescPtr(0)->GetShape().GetDims();
  1758. SetInputDimsInfo(input_dims, format, shape_info);
  1759. } else {
  1760. vector<int64_t> origin_input_dims;
  1761. (void)AttrUtils::GetListInt(op_desc, ATTR_MBATCH_ORIGIN_INPUT_DIMS, origin_input_dims);
  1762. SetInputDimsInfo(origin_input_dims, format, shape_info);
  1763. }
  1764. }
  1765. if (op_desc->HasAttr(ATTR_NAME_INPUT_DIMS)) {
  1766. // When static aipp is set, need to get the model input dims which processed by aipp
  1767. vector<int64_t> model_input_dims;
  1768. (void)AttrUtils::GetListInt(op_desc, ATTR_NAME_INPUT_DIMS, model_input_dims);
  1769. SetInputDimsInfo(model_input_dims, format, dims_info);
  1770. } else {
  1771. dims_info = shape_info;
  1772. }
  1773. }
  1774. Status DavinciModel::InitInputDescInfo(const OpDescPtr &op_desc) {
  1775. GE_CHECK_NOTNULL(op_desc->GetInputDescPtr(0));
  1776. InputOutputDescInfo input;
  1777. ShapeDescription dims_info;
  1778. Format format = op_desc->GetInputDescPtr(0)->GetFormat();
  1779. CreateInputDimsInfo(op_desc, format, input.shape_info, dims_info);
  1780. input.data_type = op_desc->GetInputDescPtr(0)->GetDataType();
  1781. input.name = op_desc->GetName();
  1782. int64_t input_size = 0;
  1783. GE_CHK_STATUS_RET(TensorUtils::GetSize(*op_desc->GetInputDescPtr(0), input_size), "get input size failed.");
  1784. input.size = input_size;
  1785. input_formats_.push_back(format);
  1786. input_descs_.push_back(input);
  1787. input.shape_info = dims_info;
  1788. input_descs_dims_.push_back(input);
  1789. return SUCCESS;
  1790. }
  1791. Status DavinciModel::GetInputDescInfo(vector<InputOutputDescInfo> &input_descs,
  1792. vector<uint32_t> &input_formats, bool by_dims) const {
  1793. const vector<InputOutputDescInfo> &input_desc_info = by_dims ? input_descs_dims_ : input_descs_;
  1794. input_descs.insert(input_descs.end(), input_desc_info.begin(), input_desc_info.end());
  1795. input_formats.insert(input_formats.end(), input_formats_.begin(), input_formats_.end());
  1796. return SUCCESS;
  1797. }
  1798. void DavinciModel::CreateOutput(uint32_t index, const OpDescPtr &op_desc, InputOutputDescInfo &output,
  1799. uint32_t &format_result) {
  1800. /// netoutput input tensor desc
  1801. GE_IF_BOOL_EXEC(op_desc->GetInputDescPtr(index) == nullptr, GELOGE(FAILED, "OpDesc GetInputDescPtr is nullptr");
  1802. return);
  1803. Format format = op_desc->GetInputDescPtr(index)->GetFormat();
  1804. GeShape shape = op_desc->GetInputDescPtr(index)->GetShape();
  1805. DataType data_type = op_desc->GetInputDescPtr(index)->GetDataType();
  1806. int64_t dims[] = {1, 1, 1, 1};
  1807. format_result = format;
  1808. if (format == FORMAT_ND) { // for ND tensor
  1809. for (size_t i = 0; i < shape.GetDimNum() && i < (sizeof(dims) / sizeof(dims[0])); i++) {
  1810. dims[i] = shape.GetDim(i);
  1811. }
  1812. } else { // FOR FORMAT_NHWC or FORMAT_NCHW
  1813. dims[0] = shape.GetDim(format == FORMAT_NHWC ? NHWC_DIM_N : NCHW_DIM_N); // 0: first dim
  1814. dims[1] = shape.GetDim(format == FORMAT_NHWC ? NHWC_DIM_C : NCHW_DIM_C); // 1: second dim
  1815. dims[2] = shape.GetDim(format == FORMAT_NHWC ? NHWC_DIM_H : NCHW_DIM_H); // 2: third dim
  1816. dims[3] = shape.GetDim(format == FORMAT_NHWC ? NHWC_DIM_W : NCHW_DIM_W); // 3: forth dim
  1817. }
  1818. output.shape_info.num = dims[0]; // 0: first dim
  1819. output.shape_info.channel = dims[1]; // 1: second dim
  1820. output.shape_info.height = dims[2]; // 2: third dim
  1821. output.shape_info.width = dims[3]; // 3: forth dim
  1822. if (op_desc->GetInputDescPtr(index)->GetFormat() == FORMAT_FRACTAL_Z) { // FraczToHWCK
  1823. int64_t k = shape.GetDim(0); // 0: first dim
  1824. int64_t c = shape.GetDim(1); // 1: second dim
  1825. int64_t h = shape.GetDim(2); // 2: third dim
  1826. int64_t w = shape.GetDim(3); // 3: forth dim
  1827. output.shape_info.dims.push_back(h);
  1828. output.shape_info.dims.push_back(w);
  1829. output.shape_info.dims.push_back(c);
  1830. output.shape_info.dims.push_back(k);
  1831. format_result = FORMAT_HWCN;
  1832. } else {
  1833. for (size_t j = 0; j < shape.GetDimNum(); j++) {
  1834. output.shape_info.dims.push_back(shape.GetDim(j));
  1835. }
  1836. }
  1837. int64_t tensor_size = 0;
  1838. if (AttrUtils::GetInt(op_desc->GetInputDescPtr(index), ATTR_NAME_SPECIAL_OUTPUT_SIZE, tensor_size)
  1839. && (tensor_size > 0)) {
  1840. GELOGI("netoutput[%s] [%d]th input has special size [%ld]", op_desc->GetName().c_str(), index, tensor_size);
  1841. } else {
  1842. (void)TensorUtils::CalcTensorMemSize(shape, format, data_type, tensor_size); // no need to check value
  1843. }
  1844. output.size = static_cast<uint64_t>(tensor_size);
  1845. output.data_type = op_desc->GetInputDescPtr(index)->GetDataType();
  1846. }
  1847. Status DavinciModel::InitOutputDescInfo(const OpDescPtr &op_desc, const vector<string> &out_node_name) {
  1848. uint32_t out_size = static_cast<uint32_t>(op_desc->GetInputsSize());
  1849. for (uint32_t i = 0; i < out_size; ++i) {
  1850. string output_name;
  1851. InputOutputDescInfo output;
  1852. uint32_t format_result;
  1853. CreateOutput(i, op_desc, output, format_result);
  1854. std::vector<std::string> src_name = op_desc->GetSrcName();
  1855. std::vector<int64_t> src_index = op_desc->GetSrcIndex();
  1856. GE_CHK_BOOL_RET_STATUS(src_name.size() > i && src_index.size() > i, INTERNAL_ERROR,
  1857. "construct output_name failed.");
  1858. // forward compatbility, if old om has no out_node_name, need to return output follow origin way
  1859. if (out_size == out_node_name.size()) {
  1860. // neweast plan, the index will add to name during generate model.
  1861. bool contains_colon = out_node_name[i].find(":") != std::string::npos;
  1862. output_name = contains_colon ? out_node_name[i] : out_node_name[i] + ":" + std::to_string(src_index[i]);
  1863. } else {
  1864. output_name = string("output_") + std::to_string(i) + "_" + src_name[i] + "_" + std::to_string(src_index[i]);
  1865. }
  1866. output.name = output_name;
  1867. output_descs_.push_back(output);
  1868. output_formats_.push_back(format_result);
  1869. }
  1870. return SUCCESS;
  1871. }
  1872. Status DavinciModel::GetOutputDescInfo(vector<InputOutputDescInfo> &output_descs,
  1873. vector<uint32_t> &output_formats) const {
  1874. output_descs.insert(output_descs.end(), output_descs_.begin(), output_descs_.end());
  1875. output_formats.insert(output_formats.end(), output_formats_.begin(), output_formats_.end());
  1876. return SUCCESS;
  1877. }
  1878. Status DavinciModel::CopyInputData(const InputData &input_data, bool device_data) {
  1879. rtMemcpyKind_t kind = device_data ? RT_MEMCPY_DEVICE_TO_DEVICE : RT_MEMCPY_HOST_TO_DEVICE;
  1880. const std::vector<DataBuffer> &blobs = input_data.blobs;
  1881. for (const auto &data : input_data_info_) {
  1882. if (data.first >= blobs.size()) {
  1883. GELOGE(FAILED, "Blobs not match: blobs=%zu, tensor=%zu, index=%u, size=%ld, op_name(%s)", blobs.size(),
  1884. input_data_info_.size(), data.first, data.second.GetDataInfo().at(0).first,
  1885. data.second.GetOpName().c_str());
  1886. return FAILED;
  1887. }
  1888. const DataBuffer &data_buf = blobs[data.first];
  1889. if (data_buf.length == 0) {
  1890. GELOGW("No data need to memcpy!");
  1891. return SUCCESS;
  1892. }
  1893. uint64_t data_size = data.second.GetDataSize();
  1894. GE_CHK_BOOL_RET_STATUS(data_size >= data_buf.length, PARAM_INVALID,
  1895. "input data size(%lu) does not match model required size(%lu), op_name(%s) ret failed.",
  1896. data_buf.length, data_size, data.second.GetOpName().c_str());
  1897. void *mem_addr = data.second.GetBasicAddr();
  1898. void *data_buf_addr = reinterpret_cast<void *>(reinterpret_cast<uintptr_t>(data_buf.data));
  1899. uint64_t data_buf_length = data_buf.length;
  1900. GELOGI("CopyPlainData memcpy graph_%u type[F] input[%s] rank[%u] dst[%p] src[%p] mem_size[%lu] datasize[%lu]",
  1901. runtime_param_.graph_id, data.second.GetOpName().c_str(), data.first, mem_addr, data_buf_addr, data_size,
  1902. data_buf_length);
  1903. GE_CHK_RT_RET(rtMemcpy(mem_addr, data_size, data_buf_addr, data_buf_length, kind));
  1904. }
  1905. return SUCCESS;
  1906. }
  1907. Status DavinciModel::SyncVarData() {
  1908. GELOGI("Sync var data, model id:%u", model_id_);
  1909. Status ret = SUCCESS;
  1910. if (global_step_addr_ != nullptr && global_step_size_ != 0) {
  1911. const vector<uint64_t> v_step = { iterator_count_ };
  1912. GE_CHK_RT_RET(rtMemcpy(global_step_addr_, global_step_size_, v_step.data(), v_step.size() * sizeof(uint64_t),
  1913. RT_MEMCPY_HOST_TO_DEVICE));
  1914. }
  1915. return ret;
  1916. }
  1917. Status DavinciModel::InitModelProfile() {
  1918. for (const auto &task : task_list_) {
  1919. GE_CHECK_NOTNULL(task);
  1920. const FusionOpInfo *fusion_op_info = task->GetFusionOpInfo();
  1921. // when type is RT_MODEL_TASK_KERNEL, ctx is not null
  1922. if ((fusion_op_info == nullptr) || fusion_op_info->original_op_names.empty()) {
  1923. continue;
  1924. }
  1925. GELOGI("task.id = %u, opNum = %zu", task->GetTaskID(), fusion_op_info->original_op_names.size());
  1926. op_id_map_.insert(std::make_pair(fusion_op_info->op_index, task->GetTaskID()));
  1927. }
  1928. std::set<uint32_t> task_id_set;
  1929. using CIT = std::multimap<uint32_t, uint32_t>::const_iterator;
  1930. using Range = std::pair<CIT, CIT>;
  1931. for (const auto &task : task_list_) {
  1932. GE_CHECK_NOTNULL(task);
  1933. const FusionOpInfo *fusion_op_info = task->GetFusionOpInfo();
  1934. if ((fusion_op_info == nullptr) || fusion_op_info->original_op_names.empty()) {
  1935. continue;
  1936. }
  1937. if (task_id_set.count(task->GetTaskID()) > 0) {
  1938. continue;
  1939. }
  1940. const auto &op_desc = GetOpByIndex(fusion_op_info->op_index);
  1941. GE_CHK_BOOL_EXEC(op_desc != nullptr, return FAILED, "index: %u out of range", fusion_op_info->op_index);
  1942. ProfileInfo profile;
  1943. profile.fusion_info = *fusion_op_info;
  1944. Range range = op_id_map_.equal_range(fusion_op_info->op_index);
  1945. for (CIT range_idx = range.first; range_idx != range.second; ++range_idx) {
  1946. profile.task_count++;
  1947. task_id_set.insert(range_idx->second);
  1948. }
  1949. // memory info
  1950. TaskMemInfo &mem_info = profile.memory_info;
  1951. const auto input_size = ModelUtils::GetInputSize(op_desc);
  1952. const auto output_size = ModelUtils::GetOutputSize(op_desc);
  1953. const auto workspace_size = ModelUtils::GetWorkspaceSize(op_desc);
  1954. const auto weight_size = ModelUtils::GetWeightSize(op_desc);
  1955. mem_info.input_size = std::accumulate(input_size.begin(), input_size.end(), 0);
  1956. mem_info.output_size = std::accumulate(output_size.begin(), output_size.end(), 0);
  1957. mem_info.workspace_size = std::accumulate(workspace_size.begin(), workspace_size.end(), 0);
  1958. mem_info.weight_size = std::accumulate(weight_size.begin(), weight_size.end(), 0);
  1959. mem_info.total_size = mem_info.weight_size + mem_info.input_size + mem_info.output_size + mem_info.workspace_size;
  1960. profile_list_.emplace_back(profile);
  1961. }
  1962. GELOGI("fusion task size: %zu, profile info size: %zu", op_id_map_.size(), profile_list_.size());
  1963. return SUCCESS;
  1964. }
  1965. Status DavinciModel::SinkModelProfile() {
  1966. auto &prof_mgr = ProfilingManager::Instance();
  1967. // Model Header
  1968. std::string name = om_name_.empty() ? name_ : om_name_;
  1969. uint32_t model_id = this->Id();
  1970. int64_t start_time = this->GetLoadBeginTime();
  1971. int64_t end_time = this->GetLoadEndTime();
  1972. Json model_load_info;
  1973. model_load_info[kModelName] = name;
  1974. model_load_info[kModeleId] = model_id;
  1975. model_load_info[kLoadStartTime] = start_time;
  1976. model_load_info[kLoadEndTime] = end_time;
  1977. // fusion op info
  1978. using CIT = std::multimap<uint32_t, uint32_t>::const_iterator;
  1979. using Range = std::pair<CIT, CIT>;
  1980. for (const ProfileInfo &profile : profile_list_) {
  1981. Json fusion_op_info;
  1982. string fusion_op_name = profile.fusion_info.op_name;
  1983. uint32_t op_num = profile.fusion_info.original_op_names.size();
  1984. vector<string> original_name;
  1985. for (uint32_t k = 0; k < op_num; k++) {
  1986. original_name.emplace_back(profile.fusion_info.original_op_names[k]);
  1987. }
  1988. uint32_t stream_id = 0;
  1989. auto iter = profiler_report_op_info_.find(fusion_op_name);
  1990. if (iter != profiler_report_op_info_.end()) {
  1991. stream_id = iter->second.second;
  1992. }
  1993. fusion_op_info[kFusionOpName] = fusion_op_name;
  1994. fusion_op_info[kOriginalOpNum] = op_num;
  1995. fusion_op_info[kOriginalOpName] = original_name;
  1996. fusion_op_info[kStreamId] = stream_id;
  1997. fusion_op_info[kFusionOpMemoryInfo][kInputSize] = profile.memory_info.input_size;
  1998. fusion_op_info[kFusionOpMemoryInfo][kOutputSize] = profile.memory_info.output_size;
  1999. fusion_op_info[kFusionOpMemoryInfo][kWeightSize] = profile.memory_info.weight_size;
  2000. fusion_op_info[kFusionOpMemoryInfo][kWorkSpaceSize] = profile.memory_info.workspace_size;
  2001. fusion_op_info[kFusionOpMemoryInfo][kTotalSize] = profile.memory_info.total_size;
  2002. fusion_op_info[kTaskCount] = profile.task_count;
  2003. vector<uint32_t> task_id;
  2004. Range task_range = op_id_map_.equal_range(profile.fusion_info.op_index);
  2005. for (CIT idx = task_range.first; idx != task_range.second; ++idx) {
  2006. task_id.push_back(idx->second);
  2007. }
  2008. fusion_op_info[kTaskId] = task_id;
  2009. model_load_info[kFusionOpInfo] += fusion_op_info;
  2010. }
  2011. std::string tag_name("model_load_info_" + std::to_string(this->Id()));
  2012. std::string reported_data;
  2013. try {
  2014. reported_data = model_load_info.dump(kInteval, ' ', false, Json::error_handler_t::ignore);
  2015. } catch (std::exception &e) {
  2016. GELOGE(FAILED, "Failed to convert JSON to string, reason: %s.", e.what());
  2017. } catch (...) {
  2018. GELOGE(FAILED, "Failed to convert JSON to string.");
  2019. }
  2020. reported_data.append(",")
  2021. .append("\n");
  2022. prof_mgr.ReportData(device_id_, reported_data, tag_name);
  2023. return SUCCESS;
  2024. }
  2025. Status DavinciModel::SinkTimeProfile(const InputData &current_data) {
  2026. auto &prof_mgr = ProfilingManager::Instance();
  2027. string name = om_name_.empty() ? name_ : om_name_;
  2028. Json model_time_info;
  2029. model_time_info[kModelName] = name;
  2030. model_time_info[kModeleId] = this->Id();
  2031. model_time_info[kRequestId] = current_data.request_id;
  2032. model_time_info[kThreadId] = mmGetTid();
  2033. model_time_info[kInputBeginTime] = time_info_.processBeginTime;
  2034. model_time_info[kInputEndTime] = time_info_.processEndTime;
  2035. model_time_info[kInferBeginTime] = time_info_.inferenceBeginTime;
  2036. model_time_info[kInferEndTime] = time_info_.inferenceEndTime;
  2037. model_time_info[kOutputBeginTime] = time_info_.dumpBeginTime;
  2038. model_time_info[kOutputEndTime] = time_info_.dumpEndTime;
  2039. // report model data tag name
  2040. std::string tag_name;
  2041. tag_name.append("model_time_info_")
  2042. .append(std::to_string(this->Id()))
  2043. .append("_")
  2044. .append(std::to_string(current_data.index));
  2045. std::string reported_data;
  2046. try {
  2047. reported_data = model_time_info.dump(kInteval, ' ', false, Json::error_handler_t::ignore);
  2048. } catch (std::exception &e) {
  2049. GELOGE(FAILED, "Failed to convert JSON to string, reason: %s.", e.what());
  2050. } catch (...) {
  2051. GELOGE(FAILED, "Failed to convert JSON to string.");
  2052. }
  2053. reported_data.append(",")
  2054. .append("\n");
  2055. prof_mgr.ReportData(device_id_, reported_data, tag_name);
  2056. return SUCCESS;
  2057. }
  2058. void DavinciModel::SetProfileTime(ModelProcStage stage, int64_t endTime) {
  2059. int64_t time = endTime;
  2060. if (time == 0) {
  2061. mmTimespec timespec = mmGetTickCount();
  2062. time = timespec.tv_sec * 1000 * 1000 * 1000 + timespec.tv_nsec; // 1000 ^ 3 converts second to nanosecond
  2063. }
  2064. switch (stage) {
  2065. case MODEL_LOAD_START:
  2066. load_begin_time_ = time;
  2067. break;
  2068. case MODEL_LOAD_END:
  2069. load_end_time_ = time;
  2070. break;
  2071. case MODEL_PRE_PROC_START:
  2072. time_info_.processBeginTime = time;
  2073. break;
  2074. case MODEL_PRE_PROC_END:
  2075. time_info_.processEndTime = time;
  2076. break;
  2077. case MODEL_INFER_START:
  2078. time_info_.inferenceBeginTime = time;
  2079. break;
  2080. case MODEL_INFER_END:
  2081. time_info_.inferenceEndTime = time;
  2082. break;
  2083. case MODEL_AFTER_PROC_START:
  2084. time_info_.dumpBeginTime = time;
  2085. break;
  2086. case MODEL_AFTER_PROC_END:
  2087. time_info_.dumpEndTime = time;
  2088. break;
  2089. default:
  2090. break;
  2091. }
  2092. return;
  2093. }
  2094. ///
  2095. /// @ingroup ge
  2096. /// @brief send Output Op result to upper layer
  2097. /// @already malloced in ModelLoad, no need to malloc again
  2098. /// @param [in] data_id: the index of output_data
  2099. /// @param [in/out] output_data: real user output_data
  2100. /// @param [in] kind: the kind of rtMemcpy
  2101. /// @return Status result
  2102. /// @author
  2103. ///
  2104. Status DavinciModel::CopyOutputData(uint32_t data_id, OutputData &output_data, rtMemcpyKind_t kind) {
  2105. if (!has_output_node_) {
  2106. return SyncVarData();
  2107. }
  2108. output_data.index = data_id;
  2109. output_data.model_id = model_id_;
  2110. if (output_data.blobs.size() != output_data_info_.size()) {
  2111. GELOGE(FAILED, "Output data buffer num=%zu not equal model data num=%zu", output_data.blobs.size(),
  2112. output_data_info_.size());
  2113. return FAILED;
  2114. }
  2115. std::vector<DataBuffer> &blobs = output_data.blobs;
  2116. size_t idx = 0;
  2117. for (const auto &output : output_data_info_) {
  2118. if (output.first >= blobs.size()) {
  2119. GELOGE(FAILED, "Blobs not match: blobs=%zu, tensor=%zu, index=%u, size=%ld", blobs.size(),
  2120. input_data_info_.size(), output.first, output.second.GetDataInfo().at(0).first);
  2121. return FAILED;
  2122. }
  2123. if ((kind == RT_MEMCPY_DEVICE_TO_DEVICE) && (copy_only_addrs_.count(output.second.GetBasicAddr()) == 0)) {
  2124. continue; // Skip: Feed by zero copy.
  2125. }
  2126. DataBuffer &buffer = blobs[output.first];
  2127. uint64_t mem_size = static_cast<uint64_t>(output.second.GetDataSize());
  2128. if ((buffer.length == 0) || (mem_size == 0)) {
  2129. GELOGI("Length of data is zero, No need copy. output tensor index=%u", output.first);
  2130. continue;
  2131. }
  2132. if (is_dynamic_) {
  2133. GELOGI("No need to check output data size.");
  2134. } else if (buffer.length < mem_size) {
  2135. GELOGE(FAILED, "Tensor data size=%lu, buffer size=%lu", mem_size, buffer.length);
  2136. return FAILED;
  2137. } else if (buffer.length > mem_size) {
  2138. GELOGW("Tensor data size=%lu, buffer size=%lu", mem_size, buffer.length);
  2139. }
  2140. int64_t data_size = output.second.GetDataSize();
  2141. if (is_online_infer_dynamic_) {
  2142. if (merge_nodes_gear_and_real_out_size_info_.find(idx) != merge_nodes_gear_and_real_out_size_info_.end()) {
  2143. auto gear_and_real_out_size_info = merge_nodes_gear_and_real_out_size_info_[idx];
  2144. data_size = gear_and_real_out_size_info[cur_dynamic_dims_];
  2145. }
  2146. }
  2147. uint64_t buffer_length = buffer.length;
  2148. void *buffer_addr = reinterpret_cast<void *>(reinterpret_cast<uintptr_t>(buffer.data));
  2149. GELOGI("CopyPlainData memcpy graph_%u type[F] output[%u] memaddr[%p] mem_size[%lu] datasize[%lu]",
  2150. runtime_param_.graph_id, output.first, output.second.GetBasicAddr(), data_size, buffer_length);
  2151. GE_CHK_RT_RET(rtMemcpy(buffer_addr, buffer_length, output.second.GetBasicAddr(), data_size, kind));
  2152. idx++;
  2153. }
  2154. return SUCCESS;
  2155. }
  2156. Status DavinciModel::InitOutputTensorInfo(const OpDescPtr &op_desc) {
  2157. size_t input_num = op_desc->GetInputsSize();
  2158. if (is_getnext_sink_dynamic_) {
  2159. input_num = input_num - kGetDynamicDimsCount;
  2160. }
  2161. for (size_t i = 0; i < input_num; ++i) {
  2162. int64_t size = 0;
  2163. auto input_desc = op_desc->GetInputDescPtr(i);
  2164. GE_CHECK_NOTNULL(input_desc);
  2165. auto ret = TensorUtils::GetTensorSizeInBytes(*input_desc, size);
  2166. GE_IF_BOOL_EXEC(ret != GRAPH_SUCCESS,
  2167. GELOGE(ret, "Get size from TensorDesc failed, op:%s, input id:%zu", op_desc->GetName().c_str(), i);
  2168. return ret);
  2169. const GeShape &shape = input_desc->GetShape();
  2170. GELOGI("Output size is %ld, output shape is %s.", size, formats::JoinToString(shape.GetDims()).c_str());
  2171. output_buffer_size_.emplace_back(size);
  2172. output_shape_info_.emplace_back(shape);
  2173. }
  2174. return SUCCESS;
  2175. }
  2176. Status DavinciModel::GenOutputTensorInfo(OutputData *output_data, vector<OutputTensorInfo> &outputs) {
  2177. GE_CHECK_NOTNULL(output_data);
  2178. if (!output_data->blobs.empty()) {
  2179. GELOGI("No need to generate output tensor info, model id:%u", model_id_);
  2180. return SUCCESS;
  2181. }
  2182. vector<int64_t> output_buffer_size;
  2183. vector<vector<int64_t>> output_shape_info;
  2184. size_t output_num = output_buffer_size_.size();
  2185. for (size_t i = 0; i < output_num; ++i) {
  2186. int64_t output_size = output_buffer_size_[i];
  2187. vector<int64_t> output_shape = output_shape_info_[i].GetDims();
  2188. if (is_online_infer_dynamic_) {
  2189. if (merge_nodes_gear_and_real_out_size_info_.find(i) != merge_nodes_gear_and_real_out_size_info_.end()) {
  2190. auto gear_and_real_out_size_info = merge_nodes_gear_and_real_out_size_info_[i];
  2191. output_size = gear_and_real_out_size_info[cur_dynamic_dims_];
  2192. auto gear_and_real_out_shape_info = merge_nodes_gear_and_real_out_shape_info_[i];
  2193. output_shape = gear_and_real_out_shape_info[cur_dynamic_dims_];
  2194. is_dynamic_ = true;
  2195. }
  2196. }
  2197. GELOGI("Output size is %ld, output shape is %s.", output_size, formats::JoinToString(output_shape).c_str());
  2198. output_buffer_size.push_back(output_size);
  2199. output_shape_info.push_back(output_shape);
  2200. }
  2201. GELOGI("Output blobs size:%zu, model id:%u", output_buffer_size_.size(), model_id_);
  2202. for (size_t i = 0; i < output_buffer_size.size(); ++i) {
  2203. std::unique_ptr<uint8_t[]> data_buf(new (std::nothrow) uint8_t[output_buffer_size[i]]);
  2204. if (data_buf == nullptr) {
  2205. GELOGE(GE_GRAPH_MALLOC_FAILED, "Malloc buffer failed.");
  2206. return GE_GRAPH_MALLOC_FAILED;
  2207. }
  2208. output_data->blobs.push_back({data_buf.get(), static_cast<uint64_t>(output_buffer_size[i]), false});
  2209. OutputTensorInfo output;
  2210. output.dims = output_shape_info[i];
  2211. output.data = std::move(data_buf);
  2212. output.length = output_buffer_size[i];
  2213. outputs.emplace_back(std::move(output));
  2214. GELOGD("Output index:%zu, output dims is %s, data length:%lu.", i,
  2215. formats::JoinToString(output.dims).c_str(), output.length);
  2216. }
  2217. return SUCCESS;
  2218. }
  2219. ///
  2220. /// @ingroup ge
  2221. /// @brief send Output Op result to upper layer
  2222. /// @already malloced in ModelLoad, no need to malloc again
  2223. /// @param [in] data_id: the index of output_data
  2224. /// @param [in] rslt_flg: result flag
  2225. /// @param [in] seq_end_flag: sequence end flag
  2226. /// @param [out] output_data: real user output_data
  2227. /// @return Status result
  2228. /// @author
  2229. ///
  2230. Status DavinciModel::ReturnResult(uint32_t data_id, const bool rslt_flg, const bool seq_end_flag,
  2231. OutputData *output_data) {
  2232. GE_CHK_BOOL_EXEC(listener_ != nullptr, return PARAM_INVALID, "listener_ is null.");
  2233. std::vector<ge::OutputTensorInfo> outputs;
  2234. // return result is not required
  2235. if (!rslt_flg && !seq_end_flag) {
  2236. GELOGW("Compute failed, model id: %u", model_id_);
  2237. auto model_manager = ModelManager::GetInstance();
  2238. GE_CHECK_NOTNULL(model_manager);
  2239. auto exception_infos = model_manager->GetExceptionInfos();
  2240. if (exception_infos.size() > 0) {
  2241. GE_CHK_STATUS_RET(data_dumper_.DumpExceptionInfo(exception_infos), "Dump exception info failed");
  2242. } else {
  2243. GELOGI("Exception info is null");
  2244. }
  2245. GE_CHK_STATUS(listener_->OnComputeDone(model_id_, data_id, INTERNAL_ERROR, outputs), "OnComputeDone failed.");
  2246. return INTERNAL_ERROR;
  2247. }
  2248. if (!has_output_node_) {
  2249. GELOGW("Output tensor list is empty, model id: %u", model_id_);
  2250. GE_CHK_STATUS(listener_->OnComputeDone(model_id_, data_id, INTERNAL_ERROR, outputs), "OnComputeDone failed.");
  2251. return INTERNAL_ERROR;
  2252. }
  2253. GE_CHECK_NOTNULL(output_data);
  2254. output_data->index = data_id;
  2255. output_data->model_id = model_id_;
  2256. if (is_getnext_sink_dynamic_) {
  2257. GELOGD("Reinit cur dynamic dims when getnext sink dynamic.");
  2258. cur_dynamic_dims_.clear();
  2259. cur_dynamic_dims_.resize(shape_of_cur_dynamic_dims_);
  2260. auto ret = rtMemcpy(cur_dynamic_dims_.data(), shape_of_cur_dynamic_dims_ * sizeof(int32_t),
  2261. netoutput_last_input_addr_, netoutput_last_input_size_, RT_MEMCPY_DEVICE_TO_HOST);
  2262. GE_CHK_RT_RET(ret);
  2263. }
  2264. GELOGD("Cur dynamic dims is %s.", formats::JoinToString(cur_dynamic_dims_).c_str());
  2265. if (GenOutputTensorInfo(output_data, outputs) != SUCCESS) {
  2266. return INTERNAL_ERROR;
  2267. }
  2268. if (CopyOutputData(data_id, *output_data, RT_MEMCPY_DEVICE_TO_HOST) != SUCCESS) {
  2269. GE_CHK_STATUS(listener_->OnComputeDone(model_id_, data_id, INTERNAL_ERROR, outputs), "OnComputeDone failed");
  2270. return INTERNAL_ERROR;
  2271. }
  2272. if (seq_end_flag) {
  2273. GELOGW("End of sequence, model id: %u", model_id_);
  2274. GE_CHK_STATUS(listener_->OnComputeDone(model_id_, data_id, END_OF_SEQUENCE, outputs), "OnCompute Done failed.");
  2275. return END_OF_SEQUENCE;
  2276. }
  2277. GE_CHK_STATUS(listener_->OnComputeDone(model_id_, data_id, SUCCESS, outputs), "OnComputeDone failed");
  2278. return SUCCESS;
  2279. }
  2280. ///
  2281. /// @ingroup ge
  2282. /// @brief return not output to upper layer for cloud case
  2283. /// @param [in] data_id
  2284. /// @return Status result
  2285. ///
  2286. Status DavinciModel::ReturnNoOutput(uint32_t data_id) {
  2287. GELOGI("ReturnNoOutput model id:%u", model_id_);
  2288. GE_CHK_BOOL_EXEC(listener_ != nullptr, return PARAM_INVALID, "listener_ is null!");
  2289. std::vector<ge::OutputTensorInfo> outputs;
  2290. GE_CHK_STATUS(listener_->OnComputeDone(model_id_, data_id, SUCCESS, outputs), "OnComputeDone failed.");
  2291. return SUCCESS;
  2292. }
  2293. void *DavinciModel::Run(DavinciModel *model) {
  2294. GE_CHK_BOOL_EXEC(model != nullptr,
  2295. CsaInteract::GetInstance().WriteErrorCode(FAILED, ERROR_MODULE_FMK, JOBSUBSTATE_GRAPH_EXEC);
  2296. return nullptr, "model_pointer is null!")
  2297. bool seq_end_flag = false;
  2298. uint32_t model_id = model->Id();
  2299. uint32_t device_id = model->GetDeviceId();
  2300. ErrorManager::GetInstance().SetErrorContext(model->GetErrorContext());
  2301. GELOGI("Model Run thread start, model_id:%u.", model_id);
  2302. rtError_t rt_ret = rtSetDevice(static_cast<int32_t>(device_id));
  2303. if (rt_ret != RT_ERROR_NONE) {
  2304. GELOGE(FAILED, "Model run rtsetdevice failed.");
  2305. return nullptr;
  2306. }
  2307. // DeviceReset before thread run finished!
  2308. GE_MAKE_GUARD(not_used_var, [&] { GE_CHK_RT(rtDeviceReset(device_id)); });
  2309. while (model->RunFlag()) {
  2310. bool rslt_flg = true;
  2311. if (model->GetDataInputer() == nullptr) {
  2312. GELOGW("Data inputer is nullptr.");
  2313. CsaInteract::GetInstance().StoreInternalErrorCode(FAILED, ERROR_MODULE_FMK, JOBSUBSTATE_GRAPH_EXEC);
  2314. break;
  2315. }
  2316. std::shared_ptr<InputDataWrapper> data_wrapper;
  2317. Status ret = model->GetDataInputer()->Pop(data_wrapper);
  2318. if (data_wrapper == nullptr || ret != SUCCESS) {
  2319. GELOGI("data_wrapper is null!");
  2320. continue;
  2321. }
  2322. GELOGI("Getting the input data, model_id:%u", model_id);
  2323. GE_IF_BOOL_EXEC(!model->RunFlag(), break);
  2324. InputData current_data = data_wrapper->GetInput();
  2325. GELOGI("Model thread Run begin, model id:%u, data index:%u.", model_id, current_data.index);
  2326. GE_TIMESTAMP_START(Model_SyncVarData);
  2327. ret = model->SyncVarData();
  2328. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  2329. ret != SUCCESS, (void)model->ReturnResult(current_data.index, false, false, data_wrapper->GetOutput());
  2330. CsaInteract::GetInstance().StoreInternalErrorCode(ret, ERROR_MODULE_FMK, JOBSUBSTATE_GRAPH_EXEC);
  2331. continue, "Copy input data to model failed."); // [No need to check value]
  2332. GE_IF_BOOL_EXEC(model->is_first_execute_, GE_TIMESTAMP_EVENT_END(Model_SyncVarData, "Model Run SyncVarData"));
  2333. GELOGI("Copy input data, model id:%u", model_id);
  2334. GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(),
  2335. model->SetProfileTime(MODEL_PRE_PROC_START));
  2336. ret = model->CopyInputData(current_data, false);
  2337. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  2338. ret != SUCCESS, (void)model->ReturnResult(current_data.index, false, false, data_wrapper->GetOutput());
  2339. CsaInteract::GetInstance().StoreInternalErrorCode(ret, ERROR_MODULE_FMK, JOBSUBSTATE_GRAPH_EXEC);
  2340. continue, "Copy input data to model failed."); // [No need to check value]
  2341. if (model->is_online_infer_dynamic_ && !model->is_getnext_sink_dynamic_) {
  2342. model->cur_dynamic_dims_.clear();
  2343. GE_IF_BOOL_EXEC(current_data.blobs.empty(), break);
  2344. auto shape_data_buffer_data = current_data.blobs.back().data;
  2345. auto shape_data_buffer_length = current_data.blobs.back().length;
  2346. model->cur_dynamic_dims_.assign(reinterpret_cast<int32_t *>(shape_data_buffer_data),
  2347. reinterpret_cast<int32_t *>(shape_data_buffer_data) +
  2348. shape_data_buffer_length / sizeof(int32_t));
  2349. GELOGD("Data: cur dynamic dims is %s", formats::JoinToString(model->cur_dynamic_dims_).c_str());
  2350. delete[] reinterpret_cast<int32_t *>(current_data.blobs.back().data);
  2351. current_data.blobs.pop_back();
  2352. }
  2353. GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(), model->SetProfileTime(MODEL_PRE_PROC_END));
  2354. GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(), model->SetProfileTime(MODEL_INFER_START));
  2355. GE_TIMESTAMP_START(rtModelExecute);
  2356. GELOGI("rtModelExecute start.");
  2357. rt_ret = rtModelExecute(model->rt_model_handle_, model->rt_model_stream_, 0);
  2358. GE_IF_BOOL_EXEC(rt_ret != RT_ERROR_NONE, rslt_flg = false;
  2359. (void)model->ReturnResult(current_data.index, false, false, data_wrapper->GetOutput());
  2360. CsaInteract::GetInstance().WriteErrorCode(rt_ret, ERROR_MODULE_RUNTIME, JOBSUBSTATE_GRAPH_EXEC);
  2361. continue);
  2362. GELOGI("rtModelExecute end");
  2363. GE_IF_BOOL_EXEC(model->is_first_execute_, GE_TIMESTAMP_EVENT_END(rtModelExecute, "GraphExcute::rtModelExecute"));
  2364. GE_TIMESTAMP_START(rtStreamSynchronize);
  2365. GELOGI("rtStreamSynchronize start.");
  2366. rt_ret = rtStreamSynchronize(model->rt_model_stream_);
  2367. if (rt_ret == kEndOfSequence || rt_ret == kEndOfSequenceNew) {
  2368. seq_end_flag = true;
  2369. }
  2370. if (rt_ret == kModelAbortNormal || rt_ret == kModelAbortNormalNew) {
  2371. GELOGI("The model with multiple datasets aborts normally.");
  2372. } else {
  2373. GE_IF_BOOL_EXEC(
  2374. rt_ret != RT_ERROR_NONE, rslt_flg = false; GELOGI("seq_end_flg: %d", seq_end_flag);
  2375. (void)model->ReturnResult(current_data.index, false, seq_end_flag,
  2376. data_wrapper->GetOutput()); // [No need to check value]
  2377. CsaInteract::GetInstance().StoreInternalErrorCode(rt_ret, ERROR_MODULE_RUNTIME, JOBSUBSTATE_GRAPH_EXEC);
  2378. continue);
  2379. }
  2380. GELOGI("rtStreamSynchronize end.");
  2381. GE_IF_BOOL_EXEC(model->is_first_execute_,
  2382. GE_TIMESTAMP_EVENT_END(rtStreamSynchronize, "GraphExcute::Wait for rtStreamSynchronize"));
  2383. GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(), model->SetProfileTime(MODEL_INFER_END));
  2384. GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(),
  2385. model->SetProfileTime(MODEL_AFTER_PROC_START));
  2386. GE_TIMESTAMP_START(ReturnResult3);
  2387. // copy output data from device to host
  2388. GE_IF_BOOL_EXEC(model->has_output_node_,
  2389. (void)model->ReturnResult(current_data.index, rslt_flg, false, data_wrapper->GetOutput()));
  2390. // copy output data from device to host for variable graph
  2391. GE_IF_BOOL_EXEC(!model->has_output_node_, (void)model->ReturnNoOutput(current_data.index));
  2392. GE_IF_BOOL_EXEC(model->is_first_execute_,
  2393. GE_TIMESTAMP_EVENT_END(ReturnResult3, "GraphExcute::CopyDataFromDeviceToHost"));
  2394. GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(),
  2395. model->SetProfileTime(MODEL_AFTER_PROC_END));
  2396. GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(), (void)model->SinkTimeProfile(current_data));
  2397. model->iterator_count_++;
  2398. model->is_first_execute_ = false;
  2399. GELOGI("run iterator count is %lu", model->iterator_count_);
  2400. }
  2401. CsaInteract::GetInstance().WriteInternalErrorCode();
  2402. GELOGI("Model run end, model id:%u", model->model_id_);
  2403. return nullptr;
  2404. }
  2405. ///
  2406. /// @ingroup ge
  2407. /// @brief call API provided by data inputer to destroy thread
  2408. /// @param [in] no
  2409. /// @return Status Destroy result
  2410. /// @author
  2411. ///
  2412. Status DavinciModel::DestroyThread() {
  2413. run_flg_ = false;
  2414. if (data_inputer_ != nullptr) {
  2415. data_inputer_->Stop();
  2416. }
  2417. if (thread_id_.joinable()) {
  2418. thread_id_.join();
  2419. }
  2420. return SUCCESS;
  2421. }
  2422. ///
  2423. /// @ingroup ge
  2424. /// @brief create model std::thread,
  2425. /// @brief start to execute Model
  2426. /// @param [in] no
  2427. /// @return Status create model thread and execute result
  2428. /// @author
  2429. ///
  2430. Status DavinciModel::ModelRunStart() {
  2431. GE_CHK_BOOL_RET_STATUS(data_inputer_ != nullptr, INTERNAL_ERROR, "data_inputer_ is nullptr.");
  2432. LockRunFlg();
  2433. GE_MAKE_GUARD(tmp_lock, [&] { UnlockRunFlg(); });
  2434. GE_CHK_BOOL_RET_STATUS(!run_flg_, INTERNAL_ERROR, "Model already started.");
  2435. run_flg_ = true;
  2436. // create stream instance which rt_model_handel is running on
  2437. GE_CHK_RT_RET(rtStreamCreate(&rt_model_stream_, priority_));
  2438. is_inner_model_stream_ = true;
  2439. string opt = "0";
  2440. (void)ge::GetContext().GetOption(OPTION_GE_MAX_DUMP_OP_NUM, opt); // option may not be set up, no need to check value
  2441. int64_t maxDumpOpNum = std::strtol(opt.c_str(), nullptr, kDecimal);
  2442. maxDumpOpNum_ = maxDumpOpNum;
  2443. error_context_ = ErrorManager::GetInstance().GetErrorContext();
  2444. CREATE_STD_THREAD(thread_id_, DavinciModel::Run, this);
  2445. GELOGI("model tread create success, model id:%u.", model_id_);
  2446. return SUCCESS;
  2447. }
  2448. ///
  2449. /// @ingroup ge
  2450. /// @brief call API provided by data inputer and destroy model Thread
  2451. /// @param [in] no
  2452. /// @return Status Destroy result
  2453. /// @author
  2454. ///
  2455. Status DavinciModel::ModelRunStop() {
  2456. LockRunFlg();
  2457. GE_MAKE_GUARD(tmp_lock, [&] { UnlockRunFlg(); });
  2458. GE_CHK_STATUS_RET(DestroyThread(), "DestoyThead failed.");
  2459. return SUCCESS;
  2460. }
  2461. void DavinciModel::UnbindTaskSinkStream() {
  2462. // unbinding hcom stream
  2463. UnbindHcomStream();
  2464. if (is_stream_list_bind_) {
  2465. for (size_t i = 0; i < stream_list_.size(); i++) {
  2466. // unbind rt_model_handle and streams
  2467. GE_LOGW_IF(rtModelUnbindStream(rt_model_handle_, stream_list_[i]) != RT_ERROR_NONE,
  2468. "Unbind stream from model failed! Index: %zu", i);
  2469. }
  2470. }
  2471. if (is_inner_model_stream_) {
  2472. if (!input_queue_ids_.empty() || !output_queue_ids_.empty()) {
  2473. GE_LOGW_IF(rtModelUnbindStream(rt_model_handle_, rt_model_stream_) != RT_ERROR_NONE, "Unbind stream failed!");
  2474. }
  2475. // destroy stream that is bound with rt_model
  2476. GE_LOGW_IF(rtStreamDestroy(rt_model_stream_) != RT_ERROR_NONE, "Destroy stream for rt_model failed.")
  2477. }
  2478. if (is_pure_head_stream_ && rt_head_stream_ != nullptr) {
  2479. GE_LOGW_IF(rtModelUnbindStream(rt_model_handle_, rt_head_stream_) != RT_ERROR_NONE, "Unbind stream failed!");
  2480. GE_LOGW_IF(rtStreamDestroy(rt_head_stream_) != RT_ERROR_NONE, "Destroy stream for rt_model failed.");
  2481. rt_head_stream_ = nullptr;
  2482. }
  2483. if (rt_entry_stream_ != nullptr) {
  2484. GE_LOGW_IF(rtModelUnbindStream(rt_model_handle_, rt_entry_stream_) != RT_ERROR_NONE, "Unbind stream failed!");
  2485. GE_LOGW_IF(rtStreamDestroy(rt_entry_stream_) != RT_ERROR_NONE, "Destroy stream for rt_model failed.");
  2486. rt_entry_stream_ = nullptr;
  2487. }
  2488. }
  2489. void *DavinciModel::GetRunAddress(void *addr) const {
  2490. if (fixed_mem_base_ == reinterpret_cast<uintptr_t>(mem_base_)) {
  2491. return addr;
  2492. }
  2493. uintptr_t ptr = reinterpret_cast<uintptr_t>(addr);
  2494. if ((fixed_mem_base_ <= ptr) && (ptr < fixed_mem_base_ + runtime_param_.mem_size)) {
  2495. return mem_base_ + (ptr - fixed_mem_base_);
  2496. } else {
  2497. return addr;
  2498. }
  2499. }
  2500. Status DavinciModel::CreateKnownZeroCopyMap(const vector<void *> &inputs, const vector<void *> &outputs) {
  2501. GELOGI("in, inputs size: %zu, input addr size: %zu, outputs size: %zu, output addr size: %zu",
  2502. inputs.size(), input_addrs_list_.size(), outputs.size(), output_addrs_list_.size());
  2503. if (inputs.size() > input_addrs_list_.size()) {
  2504. GELOGE(FAILED, "input data addr %zu should less than input op num %zu.", inputs.size(), input_addrs_list_.size());
  2505. return FAILED;
  2506. }
  2507. // remove zero copy addr in last iteration
  2508. known_input_data_info_.clear();
  2509. known_output_data_info_.clear();
  2510. for (size_t i = 0; i < inputs.size(); ++i) {
  2511. const vector<void *> &addr_list = input_addrs_list_[i];
  2512. void *addr = GetRunAddress(addr_list[kDataIndex]);
  2513. known_input_data_info_[addr] = inputs[i];
  2514. GELOGI("input %zu, v addr %p, r addr %p, p addr %p", i, addr_list[kDataIndex], addr, inputs[i]);
  2515. }
  2516. if (!has_output_node_) {
  2517. GELOGW("output op num in graph is %zu", output_addrs_list_.size());
  2518. return SUCCESS;
  2519. }
  2520. const vector<void *> &addr_list = output_addrs_list_.front();
  2521. for (size_t i = 0; i < addr_list.size() && i < outputs.size(); ++i) {
  2522. void *addr = GetRunAddress(addr_list[i]);
  2523. known_output_data_info_[addr] = outputs[i];
  2524. GELOGI("output %zu, v addr %p, r addr %p, p addr %p", i, addr_list[i], addr, outputs[i]);
  2525. }
  2526. GELOGI("success, known input data info size: %zu, known output data info size: %zu",
  2527. known_input_data_info_.size(), known_output_data_info_.size());
  2528. return SUCCESS;
  2529. }
  2530. void DavinciModel::SetTotalIOAddrs(const vector<void *> &io_addrs) {
  2531. if (fixed_mem_base_ == reinterpret_cast<uintptr_t>(mem_base_)) {
  2532. total_io_addrs_.insert(total_io_addrs_.end(), io_addrs.begin(), io_addrs.end());
  2533. return;
  2534. }
  2535. for (size_t i = 0; i < io_addrs.size(); ++i) {
  2536. total_io_addrs_.emplace_back(GetRunAddress(io_addrs[i]));
  2537. }
  2538. }
  2539. Status DavinciModel::UpdateKnownZeroCopyAddr(vector<void *> &total_io_addrs, bool update_args) {
  2540. if (fixed_mem_base_ != reinterpret_cast<uintptr_t>(mem_base_) && update_args) {
  2541. for (size_t i = 0; i < total_io_addrs.size(); ++i) {
  2542. total_io_addrs[i] = GetRunAddress(total_io_addrs[i]);
  2543. }
  2544. }
  2545. for (size_t i = 0; i < total_io_addrs.size(); ++i) {
  2546. auto it_in = known_input_data_info_.find(total_io_addrs[i]);
  2547. if (it_in != known_input_data_info_.end()) {
  2548. GELOGI("input %zu, v addr %p, p addr %p", i, total_io_addrs[i], known_input_data_info_.at(total_io_addrs[i]));
  2549. total_io_addrs[i] = known_input_data_info_.at(total_io_addrs[i]);
  2550. }
  2551. auto it_out = known_output_data_info_.find(total_io_addrs[i]);
  2552. if (it_out != known_output_data_info_.end()) {
  2553. GELOGI("output %zu, v addr %p, p addr %p", i, total_io_addrs[i], known_output_data_info_.at(total_io_addrs[i]));
  2554. total_io_addrs[i] = known_output_data_info_.at(total_io_addrs[i]);
  2555. }
  2556. }
  2557. GELOGI("success, total io addrs size: %zu", total_io_addrs.size());
  2558. return SUCCESS;
  2559. }
  2560. Status DavinciModel::UpdateKnownNodeArgs(const vector<void *> &inputs, const vector<void *> &outputs) {
  2561. GELOGI("DavinciModel::UpdateKnownNodeArgs in");
  2562. GE_CHK_STATUS_RET(CreateKnownZeroCopyMap(inputs, outputs),
  2563. "DavinciModel::UpdateKnownNodeArgs create map for input/output zero copy.");
  2564. if (!base_addr_not_changed_) {
  2565. total_io_addrs_.clear();
  2566. orig_total_io_addrs_.clear();
  2567. for (size_t task_index = 0; task_index < task_list_.size(); ++task_index) {
  2568. auto &task = task_list_[task_index];
  2569. if (task != nullptr) {
  2570. Status ret = task->UpdateArgs();
  2571. if (ret != SUCCESS) {
  2572. GELOGE(FAILED, "task %zu created by davinci model is nullptr.", task_index);
  2573. return FAILED;
  2574. }
  2575. }
  2576. }
  2577. // cache latest iterator io addr
  2578. orig_total_io_addrs_ = total_io_addrs_;
  2579. } else {
  2580. total_io_addrs_ = orig_total_io_addrs_;
  2581. }
  2582. GE_CHK_STATUS_RET(UpdateKnownZeroCopyAddr(total_io_addrs_, false), "DavinciModel::UpdateKnownZeroCopyAddr failed.");
  2583. if (total_args_size_ == 0) {
  2584. GELOGW("DavinciModel::UpdateKnownNodeArgs device args %p, dst size %u, pass rtMemcpy.", args_, total_args_size_);
  2585. } else {
  2586. uint32_t total_addr_size = total_io_addrs_.size() * sizeof(uint64_t);
  2587. GELOGI("DavinciModel::UpdateKnownNodeArgs device args %p, dst size %u, src size %u", args_, total_args_size_,
  2588. total_addr_size);
  2589. Status rt_ret =
  2590. rtMemcpy(args_, total_args_size_, total_io_addrs_.data(), total_addr_size, RT_MEMCPY_HOST_TO_DEVICE);
  2591. GE_IF_BOOL_EXEC(rt_ret != RT_ERROR_NONE, GELOGE(rt_ret, "rtMemcpy error, ret: Ox%X", rt_ret); return FAILED;)
  2592. }
  2593. GELOGI("DavinciModel::UpdateKnownNodeArgs success");
  2594. return SUCCESS;
  2595. }
  2596. Status DavinciModel::InitTaskInfo(domi::ModelTaskDef &model_task_def) {
  2597. GELOGI("InitTaskInfo in, task size %d", model_task_def.task().size());
  2598. task_list_.resize(model_task_def.task_size());
  2599. for (int i = 0; i < model_task_def.task_size(); ++i) {
  2600. // dynamic shape will create task_list_ before
  2601. const domi::TaskDef &task = model_task_def.task(i);
  2602. if (this->task_list_[i] == nullptr) {
  2603. task_list_[i] = TaskInfoFactory::Instance().Create(static_cast<rtModelTaskType_t>(task.type()));
  2604. }
  2605. GE_CHECK_NOTNULL(task_list_[i]);
  2606. Status ret = task_list_[i]->Init(task, this);
  2607. if (ret != SUCCESS) {
  2608. GELOGE(ret, "Task index %d init failed.", i);
  2609. return ret;
  2610. }
  2611. }
  2612. GELOGI("InitTaskInfo out");
  2613. return SUCCESS;
  2614. }
  2615. Status DavinciModel::MallocKnownArgs() {
  2616. GELOGI("DavinciModel::MallocKnownArgs in");
  2617. const auto &model_task_def = ge_model_->GetModelTaskDefPtr();
  2618. if (model_task_def->task_size() == 0) {
  2619. GELOGW("DavinciModel::MallocKnownArgs davincimodel has no task info.");
  2620. return SUCCESS;
  2621. }
  2622. task_list_.resize(model_task_def->task_size());
  2623. for (int32_t i = 0; i < model_task_def->task_size(); ++i) {
  2624. const domi::TaskDef &taskdef = model_task_def->task(i);
  2625. task_list_[i] = TaskInfoFactory::Instance().Create(static_cast<rtModelTaskType_t>(taskdef.type()));
  2626. GE_CHECK_NOTNULL(task_list_[i]);
  2627. Status ret = task_list_[i]->CalculateArgs(taskdef, this);
  2628. if (ret != SUCCESS) {
  2629. GELOGE(ret, "TaskInfo CalculateArgs failed.");
  2630. return ret;
  2631. }
  2632. }
  2633. // malloc args memory
  2634. if (total_args_size_ == 0) {
  2635. GELOGW("DavinciModel::MallocKnownArgs total_args_size_ equals to zero.");
  2636. return SUCCESS;
  2637. }
  2638. rtError_t rt_ret = rtMalloc(&args_, total_args_size_, RT_MEMORY_HBM);
  2639. if (rt_ret != RT_ERROR_NONE) {
  2640. GELOGE(RT_FAILED, "Call rtMalloc failed, ret: 0x%X", rt_ret);
  2641. return RT_ERROR_TO_GE_STATUS(rt_ret);
  2642. }
  2643. // malloc dynamic and static hybrid memory
  2644. if (total_hybrid_args_size_ != 0) {
  2645. rt_ret = rtMalloc(&hybrid_addrs_, total_hybrid_args_size_, RT_MEMORY_HBM);
  2646. if (rt_ret != RT_ERROR_NONE) {
  2647. GELOGE(RT_FAILED, "Call rtMalloc failed, ret: 0x%X", rt_ret);
  2648. return RT_ERROR_TO_GE_STATUS(rt_ret);
  2649. }
  2650. }
  2651. // malloc fixed addr memory, eg: rts op
  2652. if (total_fixed_addr_size_ != 0) {
  2653. GELOGI("Begin to allocate fixed addr.");
  2654. rt_ret = rtMalloc(&fixed_addrs_, total_fixed_addr_size_, RT_MEMORY_HBM);
  2655. if (rt_ret != RT_ERROR_NONE) {
  2656. GELOGE(RT_FAILED, "Call rtMalloc failed, ret: 0x%X", rt_ret);
  2657. return RT_ERROR_TO_GE_STATUS(rt_ret);
  2658. }
  2659. }
  2660. GELOGI("DavinciModel::MallocKnownArgs success, total args size %u. total fixed addr size %ld", total_args_size_,
  2661. total_fixed_addr_size_);
  2662. return SUCCESS;
  2663. }
  2664. void DavinciModel::SaveProfilingTaskDescInfo(const OpDescPtr &op, const TaskInfoPtr &task,
  2665. const domi::TaskDef &task_def, size_t task_index) {
  2666. bool flag = GetL1FusionEnableOption();
  2667. char skt_enable_env[MMPA_MAX_PATH] = { 0x00 };
  2668. INT32 res = mmGetEnv("SKT_ENABLE", skt_enable_env, MMPA_MAX_PATH);
  2669. int64_t env_flag = (res == EN_OK) ? std::strtol(skt_enable_env, nullptr, kDecimal) : 0;
  2670. if (env_flag != 0) {
  2671. flag = true;
  2672. }
  2673. TaskDescInfo task_desc_info;
  2674. if (!om_name_.empty()) {
  2675. task_desc_info.model_name = om_name_;
  2676. } else {
  2677. task_desc_info.model_name = name_;
  2678. }
  2679. task_desc_info.op_name = op->GetName();
  2680. task_desc_info.op_type = op->GetType();
  2681. task_desc_info.block_dim = task_def.kernel().block_dim();
  2682. task_desc_info.task_id = task->GetTaskID();
  2683. task_desc_info.stream_id = task->GetStreamId();
  2684. task_desc_info.shape_type = "static";
  2685. task_desc_info.cur_iter_num = 0;
  2686. task_desc_info.task_type = kTaskTypeInvalid;
  2687. auto &prof_mgr = ProfilingManager::Instance();
  2688. prof_mgr.GetOpInputOutputInfo(op, task_desc_info);
  2689. auto model_task_type = static_cast<rtModelTaskType_t>(task_def.type());
  2690. if (model_task_type == RT_MODEL_TASK_KERNEL) {
  2691. const domi::KernelDef &kernel_def = task_def.kernel();
  2692. const auto &context = kernel_def.context();
  2693. auto kernel_type = static_cast<ccKernelType>(context.kernel_type());
  2694. if (kernel_type == ccKernelType::TE) {
  2695. task_desc_info.task_type = kTaskTypeAicore;
  2696. } else if (kernel_type == ccKernelType::AI_CPU || kernel_type == ccKernelType::CUST_AI_CPU) {
  2697. task_desc_info.task_type = kTaskTypeAicpu;
  2698. } else {
  2699. GELOGD("Other kernel type: %u", context.kernel_type());
  2700. }
  2701. } else if (model_task_type == RT_MODEL_TASK_KERNEL_EX) {
  2702. task_desc_info.task_type = kTaskTypeAicpu;
  2703. } else {
  2704. GELOGD("Skip task type: %d", static_cast<int>(model_task_type));
  2705. }
  2706. profiler_report_op_info_[task_desc_info.op_name] =
  2707. std::pair<uint32_t, uint32_t>(task_desc_info.task_id, task_desc_info.stream_id);
  2708. task_desc_info_.emplace_back(task_desc_info);
  2709. if (flag) {
  2710. if (task->GetSktTaskID() != 0xFFFFFFFF) {
  2711. TaskDescInfo task_desc_info;
  2712. string op_name = "super_kernel_" + to_string(task_index);
  2713. task_desc_info.op_name = op_name;
  2714. task_desc_info.task_id = task->GetSktTaskID();
  2715. profiler_report_op_info_[task_desc_info.op_name] =
  2716. std::pair<uint32_t, uint32_t>(task_desc_info.task_id, task_desc_info.stream_id);
  2717. task_desc_info_.emplace_back(task_desc_info);
  2718. }
  2719. }
  2720. }
  2721. Status DavinciModel::DistributeTask() {
  2722. GELOGI("do Distribute.");
  2723. for (auto &task : cpu_task_list_) {
  2724. if (task == nullptr) {
  2725. GELOGW("task is null");
  2726. continue;
  2727. }
  2728. GE_CHK_STATUS_RET(task->Distribute());
  2729. }
  2730. task_desc_info_.clear();
  2731. const auto &model_task_def = ge_model_->GetModelTaskDefPtr();
  2732. for (size_t task_index = 0; task_index < task_list_.size(); ++task_index) {
  2733. auto &task_def = model_task_def->task(task_index);
  2734. auto &task = task_list_.at(task_index);
  2735. GE_CHECK_NOTNULL(task);
  2736. GE_CHK_STATUS_RET(task->Distribute(), "Task[%zu] distribute fail", task_index);
  2737. // for data dump
  2738. auto op_index = std::max(task_def.kernel().context().op_index(),
  2739. task_def.kernel_ex().op_index());
  2740. OpDescPtr op = GetOpByIndex(op_index);
  2741. GE_CHECK_NOTNULL(op);
  2742. if (reinterpret_cast<void *>(task->GetDumpArgs()) != nullptr) {
  2743. bool call_dump = GetDumpProperties().IsLayerNeedDump(name_, om_name_, op->GetName()) && task->CallSaveDumpInfo();
  2744. if (call_dump || is_op_debug_reg_) {
  2745. SaveDumpTask(task->GetTaskID(), task->GetStreamId(), op, task->GetDumpArgs());
  2746. }
  2747. }
  2748. auto task_type = static_cast<rtModelTaskType_t>(task_def.type());
  2749. bool no_need_profiling = (task_type != RT_MODEL_TASK_KERNEL) && (task_type != RT_MODEL_TASK_KERNEL_EX);
  2750. GE_IF_BOOL_EXEC(no_need_profiling, continue);
  2751. SaveDumpOpInfo(runtime_param_, op, task->GetTaskID(), task->GetStreamId());
  2752. // save task info for profiling
  2753. SaveProfilingTaskDescInfo(op, task, task_def, task_index);
  2754. }
  2755. // launch dump kernel to aicpu
  2756. GE_CHK_STATUS_RET(data_dumper_.LoadDumpInfo(), "Load dump info failed.");
  2757. return SUCCESS;
  2758. }
  2759. void DavinciModel::SetEndGraphId(uint32_t task_id, uint32_t stream_id) {
  2760. auto all_dump_model = GetDumpProperties().GetAllDumpModel();
  2761. bool findByOmName = all_dump_model.find(om_name_) != all_dump_model.end();
  2762. bool findByModelName = all_dump_model.find(name_) != all_dump_model.end();
  2763. if (all_dump_model.find(ge::DUMP_ALL_MODEL) != all_dump_model.end() || findByOmName || findByModelName) {
  2764. GELOGI("start save end_graph_info to dumper, task_id is %u, stream_id is %u", task_id, stream_id);
  2765. data_dumper_.SaveEndGraphId(task_id, stream_id);
  2766. }
  2767. }
  2768. ///
  2769. /// @ingroup ge
  2770. /// @brief Set copy only for No task feed NetOutput address.
  2771. /// @return None.
  2772. ///
  2773. void DavinciModel::SetCopyOnlyOutput() {
  2774. for (const auto &output_outside_addrs : output_data_info_) {
  2775. ZeroCopyOffset output_outside = output_outside_addrs.second;
  2776. if (!output_outside.IsRelativeOffsetValid()) {
  2777. return;
  2778. }
  2779. for (uint32_t out_count = 0; out_count < output_outside.GetAddrCount(); ++out_count) {
  2780. auto &addrs_mapping_list = output_outside.GetOutsideAddrs();
  2781. std::map<const void *, std::vector<void *>> virtual_args_addrs = addrs_mapping_list[out_count];
  2782. for (const auto &virtual_args_addr : virtual_args_addrs) {
  2783. const auto &args_addrs = virtual_args_addr.second;
  2784. if (args_addrs.empty()) { // No task feed Output addr, Need copy directly.
  2785. GELOGI("[ZCPY] just copy %p to netoutput.", virtual_args_addr.first);
  2786. copy_only_addrs_.insert(virtual_args_addr.first);
  2787. }
  2788. }
  2789. }
  2790. }
  2791. }
  2792. ///
  2793. /// @ingroup ge
  2794. /// @brief Set disabled input zero copy addr.
  2795. /// @param [in] const void *addr: address of task
  2796. /// @return None.
  2797. ///
  2798. void DavinciModel::DisableZeroCopy(const void *addr) {
  2799. if (real_virtual_addrs_.find(addr) == real_virtual_addrs_.end()) {
  2800. return;
  2801. }
  2802. // Data link to RTS Op directly.
  2803. std::lock_guard<std::mutex> lock(outside_addrs_mutex_);
  2804. GELOGI("[ZCPY] disable zero copy of %p.", addr);
  2805. copy_only_addrs_.insert(addr);
  2806. }
  2807. ///
  2808. /// @ingroup ge
  2809. /// @brief Save outside address used info for ZeroCopy.
  2810. /// @param [in] const OpDescPtr &op_desc: current op desc
  2811. /// @param [in] const std::vector<void *> &outside_addrs: address of task
  2812. /// @param [in] const void *info: task args
  2813. /// @param [in] const char *args: task args
  2814. /// @param [in] size_t size: size of task args
  2815. /// @param [in] size_t offset: offset of task args
  2816. /// @return None.
  2817. ///
  2818. void DavinciModel::SetZeroCopyAddr(const OpDescPtr &op_desc, const std::vector<void *> &outside_addrs, const void *info,
  2819. void *args, size_t size, size_t offset) {
  2820. // Internal call has ensured that op_desc is not nullptr
  2821. GELOGD("[ZCPY] SetZeroCopyAddr for %s.", op_desc->GetName().c_str());
  2822. size_t nums = outside_addrs.size();
  2823. ZeroCopyTask zero_copy_task(op_desc->GetName(), static_cast<uint8_t *>(args), size);
  2824. for (size_t i = 0; i < nums; ++i) {
  2825. std::lock_guard<std::mutex> lock(outside_addrs_mutex_);
  2826. for (auto &input_outside_addrs : input_data_info_) {
  2827. ZeroCopyOffset &input_outside = input_outside_addrs.second;
  2828. input_outside.SetOutsideAddrsValue(zero_copy_task, outside_addrs[i], args, offset + i * kAddrLen);
  2829. }
  2830. for (auto &output_outside_addrs : output_data_info_) {
  2831. ZeroCopyOffset &output_outside = output_outside_addrs.second;
  2832. output_outside.SetOutsideAddrsValue(zero_copy_task, outside_addrs[i], args, offset + i * kAddrLen);
  2833. }
  2834. }
  2835. string batch_label;
  2836. if (!AttrUtils::GetStr(op_desc, ATTR_NAME_BATCH_LABEL, batch_label) || batch_label.empty()) {
  2837. zero_copy_task.SetBatchLabel(kDefaultBatchLable);
  2838. } else {
  2839. zero_copy_task.SetBatchLabel(batch_label);
  2840. }
  2841. std::lock_guard<std::mutex> lock(outside_addrs_mutex_);
  2842. if (zero_copy_task.IsTaskArgsSet()) {
  2843. zero_copy_task.SetOriginalArgs(info, offset + nums * kAddrLen);
  2844. zero_copy_tasks_.emplace_back(zero_copy_task);
  2845. }
  2846. }
  2847. ///
  2848. /// @ingroup ge
  2849. /// @brief Copy Check input size and model op size.
  2850. /// @param [in] const int64_t &input_size: input size.
  2851. /// @param [in] const int64_t &op_size: model op size.
  2852. /// @param [in] is_dynamic: dynamic batch input flag.
  2853. /// @return true if success
  2854. ///
  2855. bool DavinciModel::CheckInputAndModelSize(const int64_t &input_size, const int64_t &op_size, bool is_dynamic) {
  2856. if (is_dynamic) { // dynamic is max size.
  2857. GELOGI("No need to check input and model size.");
  2858. return true;
  2859. }
  2860. if (input_size > op_size) {
  2861. GELOGW(
  2862. "Input size [%ld] is bigger than om size need [%ld], "
  2863. "MAY cause inference result ERROR, please check model input",
  2864. input_size, op_size);
  2865. }
  2866. if (is_dynamic_aipp_) {
  2867. GELOGI("This is dynamic aipp model, no need to judge smaller input size");
  2868. return true;
  2869. }
  2870. // Judge overflow first
  2871. if (input_size > (INT64_MAX - kDataMemAlignSizeCompare)) {
  2872. GELOGI("The Input size [%ld] is smaller than model size [%ld] and is in the range of 64 bytes", input_size,
  2873. op_size);
  2874. return true;
  2875. }
  2876. // The input and model input size can not be exactly equal because user input is not definite.
  2877. if ((input_size + kDataMemAlignSizeCompare) < op_size) {
  2878. GELOGE(ACL_ERROR_GE_PARAM_INVALID,
  2879. "Input size [%ld] can not be smaller than op size [%ld] after 64-byte alignment", input_size, op_size);
  2880. return false;
  2881. }
  2882. return true;
  2883. }
  2884. ///
  2885. /// @ingroup ge
  2886. /// @brief Copy Inputs and Outputs addr to model for direct use.
  2887. /// @param [in] const InputData &input_data: model input data.
  2888. /// @param [in] OutputData &output_data: model output data.
  2889. /// @param [in] bool is_dynamic_input: whether is dynamic input, true: is dynamic input; false: not is dynamic input
  2890. /// @return SUCCESS handle successfully / PARAM_INVALID for failed
  2891. ///
  2892. Status DavinciModel::CopyModelData(const InputData &input_data, OutputData &output_data, bool is_dynamic) {
  2893. if (UpdateIoTaskArgs(input_data_info_, true, input_data.blobs, is_dynamic, input_data.batch_label) != SUCCESS) {
  2894. GELOGE(ACL_ERROR_GE_PARAM_INVALID, "[ZCPY] Update input data to model failed.");
  2895. return ACL_ERROR_GE_PARAM_INVALID;
  2896. }
  2897. if (UpdateIoTaskArgs(output_data_info_, false, output_data.blobs, is_dynamic, input_data.batch_label) !=
  2898. SUCCESS) {
  2899. GELOGE(ACL_ERROR_GE_PARAM_INVALID, "[ZCPY] Update output data to model failed.");
  2900. return ACL_ERROR_GE_PARAM_INVALID;
  2901. }
  2902. for (ZeroCopyTask &task : zero_copy_tasks_) {
  2903. GE_CHK_STATUS_RET(task.DistributeParam(is_async_mode_, rt_model_stream_), "[ZCPY] Update args failed.");
  2904. }
  2905. output_data.index = input_data.index;
  2906. output_data.model_id = model_id_;
  2907. return SUCCESS;
  2908. }
  2909. ///
  2910. /// @ingroup ge
  2911. /// @brief Copy Data addr to model for direct use.
  2912. /// @param [in] data_info: model memory addr/size map { data_index, { tensor_size, tensor_addr } }.
  2913. /// @param [in] is_input: input data or output data
  2914. /// @param [in] blobs: user input/output data list.
  2915. /// @param [in] is_dynamic: whether is dynamic input, true: is dynamic input; false: not is dynamic input
  2916. /// @param [in] batch_label: batch label for multi-batch scenes
  2917. /// @return SUCCESS handle successfully / others handle failed
  2918. ///
  2919. Status DavinciModel::UpdateIoTaskArgs(const std::map<uint32_t, ZeroCopyOffset> &data_info, bool is_input,
  2920. const vector<DataBuffer> &blobs, bool is_dynamic, const string &batch_label) {
  2921. string input_or_output;
  2922. is_input ? input_or_output = "input" : input_or_output = "output";
  2923. if (blobs.size() != data_info.size()) {
  2924. GELOGE(ACL_ERROR_GE_PARAM_INVALID, "Verify %s data num failed: model requires %zu, but user actually feeds %zu",
  2925. input_or_output.c_str(), data_info.size(), blobs.size());
  2926. return ACL_ERROR_GE_PARAM_INVALID;
  2927. }
  2928. for (const auto &data : data_info) {
  2929. if (data.first >= blobs.size()) { // check data index.
  2930. GELOGE(ACL_ERROR_GE_PARAM_INVALID,
  2931. "Verify %s data num failed: can not find No.%u data, because user only feeds %zu",
  2932. input_or_output.c_str(), data.first, blobs.size());
  2933. return ACL_ERROR_GE_PARAM_INVALID;
  2934. }
  2935. const DataBuffer &buffer = blobs[data.first]; // index of data.
  2936. if (buffer.data == nullptr) {
  2937. GELOGE(ACL_ERROR_GE_PARAM_INVALID, "data_buf.data is nullptr, index=%u", data.first);
  2938. return ACL_ERROR_GE_PARAM_INVALID;
  2939. }
  2940. if (!CheckInputAndModelSize(buffer.length, data.second.GetDataSize(), is_dynamic)) {
  2941. GELOGE(ACL_ERROR_GE_PARAM_INVALID,
  2942. "Check input size and model size failed, op[%s]", data.second.GetOpName().c_str());
  2943. return ACL_ERROR_GE_PARAM_INVALID;
  2944. }
  2945. void *basic_addr = data.second.GetBasicAddr();
  2946. uint64_t data_size = data.second.GetDataSize();
  2947. if (copy_only_addrs_.count(basic_addr) > 0) {
  2948. if (is_input) {
  2949. GELOGI("[IMAS] Find addr %p need direct copy from user malloc input %p", basic_addr, buffer.data);
  2950. rtError_t rt_ret = rtMemcpy(basic_addr, data_size, buffer.data, buffer.length, RT_MEMCPY_DEVICE_TO_DEVICE);
  2951. if (rt_ret != RT_ERROR_NONE) {
  2952. GELOGE(rt_ret, "Non-zero copy data node copy failed");
  2953. return RT_ERROR_TO_GE_STATUS(rt_ret);
  2954. }
  2955. }
  2956. GELOGI("No need to exeucte zero copy task because this addr %p need direct copy.", basic_addr);
  2957. continue;
  2958. }
  2959. for (size_t count = 0; count < data.second.GetDataCount(); ++count) {
  2960. int64_t size = data.second.GetDataInfo().at(count).first;
  2961. void *addr = data.second.GetDataInfo().at(count).second;
  2962. void *buffer_addr = reinterpret_cast<void *>(reinterpret_cast<uintptr_t>(buffer.data) +
  2963. data.second.GetRelativeOffset().at(count));
  2964. GELOGI("[ZCPY] Copy %s blobs_index %u, virtual_addr: %p, size: %ld, user_data_addr: %p, batch_label: %s",
  2965. input_or_output.c_str(), data.first, addr, size, buffer_addr, batch_label.c_str());
  2966. // For input data, just copy for rts task.
  2967. for (ZeroCopyTask &task : zero_copy_tasks_) {
  2968. if (task.GetBatchLabel() != kDefaultBatchLable && task.GetBatchLabel() != batch_label) {
  2969. continue;
  2970. }
  2971. uintptr_t addr_val = reinterpret_cast<uintptr_t>(addr);
  2972. if (task.UpdateTaskParam(addr_val, buffer_addr) != SUCCESS) {
  2973. return ACL_ERROR_GE_PARAM_INVALID;
  2974. }
  2975. }
  2976. }
  2977. }
  2978. return SUCCESS;
  2979. }
  2980. ///
  2981. /// @ingroup ge
  2982. /// @brief get unique identification for op when load two or more models
  2983. /// @param [in] const OpDescPtr: current op.
  2984. /// @param [in] string identification: unique identification for current op.
  2985. /// @return SUCCESS handle successfully / others handle failed
  2986. ///
  2987. void DavinciModel::GetUniqueId(const OpDescPtr &op_desc, std::string &unique_identification) {
  2988. std::string session_graph_id;
  2989. GE_IF_BOOL_EXEC(AttrUtils::GetStr(*op_desc, ATTR_NAME_SESSION_GRAPH_ID, session_graph_id),
  2990. GELOGD("Get original type of session_graph_id."));
  2991. if (session_graph_id.empty()) {
  2992. return;
  2993. } else if (session_graph_id.find("-1") != string::npos) {
  2994. unique_identification = session_graph_id + "_" + to_string(model_id_);
  2995. } else {
  2996. unique_identification = session_graph_id;
  2997. }
  2998. }
  2999. ///
  3000. /// @ingroup ge
  3001. /// @brief For TVM Op, avoid Addr Reuse.
  3002. /// @return void*
  3003. ///
  3004. const char *DavinciModel::GetRegisterStub(const string &binfile, const string &session_graph_id) {
  3005. string binfile_key;
  3006. if (session_graph_id.empty()) {
  3007. binfile_key = binfile;
  3008. } else {
  3009. binfile_key = session_graph_id + "_" + binfile;
  3010. }
  3011. auto it = tvm_bin_kernel_.find(binfile_key);
  3012. if (it != tvm_bin_kernel_.end()) {
  3013. return it->c_str();
  3014. } else {
  3015. it = tvm_bin_kernel_.insert(tvm_bin_kernel_.end(), binfile_key);
  3016. return it->c_str();
  3017. }
  3018. }
  3019. ///
  3020. /// @ingroup ge
  3021. /// @brief Constant Op Init.
  3022. /// @return Status
  3023. ///
  3024. Status DavinciModel::InitConstant(const OpDescPtr &op_desc) {
  3025. auto v_weights = ModelUtils::GetWeights(op_desc);
  3026. auto v_output_size = ModelUtils::GetOutputSize(op_desc);
  3027. auto v_output_addr = ModelUtils::GetOutputDataAddrs(runtime_param_, op_desc);
  3028. GE_IF_BOOL_EXEC(v_weights.empty() || v_output_size.empty() || v_output_addr.empty(),
  3029. GELOGE(PARAM_INVALID, "const op:%s not set output", op_desc->GetName().c_str());
  3030. return PARAM_INVALID;);
  3031. GeTensor *tensor = const_cast<GeTensor *>(v_weights[0].get());
  3032. GE_IF_BOOL_EXEC(static_cast<size_t>(v_output_size[0]) < tensor->GetData().size(),
  3033. GELOGE(PARAM_INVALID, "output size:%ld less than weight data size:%zu", v_output_size[0],
  3034. tensor->GetData().size());
  3035. return PARAM_INVALID;);
  3036. GE_IF_BOOL_EXEC(tensor->GetData().size() == 0, GELOGW("const op:%s has no weight data.", op_desc->GetName().c_str());
  3037. return SUCCESS;);
  3038. auto desc = tensor->GetTensorDesc();
  3039. if (desc.GetDataType() == DT_STRING) {
  3040. GeShape tensor_shape = desc.GetShape();
  3041. /// if tensor is a scaler, it's shape size if zero, according ge_tensor.cc.
  3042. /// the logic of GetShapeSize is wrong, the scaler tensor's GetShapeSize is zero
  3043. /// and that of unknown shape is zero too.
  3044. /// unknown shape will not appear here, so we can use zero judge a tensor is scaler or not
  3045. int64_t elem_num = tensor_shape.GetShapeSize();
  3046. if (elem_num == 0 && tensor_shape.GetDims().size() == 0) {
  3047. elem_num = 1;
  3048. }
  3049. uint64_t *buff = reinterpret_cast<uint64_t *>(tensor->MutableData().data());
  3050. if (ge::CheckInt64Uint32MulOverflow(elem_num, kBytes * kStringHeadElems) != SUCCESS) {
  3051. GELOGE(FAILED, "Shape size is invalid");
  3052. return FAILED;
  3053. }
  3054. uint64_t offset = elem_num * kBytes * kStringHeadElems;
  3055. uint64_t hbm_raw_data_base_addr =
  3056. static_cast<uint64_t>(reinterpret_cast<uintptr_t>(v_output_addr[0])) + offset;
  3057. for (int64_t i = elem_num - 1; i >= 0; --i) {
  3058. buff[i * kStringHeadElems] = hbm_raw_data_base_addr + (buff[i * kStringHeadElems] - buff[0]);
  3059. }
  3060. }
  3061. GELOGI("[IMAS]InitConstant memcpy graph_%u type[V] name[%s] output[%d] memaddr[%p] mem_size[%lu] datasize[%zu]",
  3062. runtime_param_.graph_id, op_desc->GetName().c_str(), 0, v_output_addr[0], v_output_size[0],
  3063. tensor->GetData().size());
  3064. GE_CHK_RT_RET(rtMemcpy(v_output_addr[0], v_output_size[0], tensor->GetData().data(), tensor->GetData().size(),
  3065. RT_MEMCPY_HOST_TO_DEVICE));
  3066. return SUCCESS;
  3067. }
  3068. ///
  3069. /// @ingroup ge
  3070. /// @brief TVM Op Init.
  3071. /// @return Status
  3072. ///
  3073. Status DavinciModel::InitTbeHandle(const OpDescPtr &op_desc) {
  3074. auto kernel = ge_model_->GetTBEKernelStore().FindKernel(op_desc->GetName());
  3075. auto tbe_kernel = (kernel != nullptr) ? kernel : op_desc->TryGetExtAttr(OP_EXTATTR_NAME_TBE_KERNEL, TBEKernelPtr());
  3076. if (tbe_kernel == nullptr) {
  3077. GELOGE(INTERNAL_ERROR, "TBE: %s can't find tvm bin file!", op_desc->GetName().c_str());
  3078. return INTERNAL_ERROR;
  3079. }
  3080. std::string session_graph_model_id;
  3081. GetUniqueId(op_desc, session_graph_model_id);
  3082. const char *bin_file_key = GetRegisterStub(op_desc->GetName(), session_graph_model_id); // from set, always valid.
  3083. TBEHandleStore &kernel_store = TBEHandleStore::GetInstance();
  3084. std::lock_guard<std::mutex> lock(tvm_bin_mutex_);
  3085. if (rtQueryFunctionRegistered(bin_file_key) != RT_ERROR_NONE) {
  3086. void *bin_handle = nullptr;
  3087. if (!kernel_store.FindTBEHandle(bin_file_key, bin_handle)) {
  3088. GELOGD("TBE: can't find the kernel_name[%s] in HandleMap", bin_file_key);
  3089. rtDevBinary_t binary;
  3090. std::string json_string;
  3091. GE_IF_BOOL_EXEC(AttrUtils::GetStr(op_desc, TVM_ATTR_NAME_MAGIC, json_string),
  3092. GELOGD("Get original type of session_graph_id."));
  3093. if (json_string == "RT_DEV_BINARY_MAGIC_ELF_AICPU") {
  3094. binary.magic = RT_DEV_BINARY_MAGIC_ELF_AICPU;
  3095. } else if (json_string == "RT_DEV_BINARY_MAGIC_ELF") {
  3096. binary.magic = RT_DEV_BINARY_MAGIC_ELF;
  3097. } else if (json_string == "RT_DEV_BINARY_MAGIC_ELF_AIVEC") {
  3098. binary.magic = RT_DEV_BINARY_MAGIC_ELF_AIVEC;
  3099. } else {
  3100. GELOGE(PARAM_INVALID, "TBE: Invalid parameter magic number! json: %s", json_string.c_str());
  3101. return PARAM_INVALID;
  3102. }
  3103. binary.version = 0;
  3104. binary.data = tbe_kernel->GetBinData();
  3105. binary.length = tbe_kernel->GetBinDataSize();
  3106. GELOGD("TBE: binary.length: %lu", binary.length);
  3107. GE_CHK_RT_RET(rtDevBinaryRegister(&binary, &bin_handle));
  3108. std::string meta_data;
  3109. GE_IF_BOOL_EXEC(AttrUtils::GetStr(op_desc, TVM_ATTR_NAME_METADATA, meta_data),
  3110. GELOGI("Get original type of json_string"));
  3111. GELOGD("TBE: meta data: %s", meta_data.empty() ? "null" : meta_data.c_str());
  3112. GE_IF_BOOL_EXEC(!meta_data.empty(), GE_CHK_RT_RET(rtMetadataRegister(bin_handle, meta_data.c_str())));
  3113. kernel_store.StoreTBEHandle(bin_file_key, bin_handle, tbe_kernel);
  3114. } else {
  3115. GELOGI("TBE: find the kernel_name[%s] in HandleMap", bin_file_key);
  3116. kernel_store.ReferTBEHandle(bin_file_key);
  3117. }
  3118. std::string kernel_name;
  3119. GE_IF_BOOL_EXEC(AttrUtils::GetStr(op_desc, op_desc->GetName() + "_kernelname", kernel_name),
  3120. GELOGD("Get original type of kernel_name"));
  3121. GE_CHK_RT_RET(rtFunctionRegister(bin_handle, bin_file_key, bin_file_key, kernel_name.c_str(), 0));
  3122. used_tbe_handle_map_[bin_file_key] = 1; // Init used num to 1.
  3123. return SUCCESS;
  3124. }
  3125. // Kernel registed, Increase used num in store.
  3126. StoreTbeHandle(bin_file_key);
  3127. return SUCCESS;
  3128. }
  3129. void DavinciModel::StoreTbeHandle(const std::string &handle_key) {
  3130. // Online mode FE may call rtFunctionRegister.
  3131. TBEHandleStore &kernel_store = TBEHandleStore::GetInstance();
  3132. auto it = used_tbe_handle_map_.find(handle_key);
  3133. if (it != used_tbe_handle_map_.end()) {
  3134. // GE registered, increase reference.
  3135. kernel_store.ReferTBEHandle(handle_key);
  3136. it->second++;
  3137. return;
  3138. }
  3139. void *bin_handle = nullptr;
  3140. if (kernel_store.FindTBEHandle(handle_key, bin_handle)) {
  3141. // GE registered, increase reference.
  3142. used_tbe_handle_map_[handle_key] = 1; // Init used num to 1.
  3143. kernel_store.ReferTBEHandle(handle_key);
  3144. }
  3145. }
  3146. void DavinciModel::CleanTbeHandle() {
  3147. TBEHandleStore &kernel_store = TBEHandleStore::GetInstance();
  3148. kernel_store.EraseTBEHandle(used_tbe_handle_map_);
  3149. used_tbe_handle_map_.clear();
  3150. tvm_bin_kernel_.clear();
  3151. }
  3152. ///
  3153. /// @ingroup ge
  3154. /// @brief insert active_stream_indication_
  3155. /// @return Status
  3156. ///
  3157. Status DavinciModel::InitStreamActive(const OpDescPtr &op_desc) {
  3158. if (op_desc->HasAttr(ATTR_NAME_SWITCH_BRANCH_NODE_LABEL)) {
  3159. std::vector<uint32_t> active_stream_list;
  3160. GE_CHK_BOOL_EXEC(AttrUtils::GetListInt(op_desc, ATTR_NAME_ACTIVE_STREAM_LIST, active_stream_list),
  3161. return INTERNAL_ERROR, "StreamActiveOp get attr ACTIVE_STREAM failed.");
  3162. for (size_t j = 0; j < active_stream_list.size(); ++j) {
  3163. active_stream_indication_.insert(active_stream_list[j]);
  3164. GELOGI("flowctrl_op_index_map node:%s, active_stream_id=%u.", op_desc->GetName().c_str(), active_stream_list[j]);
  3165. }
  3166. }
  3167. return SUCCESS;
  3168. }
  3169. Status DavinciModel::InitStreamSwitch(const OpDescPtr &op_desc) {
  3170. std::vector<uint32_t> active_stream_list;
  3171. GE_LOGI_IF(!ge::AttrUtils::GetListInt(op_desc, ATTR_NAME_ACTIVE_STREAM_LIST, active_stream_list),
  3172. "GetInt ACTIVE_STREAM_LIST failed.");
  3173. if (active_stream_list.size() != kTrueBranchStreamNum) {
  3174. GELOGE(INTERNAL_ERROR, "Stream num of switch true branch must be %u.", kTrueBranchStreamNum);
  3175. return INTERNAL_ERROR;
  3176. }
  3177. uint32_t true_stream_id = active_stream_list.front();
  3178. active_stream_indication_.insert(true_stream_id);
  3179. GELOGI("flowctrl_op_index_map node:%s, true_stream_id=%u.", op_desc->GetName().c_str(), true_stream_id);
  3180. return SUCCESS;
  3181. }
  3182. Status DavinciModel::InitStreamSwitchN(const OpDescPtr &op_desc) {
  3183. std::vector<uint32_t> active_stream_list;
  3184. if (!AttrUtils::GetListInt(op_desc, ATTR_NAME_ACTIVE_STREAM_LIST, active_stream_list)) {
  3185. GELOGE(INTERNAL_ERROR, "StreamSwitchNOp get attr ACTIVE_STREAM failed.");
  3186. return INTERNAL_ERROR;
  3187. }
  3188. for (size_t j = 0; j < active_stream_list.size(); ++j) {
  3189. active_stream_indication_.insert(active_stream_list[j]);
  3190. GELOGI("StreamSwitchNOp node:%s, active_stream_id=%u.", op_desc->GetName().c_str(), active_stream_list[j]);
  3191. }
  3192. uint32_t batch_num = 0;
  3193. if (!AttrUtils::GetInt(op_desc, ATTR_NAME_BATCH_NUM, batch_num)) {
  3194. GELOGE(FAILED, "Failed to get attr ATTR_NAME_BATCH_NUM, StreamSwitchN: %s.", op_desc->GetName().c_str());
  3195. return FAILED;
  3196. }
  3197. return SetDynamicBatchInfo(op_desc, batch_num);
  3198. }
  3199. Status DavinciModel::SetDynamicBatchInfo(const OpDescPtr &op_desc, uint32_t batch_num) {
  3200. batch_info_.clear();
  3201. combined_batch_info_.clear();
  3202. (void)AttrUtils::GetInt(op_desc, ATTR_DYNAMIC_TYPE, dynamic_type_);
  3203. (void)AttrUtils::GetListStr(op_desc, ATTR_USER_DESIGNEATE_SHAPE_ORDER, user_designate_shape_order_);
  3204. for (uint32_t i = 0; i < batch_num; ++i) {
  3205. std::vector<int64_t> batch_shape;
  3206. const std::string attr_name = ATTR_NAME_PRED_VALUE + "_" + std::to_string(i);
  3207. if (!AttrUtils::GetListInt(op_desc, attr_name, batch_shape)) {
  3208. GELOGE(FAILED, "Get attr ATTR_NAME_PRED_VALUE failed, Node: %s", op_desc->GetName().c_str());
  3209. batch_info_.clear();
  3210. return FAILED;
  3211. }
  3212. batch_info_.emplace_back(batch_shape);
  3213. batch_shape.clear();
  3214. const string attr_combined_batch = ATTR_NAME_COMBINED_BATCH + "_" + std::to_string(i);
  3215. if (AttrUtils::GetListInt(op_desc, attr_combined_batch, batch_shape)) {
  3216. combined_batch_info_.emplace_back(batch_shape);
  3217. }
  3218. }
  3219. return SUCCESS;
  3220. }
  3221. Status DavinciModel::InitCase(const OpDescPtr &op_desc) {
  3222. uint32_t batch_num = 0;
  3223. if (!AttrUtils::GetInt(op_desc, ATTR_NAME_BATCH_NUM, batch_num)) {
  3224. GELOGI("Not multi-batch Node: %s", op_desc->GetName().c_str());
  3225. return SUCCESS;
  3226. }
  3227. return SetDynamicBatchInfo(op_desc, batch_num);
  3228. }
  3229. bool DavinciModel::IsBroadCastOpData(const ge::NodePtr &var_node) {
  3230. for (auto out_anchor : var_node->GetAllOutDataAnchors()) {
  3231. GE_RT_FALSE_CHECK_NOTNULL(out_anchor);
  3232. for (auto in_anchor : out_anchor->GetPeerInDataAnchors()) {
  3233. GE_RT_FALSE_CHECK_NOTNULL(in_anchor);
  3234. ge::NodePtr dst_node = in_anchor->GetOwnerNode();
  3235. GE_RT_FALSE_CHECK_NOTNULL(dst_node);
  3236. if (dst_node->GetType() == HCOMBROADCAST || dst_node->GetType() == HVDCALLBACKBROADCAST) {
  3237. return true;
  3238. }
  3239. }
  3240. }
  3241. return false;
  3242. }
  3243. ///
  3244. /// @ingroup ge
  3245. /// @brief Init model stream for NN model.
  3246. /// @param [in] stream user input model stream.
  3247. /// @return Status
  3248. ///
  3249. Status DavinciModel::InitModelStream(rtStream_t stream) {
  3250. ExecuteMode curr_mode = is_async_mode_ ? ASYNCHRONIZATION : SYNCHRONIZATION;
  3251. GE_CHK_BOOL_RET_STATUS((curr_mode == last_execute_mode_) || (last_execute_mode_ == INITIALIZATION), INTERNAL_ERROR,
  3252. "NnExecute not support mix execute.");
  3253. last_execute_mode_ = curr_mode;
  3254. // asynchronize mode, use user input stream.
  3255. if (is_async_mode_) {
  3256. rt_model_stream_ = stream;
  3257. is_inner_model_stream_ = false;
  3258. return SUCCESS;
  3259. }
  3260. // synchronize mode, use forbidden stream.
  3261. if (stream != nullptr) {
  3262. if ((rt_model_stream_ != nullptr) && is_inner_model_stream_) {
  3263. GE_LOGW_IF(rtStreamDestroy(rt_model_stream_) != RT_ERROR_NONE, "Destroy rt_stream failed!");
  3264. }
  3265. rt_model_stream_ = stream;
  3266. is_inner_model_stream_ = false;
  3267. return SUCCESS;
  3268. }
  3269. if (rt_model_stream_ == nullptr) {
  3270. GE_CHK_RT_RET(rtStreamCreateWithFlags(&rt_model_stream_, priority_, RT_STREAM_FORBIDDEN_DEFAULT));
  3271. is_inner_model_stream_ = true;
  3272. }
  3273. return SUCCESS;
  3274. }
  3275. ///
  3276. /// @ingroup ge
  3277. /// @brief ACL case, do not start new thread, return execute result.
  3278. /// @param [in] stream execute model stream.
  3279. /// @param [in] async_mode is asynchronize mode.
  3280. /// @param [in] input_data model input data.
  3281. /// @param [out] output_data model output data.
  3282. ///
  3283. Status DavinciModel::NnExecute(rtStream_t stream, bool async_mode, const InputData &input_data,
  3284. OutputData &output_data) {
  3285. is_async_mode_ = async_mode;
  3286. GELOGD("Model Run begin, model id:%u, data index:%u, flag:%d.", model_id_, input_data.index, is_async_mode_);
  3287. GE_CHK_STATUS_RET(InitModelStream(stream), "Init model stream failed.");
  3288. is_dynamic_ = input_data.is_dynamic_batch;
  3289. GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(), SetProfileTime(MODEL_PRE_PROC_START));
  3290. Status ret = CopyModelData(input_data, output_data, is_dynamic_);
  3291. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(ret != SUCCESS, return ret, "Copy input data to model failed. model id: %u",
  3292. model_id_);
  3293. GELOGD("current_data.index=%u", input_data.index);
  3294. GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(), SetProfileTime(MODEL_PRE_PROC_END));
  3295. if (!task_list_.empty()) {
  3296. GELOGD("rtModelExecute do");
  3297. GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(), SetProfileTime(MODEL_INFER_START));
  3298. rtError_t rt_ret = rtModelExecute(rt_model_handle_, rt_model_stream_, 0);
  3299. GE_CHK_RT_EXEC(rt_ret, return RT_ERROR_TO_GE_STATUS(rt_ret));
  3300. GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(), SetProfileTime(MODEL_INFER_END));
  3301. GELOGD("rtModelExecute end");
  3302. }
  3303. if (!is_async_mode_) {
  3304. GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(), SetProfileTime(MODEL_AFTER_PROC_START));
  3305. ret = CopyOutputData(input_data.index, output_data, RT_MEMCPY_DEVICE_TO_DEVICE);
  3306. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(ret != SUCCESS, return ACL_ERROR_GE_INTERNAL_ERROR,
  3307. "Copy Output data to user failed.");
  3308. GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(), SetProfileTime(MODEL_AFTER_PROC_END));
  3309. }
  3310. // report model time data
  3311. GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(), (void)SinkTimeProfile(input_data));
  3312. GELOGD("Model run end, model id:%u", model_id_);
  3313. return SUCCESS;
  3314. }
  3315. // Add active entry stream for special env.
  3316. Status DavinciModel::AddHeadStream() {
  3317. if (active_stream_list_.empty()) {
  3318. GELOGE(INTERNAL_ERROR, "Active stream is empty, stream list size: %zu, stream indication size: %zu.",
  3319. stream_list_.size(), active_stream_indication_.size());
  3320. return INTERNAL_ERROR;
  3321. }
  3322. if (active_stream_list_.size() == 1) {
  3323. GELOGI("Just one active stream, take as head stream.");
  3324. rt_head_stream_ = active_stream_list_[0];
  3325. is_pure_head_stream_ = false;
  3326. } else {
  3327. // Create stream which rt_model_handel running on, this is S0, TS stream.
  3328. GELOGI("Multiple active stream: %zu, create head stream.", active_stream_list_.size());
  3329. GE_CHK_RT_RET(rtStreamCreateWithFlags(&rt_head_stream_, priority_, RT_STREAM_PERSISTENT));
  3330. GE_CHK_RT_RET(rtModelBindStream(rt_model_handle_, rt_head_stream_, RT_INVALID_FLAG)); // Not active.
  3331. is_pure_head_stream_ = true;
  3332. for (auto s : active_stream_list_) {
  3333. std::shared_ptr<CpuTaskActiveEntry> active_entry = MakeShared<CpuTaskActiveEntry>(rt_head_stream_);
  3334. if (active_entry == nullptr) {
  3335. GELOGE(MEMALLOC_FAILED, "Make CpuTaskActiveEntry task failed.");
  3336. return MEMALLOC_FAILED;
  3337. }
  3338. Status status = active_entry->Init(s);
  3339. if (status != SUCCESS) {
  3340. return status;
  3341. }
  3342. cpu_task_list_.emplace_back(active_entry);
  3343. }
  3344. }
  3345. // Create entry stream active head stream. AICPU stream.
  3346. GE_CHK_RT_RET(rtStreamCreateWithFlags(&rt_entry_stream_, priority_, RT_STREAM_AICPU));
  3347. GE_CHK_RT_RET(rtModelBindStream(rt_model_handle_, rt_entry_stream_, RT_HEAD_STREAM));
  3348. return SUCCESS;
  3349. }
  3350. Status DavinciModel::InitEntryTask() {
  3351. if (deploy_type_ == AICPU_DEPLOY_CROSS_THREAD) {
  3352. GE_CHK_STATUS_RET(AddHeadStream(), "Add head stream failed.");
  3353. return CpuActiveStream();
  3354. } else {
  3355. return LoadWithQueue();
  3356. }
  3357. }
  3358. uint8_t *DavinciModel::MallocFeatureMapMem(size_t data_size) {
  3359. uint8_t *mem_base = nullptr;
  3360. const string purpose("feature map,used for op input and output.");
  3361. char ge_static_mem_env[MMPA_MAX_PATH] = { 0x00 };
  3362. INT32 res = mmGetEnv(kEnvGeuseStaticMemory, ge_static_mem_env, MMPA_MAX_PATH);
  3363. if (res == EN_OK) {
  3364. data_size = static_cast<size_t>(VarManager::Instance(session_id_)->GetGraphMemoryMaxSize());
  3365. string memory_key = std::to_string(0) + "_f";
  3366. mem_base = MemManager::Instance(RT_MEMORY_HBM)->MallocMemory(purpose, memory_key, data_size, GetDeviceId());
  3367. } else {
  3368. mem_base = MemManager::Instance(RT_MEMORY_HBM)->MallocMemory(purpose, data_size, GetDeviceId());
  3369. }
  3370. if (mem_base != nullptr) {
  3371. GE_CHK_RT(rtMemset(mem_base, data_size, 0U, data_size));
  3372. }
  3373. return mem_base;
  3374. }
  3375. uint8_t *DavinciModel::MallocP2PMem(size_t p2p_data_size) {
  3376. uint8_t *p2p_mem_base = nullptr;
  3377. const string purpose("p2p memory, used for some op related to hcom");
  3378. if (std::getenv(kEnvGeuseStaticMemory) != nullptr) {
  3379. string p2p_memory_key = std::to_string(0) + "_p";
  3380. p2p_mem_base =
  3381. MemManager::Instance(RT_MEMORY_P2P_DDR)->MallocMemory(purpose, p2p_memory_key, p2p_data_size, GetDeviceId());
  3382. } else {
  3383. p2p_mem_base = MemManager::Instance(RT_MEMORY_P2P_DDR)->MallocMemory(purpose, p2p_data_size, GetDeviceId());
  3384. }
  3385. return p2p_mem_base;
  3386. }
  3387. uint8_t *DavinciModel::MallocWeightsMem(size_t weights_size) {
  3388. uint8_t *weights_mem_base = nullptr;
  3389. const string purpose("weights memory in inference network.");
  3390. char ge_static_mem_env[MMPA_MAX_PATH] = { 0x00 };
  3391. INT32 res = mmGetEnv(kEnvGeuseStaticMemory, ge_static_mem_env, MMPA_MAX_PATH);
  3392. if (res == EN_OK) {
  3393. string weight_memory_key = std::to_string(0) + "_w";
  3394. weights_mem_base =
  3395. MemManager::Instance(RT_MEMORY_HBM)->MallocMemory(purpose, weight_memory_key, weights_size, GetDeviceId());
  3396. } else {
  3397. weights_mem_base = MemManager::Instance(RT_MEMORY_HBM)->MallocMemory(purpose, weights_size, GetDeviceId());
  3398. }
  3399. return weights_mem_base;
  3400. }
  3401. void DavinciModel::FreeFeatureMapMem() {
  3402. char ge_static_mem_env[MMPA_MAX_PATH] = { 0x00 };
  3403. INT32 res = mmGetEnv(kEnvGeuseStaticMemory, ge_static_mem_env, MMPA_MAX_PATH);
  3404. if (res == EN_OK && is_inner_mem_base_) {
  3405. string weight_memory_key = std::to_string(0) + "_f";
  3406. if (MemManager::Instance(RT_MEMORY_HBM)->GetMemoryAddr(weight_memory_key) != nullptr) {
  3407. GE_CHK_STATUS(MemManager::Instance(RT_MEMORY_HBM)->FreeMemory(weight_memory_key, GetDeviceId()),
  3408. "failed to free weight memory");
  3409. }
  3410. mem_base_ = nullptr;
  3411. } else {
  3412. GE_IF_BOOL_EXEC(mem_base_ != nullptr && is_inner_mem_base_,
  3413. GE_CHK_STATUS(MemManager::Instance(RT_MEMORY_HBM)->FreeMemory(mem_base_, GetDeviceId()),
  3414. "failed to free feature_map memory");
  3415. mem_base_ = nullptr);
  3416. }
  3417. }
  3418. void DavinciModel::FreeP2PMem() {
  3419. if (std::getenv(kEnvGeuseStaticMemory) != nullptr) {
  3420. std::string p2p_memory_key = std::to_string(0) + "_p";
  3421. if (MemManager::Instance(RT_MEMORY_P2P_DDR)->GetMemoryAddr(p2p_memory_key) != nullptr) {
  3422. GE_CHK_STATUS(MemManager::Instance(RT_MEMORY_P2P_DDR)->FreeMemory(p2p_memory_key, GetDeviceId()),
  3423. "failed to free p2p memory");
  3424. }
  3425. p2p_mem_base_ = nullptr;
  3426. } else {
  3427. GE_IF_BOOL_EXEC(p2p_mem_base_ != nullptr && is_inner_mem_base_,
  3428. GE_CHK_STATUS(MemManager::Instance(RT_MEMORY_P2P_DDR)->FreeMemory(p2p_mem_base_, GetDeviceId()),
  3429. "failed to free p2p memory");
  3430. p2p_mem_base_ = nullptr);
  3431. }
  3432. }
  3433. void DavinciModel::FreeWeightsMem() {
  3434. char ge_static_mem_env[MMPA_MAX_PATH] = { 0x00 };
  3435. INT32 res = mmGetEnv(kEnvGeuseStaticMemory, ge_static_mem_env, MMPA_MAX_PATH);
  3436. if (res == EN_OK) {
  3437. string memory_key = std::to_string(0) + "_w";
  3438. if (MemManager::Instance(RT_MEMORY_HBM)->GetMemoryAddr(memory_key) != nullptr) {
  3439. GE_CHK_STATUS(MemManager::Instance(RT_MEMORY_HBM)->FreeMemory(memory_key, GetDeviceId()),
  3440. "failed to free feature_map memory");
  3441. }
  3442. weights_mem_base_ = nullptr;
  3443. } else {
  3444. GE_IF_BOOL_EXEC(weights_mem_base_ != nullptr && weights_mem_base_ != mem_base_ && is_inner_weight_base_,
  3445. GE_CHK_STATUS(MemManager::Instance(RT_MEMORY_HBM)->FreeMemory(weights_mem_base_, GetDeviceId()),
  3446. "failed to free weight memory");
  3447. weights_mem_base_ = nullptr);
  3448. }
  3449. }
  3450. Status DavinciModel::TransAllVarData(ComputeGraphPtr &graph, uint32_t graph_id) {
  3451. rtContext_t ctx = nullptr;
  3452. rtError_t rt_ret = rtCtxGetCurrent(&ctx);
  3453. if (rt_ret != RT_ERROR_NONE) {
  3454. GELOGE(RT_FAILED, "Failed to get current context, error_code is: 0x%X.", rt_ret);
  3455. return RT_ERROR_TO_GE_STATUS(rt_ret);
  3456. }
  3457. std::vector<NodePtr> variable_node_list;
  3458. for (ge::NodePtr &node : graph->GetDirectNode()) {
  3459. if (node == nullptr) {
  3460. continue;
  3461. }
  3462. if (node->GetType() != VARIABLE) {
  3463. continue;
  3464. }
  3465. variable_node_list.emplace_back(node);
  3466. }
  3467. GE_CHK_STATUS_RET_NOLOG(
  3468. TransVarDataUtils::TransAllVarData(variable_node_list, session_id_, ctx, graph_id, kThreadNum));
  3469. return SUCCESS;
  3470. }
  3471. void DavinciModel::SetDataDumperArgs(const ComputeGraphPtr &graph, const map<string, OpDescPtr> &variable_by_name) {
  3472. data_dumper_.SetModelName(name_);
  3473. data_dumper_.SetModelId(model_id_);
  3474. data_dumper_.SetOmName(om_name_);
  3475. data_dumper_.SetComputeGraph(graph);
  3476. data_dumper_.SetRefInfo(saved_task_addrs_);
  3477. int32_t device_id = 0;
  3478. rtError_t rt_ret = rtGetDevice(&device_id);
  3479. if (rt_ret != RT_ERROR_NONE || device_id < 0) {
  3480. GELOGE(RT_FAILED, "Call rtGetDevice failed, ret = 0x%X, device_id = %d.", rt_ret, device_id);
  3481. return;
  3482. }
  3483. data_dumper_.SetDeviceId(device_id);
  3484. if (known_node_) {
  3485. data_dumper_.SetLoopAddr(known_shape_global_step_, nullptr, nullptr);
  3486. } else {
  3487. // set loop count addr
  3488. auto get_var_addr = [&](const string &name) -> void *{
  3489. const auto it = variable_by_name.find(name);
  3490. if (it != variable_by_name.end()) {
  3491. const auto output_sizes = ModelUtils::GetOutputSize(it->second);
  3492. const auto output_addrs = ModelUtils::GetOutputDataAddrs(runtime_param_, it->second);
  3493. if (output_sizes.empty() || output_addrs.empty()) {
  3494. return nullptr;
  3495. }
  3496. return output_addrs[0];
  3497. }
  3498. GELOGD("op: %s is null.", name.c_str());
  3499. return nullptr;
  3500. };
  3501. data_dumper_.SetLoopAddr(get_var_addr(NODE_NAME_GLOBAL_STEP),
  3502. get_var_addr(NODE_NAME_FLOWCTRL_LOOP_PER_ITER),
  3503. get_var_addr(NODE_NAME_FLOWCTRL_LOOP_COND));
  3504. }
  3505. }
  3506. uint32_t DavinciModel::GetFlowctrlIndex(uint32_t op_index) {
  3507. std::lock_guard<std::mutex> lock(flowctrl_op_index_internal_map_mutex_);
  3508. return (++flowctrl_op_index_internal_map_[op_index]) - 1;
  3509. }
  3510. void DavinciModel::PushHcclStream(rtStream_t value) {
  3511. std::lock_guard<std::mutex> lock(all_hccl_stream_list_mutex_);
  3512. all_hccl_stream_list_.push_back(value);
  3513. }
  3514. void DavinciModel::SaveHcclFollowStream(int64_t main_stream_id, rtStream_t stream) {
  3515. std::lock_guard<std::mutex> lock(capacity_of_stream_mutex_);
  3516. main_follow_stream_mapping_[main_stream_id].emplace_back(stream);
  3517. }
  3518. void DavinciModel::SetTotalFixedAddrsSize(string tensor_name, int64_t fix_addr_size) {
  3519. if (tensor_name_to_fixed_addr_size_.find(tensor_name) == tensor_name_to_fixed_addr_size_.end()) {
  3520. tensor_name_to_fixed_addr_size_[tensor_name] = total_fixed_addr_size_;
  3521. total_fixed_addr_size_ += fix_addr_size;
  3522. }
  3523. }
  3524. Status DavinciModel::InitOrigInputInfo(uint32_t index, const OpDescPtr &op_desc) {
  3525. if (!op_desc->HasAttr(ATTR_NAME_AIPP_INPUTS) || !op_desc->HasAttr(ATTR_NAME_AIPP_OUTPUTS)) {
  3526. GELOGI("there is not AIPP related with index %u, node: %s.", index, op_desc->GetName().c_str());
  3527. return SUCCESS;
  3528. }
  3529. vector<string> inputs;
  3530. if (AttrUtils::GetListStr(op_desc, ATTR_NAME_AIPP_INPUTS, inputs) && !inputs.empty()) {
  3531. std::string input = inputs[kAippOriginInputIndex];
  3532. GELOGI("origin input str: %s.", input.c_str());
  3533. std::vector<std::string> infos = ge::StringUtils::Split(input, ':');
  3534. if (infos.size() != kAippInfoNum) {
  3535. GELOGE(ACL_ERROR_GE_AIPP_MODE_INVALID, "origin input str is invalid[%zu, %u].", infos.size(), kAippInfoNum);
  3536. return ACL_ERROR_GE_AIPP_MODE_INVALID;
  3537. }
  3538. OriginInputInfo input_info;
  3539. input_info.format = TypeUtils::SerialStringToFormat(infos[kAippInfoFormat]);
  3540. input_info.data_type = TypeUtils::SerialStringToDataType(infos[kAippInfoDataType]);
  3541. input_info.dim_num = std::strtol(infos[kAippInfoDimNum].c_str(), nullptr, kDecimal);
  3542. orig_input_info_[index] = input_info;
  3543. } else {
  3544. OriginInputInfo input_info = { FORMAT_RESERVED, DT_UNDEFINED, 0 };
  3545. orig_input_info_[index] = input_info;
  3546. }
  3547. return SUCCESS;
  3548. }
  3549. Status DavinciModel::GetOrigInputInfo(uint32_t index, OriginInputInfo &orig_input_info) const {
  3550. const auto it = orig_input_info_.find(index);
  3551. if (it == orig_input_info_.end()) {
  3552. GELOGE(ACL_ERROR_GE_AIPP_NOT_EXIST, "there is not AIPP related with index %u.", index);
  3553. return ACL_ERROR_GE_AIPP_NOT_EXIST;
  3554. }
  3555. const OriginInputInfo &input_info = it->second;
  3556. if (input_info.format != FORMAT_RESERVED || input_info.data_type != DT_UNDEFINED) {
  3557. orig_input_info = input_info;
  3558. }
  3559. return SUCCESS;
  3560. }
  3561. void DavinciModel::ParseAIPPInfo(std::string in_out_info, InputOutputDims &dims_info) {
  3562. GELOGI("ParseAIPPInfo: origin str: %s", in_out_info.c_str());
  3563. std::vector<std::string> infos = ge::StringUtils::Split(in_out_info, ':');
  3564. if (infos.size() != kAippInfoNum) {
  3565. GELOGE(ACL_ERROR_GE_AIPP_MODE_INVALID, "origin input str is invalid[%zu, %u].", infos.size(), kAippInfoNum);
  3566. return;
  3567. }
  3568. dims_info.name = infos[kAippInfoTensorName];
  3569. dims_info.size = std::strtol(infos[kAippInfoTensorSize].c_str(), nullptr, kDecimal);
  3570. dims_info.dim_num = std::strtol(infos[kAippInfoDimNum].c_str(), nullptr, kDecimal);
  3571. std::vector<std::string> dims = ge::StringUtils::Split(infos[kAippInfoShape], ',');
  3572. for (const auto &dim : dims) {
  3573. if (dim.empty()) {
  3574. continue;
  3575. }
  3576. dims_info.dims.emplace_back(std::strtol(dim.c_str(), nullptr, kDecimal));
  3577. }
  3578. }
  3579. Status DavinciModel::InitAippInputOutputDims(uint32_t index, const OpDescPtr &op_desc) {
  3580. if (!op_desc->HasAttr(ATTR_NAME_AIPP_INPUTS) || !op_desc->HasAttr(ATTR_NAME_AIPP_OUTPUTS)) {
  3581. GELOGI("there is not AIPP related with index %u.", index);
  3582. return SUCCESS;
  3583. }
  3584. vector<string> inputs;
  3585. vector<InputOutputDims> input_dims;
  3586. if (AttrUtils::GetListStr(op_desc, ATTR_NAME_AIPP_INPUTS, inputs) && !inputs.empty()) {
  3587. GELOGI("Data: %s has %zu related aippInfo.", op_desc->GetName().c_str(), inputs.size());
  3588. for (auto it : inputs) {
  3589. InputOutputDims input_info;
  3590. ParseAIPPInfo(it, input_info);
  3591. input_dims.emplace_back(input_info);
  3592. GELOGD("Aipp origin input dims info: %s", it.c_str());
  3593. ConstGeTensorDescPtr data_input_desc = op_desc->GetInputDescPtr(kDataIndex);
  3594. int64_t data_input_size;
  3595. (void)TensorUtils::GetSize(*(op_desc->GetInputDescPtr(kDataIndex)), data_input_size);
  3596. GELOGD("related Data[%d]: tensor_name: %s, dim_num: %zu, tensor_size: %zu, format: %s, data_type: %s, shape: %s.",
  3597. index, op_desc->GetName().c_str(), data_input_desc->GetShape().GetDimNum(), data_input_size,
  3598. TypeUtils::FormatToSerialString(data_input_desc->GetFormat()).c_str(),
  3599. TypeUtils::DataTypeToSerialString(data_input_desc->GetDataType()).c_str(),
  3600. formats::JoinToString(data_input_desc->GetShape().GetDims()).c_str());
  3601. }
  3602. }
  3603. vector<string> outputs;
  3604. vector<InputOutputDims> output_dims;
  3605. if (AttrUtils::GetListStr(op_desc, ATTR_NAME_AIPP_OUTPUTS, outputs) && !outputs.empty()) {
  3606. for (auto it : outputs) {
  3607. InputOutputDims output_info;
  3608. ParseAIPPInfo(it, output_info);
  3609. output_dims.emplace_back(output_info);
  3610. GELOGD("Aipp output dims info: %s", it.c_str());
  3611. }
  3612. }
  3613. aipp_dims_info_[index] = { input_dims, input_dims };
  3614. return SUCCESS;
  3615. }
  3616. Status DavinciModel::GetAllAippInputOutputDims(uint32_t index, vector<InputOutputDims> &input_dims,
  3617. vector<InputOutputDims> &output_dims) const {
  3618. const auto it = aipp_dims_info_.find(index);
  3619. if (it == aipp_dims_info_.end()) {
  3620. GELOGE(ACL_ERROR_GE_AIPP_NOT_EXIST, "there is not AIPP related with index %u.", index);
  3621. return ACL_ERROR_GE_AIPP_NOT_EXIST;
  3622. }
  3623. input_dims = it->second.first;
  3624. output_dims = it->second.second;
  3625. return SUCCESS;
  3626. }
  3627. int64_t DavinciModel::GetFixedAddrsSize(string tensor_name) {
  3628. if (tensor_name_to_fixed_addr_size_.find(tensor_name) != tensor_name_to_fixed_addr_size_.end()) {
  3629. return tensor_name_to_fixed_addr_size_[tensor_name];
  3630. } else {
  3631. return total_fixed_addr_size_;
  3632. }
  3633. }
  3634. Status DavinciModel::InitL1DataDumperArgs() {
  3635. auto all_dump_model = GetDumpProperties().GetAllDumpModel();
  3636. bool find_by_om_name = all_dump_model.find(om_name_) != all_dump_model.end();
  3637. bool find_by_model_name = all_dump_model.find(name_) != all_dump_model.end();
  3638. bool dump_l1fusion_op =
  3639. (all_dump_model.find(ge::DUMP_ALL_MODEL) != all_dump_model.end()) || find_by_om_name || find_by_model_name;
  3640. if (dump_l1fusion_op) {
  3641. // malloc 2M for dump l1fusion op
  3642. GE_CHK_RT_RET(rtMalloc(&l1_fusion_addr_, kDumpL1FusionOpMByteSize, RT_MEMORY_DDR));
  3643. // send l1fusion dump addr to rts
  3644. if (rtDumpAddrSet(rt_model_handle_, l1_fusion_addr_, kDumpL1FusionOpMByteSize, kDumpFlagOfL1Fusion) !=
  3645. RT_ERROR_NONE) {
  3646. // l1_fusion_addr_ will be free when DavinciModel destruct
  3647. GELOGE(FAILED, "Call rtDumpAddrSet failed");
  3648. return FAILED;
  3649. }
  3650. // set addr for l1 data dump
  3651. data_dumper_.SetL1FusionAddr(l1_fusion_addr_);
  3652. }
  3653. return SUCCESS;
  3654. }
  3655. } // namespace ge

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