Skip to content

Commit

Permalink
Fixing issue in OpenCL counter information in Edge hardware emulation (
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillarre authored Aug 8, 2024
1 parent 476f42f commit 4f5a899
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace {
if (path == "")
return path ;

if (xdp::getFlowMode() == xdp::HW_EMU) {
if (xdp::getFlowMode() == xdp::HW_EMU && !xdp::isEdge()) {
// Full paths to the hardware emulation debug_ip_layout for different
// xclbins on the same device are different. On disk, they are laid
// out as follows:
Expand Down

0 comments on commit 4f5a899

Please sign in to comment.