Skip to content

Commit

Permalink
fixed bug in mem tile event call
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schumacher <[email protected]>
  • Loading branch information
Paul Schumacher committed Jan 11, 2025
1 parent 56e87d1 commit 6faa525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace xdp {
shimStartEvents = aie::profile::getInterfaceTileEventSets(hwGen);
shimEndEvents = shimStartEvents;

memTileStartEvents = aie::profile::getMemoryTileEventSets();
memTileStartEvents = aie::profile::getMemoryTileEventSets(hwGen);
memTileEndEvents = memTileStartEvents;

auto context = metadata->getHwContext();
Expand Down

0 comments on commit 6faa525

Please sign in to comment.