Skip to content

Commit

Permalink
giving default value for event column (#8144) (#8146)
Browse files Browse the repository at this point in the history
Co-authored-by: ch vamshi krishna <[email protected]>
(cherry picked from commit 2205e8d)
  • Loading branch information
chvamshi-xilinx authored May 7, 2024
1 parent 60c07bf commit f85115c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime_src/core/edge/common/aie_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ get_graph(const pt::ptree& aie_meta, const std::string& graph_name)

if (graph_config.coreColumns.size()) // broadcasting column is same for one partition
graph_config.broadcast_column = get_partition_start_column(aie_meta, graph_config.coreColumns[0]);
else
graph_config.broadcast_column = default_start_column;

int num_tiles = count;

Expand Down

0 comments on commit f85115c

Please sign in to comment.