From 6885947c3ff58131dd628d35050e6f32b54ccfb7 Mon Sep 17 00:00:00 2001 From: Ch Vamshi Krishna <40261882+chvamshi-xilinx@users.noreply.github.com> Date: Wed, 15 May 2024 23:50:05 +0530 Subject: [PATCH] enablign rtp updates from alias name also (#8167) (#8168) Signed-off-by: ch vamshi krishna Co-authored-by: ch vamshi krishna (cherry picked from commit 822e2c64c305356c7670af7e84a7ba9b6fe47305) --- src/runtime_src/core/edge/common/aie_parser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime_src/core/edge/common/aie_parser.cpp b/src/runtime_src/core/edge/common/aie_parser.cpp index fb7ae2abb65..53eab51dd75 100755 --- a/src/runtime_src/core/edge/common/aie_parser.cpp +++ b/src/runtime_src/core/edge/common/aie_parser.cpp @@ -361,6 +361,7 @@ get_rtp(const pt::ptree& aie_meta, int graph_id) rtp.hasLock = rtp_node.second.get("requires_lock"); rtps[rtp.portName] = rtp; + rtps[rtp.aliasName] = rtp; } return rtps;