XRT
XRT copied to clipboard
Zocl backward compatibility brocken
Hi,
When compiling a xrt/zocl dependent app on petalinux 2022.1 with esdk update3, the resulting application is built with xrt/zocl 2.13.479.
When i'm trying to install this application with its generated rpm on a kv260 starter kit with xrt/zocl 2.14.0 version installed on it, i get an error when trying to open device through xrt c++ API (xrt::device device(0);): unable to open device 0.
When i downgrade the zocl version to 2.13.479 the application success in opening device 0.
It seems that the new version of zocl is not backward compatible.