Skip to content

Commit

Permalink
Fixed PS kernel BO list not cleaned up issue (Xilinx#6626)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Lin <[email protected]>
  • Loading branch information
jeffli-xilinx and Jeff Lin authored Apr 22, 2022
1 parent 41e8ae2 commit 9c9f558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime_src/core/edge/skd/xrt_skd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ namespace xrt {
munmap(bos[i],boSize[i]);
xclFreeBO(devHdl,boHandles[i]);
}
bo_list.clear();

}

}
Expand Down

0 comments on commit 9c9f558

Please sign in to comment.