diff options
author | saumya garg <saumya.garg@amd.com> | 2024-04-29 14:30:46 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-04-29 14:12:46 -0500 |
commit | 28c002e7d94b74a0ef917b6b71b1030b7376e32a (patch) | |
tree | 2edef038a6abaa8183e3c91b9403ca4117c6cf53 /meta-xilinx-core/recipes-xrt/xrt | |
parent | 16d26ca8842cba5ac54e80a64cc0692faf6d456e (diff) | |
download | meta-xilinx-28c002e7d94b74a0ef917b6b71b1030b7376e32a.tar.gz |
xrt, zocl: update commit id
Changelog:
master pipeline for 2024.1 (#8087)
CR-1186952 (#8111)
Removing unnecessary include file that was causing problems on non-edge builds (#8107)
XRT Support for EEMI based PMC SRST (system reset) CR-1183722 (#8096)
CR-1189791 Update OS Support in XRT Docs (#8097)
Fix GeMM coverity (#8104)
CR-1194229: Removed json file dependency for the AIE-PL test (#8095)
Move dmatest.h dependency to fix build issues (#8103)
Enhancing mem-bw testcase to print individual bank name and throughput. (#8101)
fixing rw_shared configuration in xgq based flow (#8102)
fix to select both channels as default (#8082)
GeMM testcase (#8058)
reduce the number of iterations for throughput test to 1000 (#8091)
fixing an ISR issue in ctrl_none case (#8094)
Fixing extraction logic (#8100)
fix for centos78 issue (#8099)
using right column for broadcasting start core (#8092)
Remove MaxPower from electrical report for Ryzen (#8088)
Silence C++ [[nodiscard]] warning (#8090)
More clang-tidy cleanups of HIP code and a major bug in new PDI transform error handling path (#8086)
integrate aie-pdi-transform into xclbinutil (#8011)
Manticfixes (#8084)
CR-1197359: Modifying XRT codebase to send absolute tile column value to AIE driver (#8080)
Client AIE improvements (#8056)
aie core tile status report fix due to relative values of column in xclbin (#8081)
Temporarily disable telemetry report for RyzenAI (#8078)
VITIS-11824 Consolidate examine and platform reports (#8077)
Building Hip in XRT as part of Ubuntu 2204 (#8079)
VITIS-11639 Small Enhancements to xbutil validate description (#8075)
Fix for CR:1194572-XRT stop_profiling API error (#8074)
Completed HIP Command Related Functions (#8041)
Non-client AIE improvements (#8055)
Add missing include (#8068)
VITIS-11112 HIP Binding: Memory Management. (#8050)
Signed-off-by: saumya garg <saumya.garg@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt/xrt')
-rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xrt.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc index b301830f..1de987fa 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc | |||
@@ -2,8 +2,8 @@ REPO ?= "git://github.com/Xilinx/XRT.git;protocol=https" | |||
2 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 2 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
3 | SRC_URI = "${REPO};${BRANCHARG};name=xrt" | 3 | SRC_URI = "${REPO};${BRANCHARG};name=xrt" |
4 | 4 | ||
5 | BRANCH= "master" | 5 | BRANCH= "2024.1" |
6 | SRCREV_xrt = "baf88820fb3fc24dda4dc08c91ecbca2c76c7b0f" | 6 | SRCREV_xrt = "11f9d2bc6fc61862105093e42cb62c04cf506e51" |
7 | PV = "202410.2.17.0" | 7 | PV = "202410.2.17.0" |
8 | 8 | ||
9 | SRC_URI += "git://github.com/Xilinx/dma_ip_drivers.git;branch=master;name=dma_ip_drivers;destsuffix=git/src/runtime_src/core/pcie/driver/linux/xocl/lib/libqdma;protocol=https" | 9 | SRC_URI += "git://github.com/Xilinx/dma_ip_drivers.git;branch=master;name=dma_ip_drivers;destsuffix=git/src/runtime_src/core/pcie/driver/linux/xocl/lib/libqdma;protocol=https" |