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

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