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

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