Zocl backward compatibility brocken
Open
@chvamshi-xilinx is already working on this.
Since Nov 4, 2022.
- Dominant language
- C++
- Stars
- 686
- Forks
- 549
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 70
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.