Releases: Xilinx/XRT
Releases · Xilinx/XRT
2019.2_RC2
This release includes the following:
- Support for PPC64LE
- Versal DFX fix
- Resolved XMA locking bug
Official 2019.2 release
For details refer to https://github.com/Xilinx/XRT/blob/2019.2/CHANGELOG.rst
Several bug fixes
- QDMA compilation problem in new Linux kernels
- RHEL support for PPC64LE
- awssak fix
Bug fixes for AWS
awssak fix
Several bug fixes to 2018.3 release
2018.3_RC4 Updated the packaging script to allow packaging future platforms. (#1…
Official 2019.1 release
For details refer to https://github.com/Xilinx/XRT/blob/master/CHANGELOG.rst
2018.3.3.2
- Patch 2 on 2018.3_RC3 branch
- Adds linking to uuid for AWS
2018.3 RC3 Patch 1
First patch for 2018.3 RC3.
- First AWS F1 release version
- Supports CentOS v7.6
Add support for CentOS 7.6
Merge pull request #905 from rradjabi/kernelUpgradeFixF1 Kernel Upgrade Fix for F1
Several bug fixes
Completes the logic for checking UUID instead of XclbinId on F1 (#890) * parse uuid on F1 instead of expecting xclbinid * Get uuid from axlf for comparisson. Tested and passes on F1. * Using uuid_compare, and making xclGetXclbinUuid() a const function. * Fix comparisson to 0, and use uuid_is_null instead