Skip to content

Releases: Xilinx/XRT

2019.2_RC2

08 Nov 21:55
ae75591
Compare
Choose a tag to compare

This release includes the following:

  • Support for PPC64LE
  • Versal DFX fix
  • Resolved XMA locking bug

Official 2019.2 release

28 Oct 16:33
Compare
Choose a tag to compare

Several bug fixes

13 Sep 17:32
Compare
Choose a tag to compare
  1. QDMA compilation problem in new Linux kernels
  2. RHEL support for PPC64LE
  3. awssak fix

Bug fixes for AWS

13 Sep 17:34
Compare
Choose a tag to compare

awssak fix

Several bug fixes to 2018.3 release

11 Jul 18:16
Compare
Choose a tag to compare
2018.3_RC4

Updated the packaging script to allow packaging future platforms. (#1…

Official 2019.1 release

12 Jul 05:03
Compare
Choose a tag to compare

2018.3.3.2

29 May 21:36
Compare
Choose a tag to compare
  • Patch 2 on 2018.3_RC3 branch
  • Adds linking to uuid for AWS

2018.3 RC3 Patch 1

20 Feb 17:15
Compare
Choose a tag to compare

First patch for 2018.3 RC3.

  • First AWS F1 release version
  • Supports CentOS v7.6

Add support for CentOS 7.6

29 Jan 21:21
65ffad6
Compare
Choose a tag to compare
Merge pull request #905 from rradjabi/kernelUpgradeFixF1

Kernel Upgrade Fix for F1

Several bug fixes

25 Jan 19:14
Compare
Choose a tag to compare
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