You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed the DPU using my own board, and in order to debug, I opened all the DEBUG in the vart library. Then, I executed the resnet50 inference process in the app and encountered the following error:
@Yuxin-Yu can you share your boot log (petalinux boot log)? Is show_dpu and xdputil query command working? If then include the output of those command and also dmesg in boot log.
Are you using Vitis AI 3.0 based DPU IP and resnet50 app? Which tool version are you using, 2022.2? or new?
Regards,
Hi @KrishnaGaihre, I have resolved this issue, which was caused by the small CMA capacity. I changed the CMA capacity to the default 256MB and resolved this issue.
I deployed the DPU using my own board, and in order to debug, I opened all the DEBUG in the vart library. Then, I executed the resnet50 inference process in the app and encountered the following error:
The error message is located here: auto r = ioctl(fd_->fd(), DPUIOC_CREATE_BO, &req_alloc);. What could be the reason for this?
The text was updated successfully, but these errors were encountered: