Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checking extra packages upload-1 #268

Closed
wants to merge 195 commits into from
Closed

Checking extra packages upload-1 #268

wants to merge 195 commits into from

Commits on Dec 11, 2023

  1. patch fix for checkout in GHA (Xilinx#7842)

    * patch fix for checkout in GHA
    
    * fixing the checkout for windows too
    manikandan-xilinx committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3e4b896 View commit details
    Browse the repository at this point in the history
  2. CR-1183009 Fix IOPS Validate Issue (Xilinx#7843)

    * CR-1183009 Fix mem-bw and verify bugs in validate
    
    * CR-1183009 Fix kernel run waiting, revert iterations
    
    * CR-1183009 Fix verify to check for hello kernel in absence of platform.json
    
    * CR-1183009 Fix Windows comiple error
    
    * CR-1183009 Check for hello in verify.xclbin for IOPS test
    
    * CR-1183009 Use krnl.name for hello kernel
    rchane committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    eb96282 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. fixing lpddr dma issue (Xilinx#7845)

    Co-authored-by: ch vamshi krishna <[email protected]>
    chvamshi-xilinx and ch vamshi krishna committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4911da1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc94b24 View commit details
    Browse the repository at this point in the history
  3. Enabling setting XRT install prefix to custom location on Linux build. (

    #1) (Xilinx#7835)
    
    Problem solved by the commit
    Enabled setting XRT install prefix to custom location on Linux build.
    
    Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered
    Xilinx#6783
    
    How problem was solved, alternative solutions (if any) and why they were rejected
    Modified corresponding CMake files, Makefiles and build scripts.
    
    Risks (if any) associated the changes in the commit
    Low
    
    What has been tested and how, request additional testing if necessary
    Built XRT on Ubuntu 22.04.
    
    Documentation impact (if any)
    NA
    
    Signed-off-by: Chiming Zhang <[email protected]>
    zhangchiming committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4747733 View commit details
    Browse the repository at this point in the history
  4. Add missing apt-get update to have an up-to-date package list (Xilinx…

    …#7836)
    
    * [NFC] Remove random TAB and spaces
    
    This file would require a serious beautifier.
    
    Signed-off-by: Ronan Keryell <[email protected]>
    
    * Add missing apt-get update to have an up-to-date package list
    
    Signed-off-by: Ronan Keryell <[email protected]>
    
    ---------
    
    Signed-off-by: Ronan Keryell <[email protected]>
    keryell committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    86aa7ef View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Fix for CR-1183009 mem-bw test failing without platform.json (Xilinx#…

    …7847)
    
    * Fix-CR-1183009 Use py test when there is no platform.json for mem-bw
    
    * Fix-CR-1183009 Remove duplicate busybar from runScript
    rchane committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    556c23d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1b361e View commit details
    Browse the repository at this point in the history
  3. Fixing XRT issue for Ubuntu 23.10 (Xilinx#7841)

    * Fixing XRT issue for Ubuntu 23.10
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * Fixing XRT issue for Ubuntu 23.10
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * Fixing XRT issue for Ubuntu 23.10
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * Fixing XRT issue for Ubuntu 23.10
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    ---------
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    haghilin committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    283155b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27a49cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1b806f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a54592d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    f0f31af View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. EDGEML-6881 Random test failure when looking for driver store path (X…

    …ilinx#7855)
    
    Adjust copying of wchar[] array into std::wstring accounting for
    bytes vs wchar.
    
    Code queries windows adpater for driver store path.  The driver store path is
    returned as array of wchar but was copied as bytes, resulting in copying from
    unallocated memory.
    
    This bug was introduced in Xilinx#7679 and is present in MCDM drops starting M6.
    
    Signed-off-by: Soren Soe <[email protected]>
    stsoe committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    33bb432 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Added checks to build XRT with GCC 9 on RHEL 8 (Xilinx#7851)

    Signed-off-by: Manoj Takasi <[email protected]>
    ManojTakasi committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    edf349c View commit details
    Browse the repository at this point in the history
  2. Skeleton directory and build infrastructure for HIP bindings (Xilinx#…

    …7857)
    
    * Skeleton directory and build infrastructure for HIP bindings
    
    Very preliminary infra for HIP bindings.
    Build on linux with `build.sh -hip [other options]`
    
    Signed-off-by: Soren Soe <[email protected]>
    
    * Review comments
    
    ---------
    
    Signed-off-by: Soren Soe <[email protected]>
    stsoe committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9f739b4 View commit details
    Browse the repository at this point in the history
  3. VITIS-10910 Separate Ryzen and Alveo devices in ReportHost List (Xili…

    …nx#7856)
    
    * VITIS-10910 Separate ryzen and alveo device lists within ReportHost
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-10910 Separate json generation for ryzen cards for host report
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-10910 Fix indentation
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    eaf8282 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Fix missing include (Xilinx#7858)

    Signed-off-by: Quentin Berthet <[email protected]>
    Co-authored-by: Quentin Berthet <[email protected]>
    qberthet and Quentin Berthet committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    065eb63 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Update dependency installation, build and packaging scripts for AlmaL…

    …inux9 (Xilinx#7861)
    
    * Update the dependency installation script to work on almalinux9
    
    Signed-off-by: Quentin Berthet <[email protected]>
    
    * Allow to build and package on AlmaLinux9
    
    Signed-off-by: Quentin Berthet <[email protected]>
    
    ---------
    
    Signed-off-by: Quentin Berthet <[email protected]>
    Co-authored-by: Quentin Berthet <[email protected]>
    qberthet and Quentin Berthet committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2a50537 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. VITIS-10999 Prevent display of power data if no power sensor data is …

    …present (Xilinx#7862)
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    4a97b7c View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. EDGEML-7018 Error during static global destruction (Xilinx#7865)

    Fix regression introduced in Xilinx#7177. Make sure non-trivially
    destructible static global objects, that act as a cache, are not
    accessed during static global destruction.
    
    If application code keep global XRT device objects, then these can end
    up accessing non-trivially destructible objects during static global
    destruction.
    
    Keep a terminal trivially destructible static global (a POD type
    object) that is destructed prior to the non-trivially ones.  Test the
    POD type object before accessing the complex globals.
    
    Better to redesign and remove the need for these static global cache
    objects, but that has to other implications.
    
    Signed-off-by: Soren Soe <[email protected]>
    stsoe committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a4d3aba View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Mantic (Xilinx#7864)

    * Workaround for cpack failure on Ubuntu 23.10
    
    * cpack workaround is only for Ubuntu 23.10
    
    * DCO Remediation Commit for Sonal Santan <[email protected]>
    
    I, Sonal Santan <[email protected]>, hereby add my Signed-off-by to this commit: 3863648
    I, Sonal Santan <[email protected]>, hereby add my Signed-off-by to this commit: eed3e30
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    ---------
    
    Signed-off-by: Sonal Santan <[email protected]>
    sonals committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    fa22c9c View commit details
    Browse the repository at this point in the history
  2. P1 - Initial changes for removal of xcl apis (Xilinx#7860)

    * Initial changes for removal of xcl apis
    
    Signed-off-by: rbramand <[email protected]>
    
    * Fix build failure
    
    Signed-off-by: rbramand <[email protected]>
    
    * Fix review comments
    
    Signed-off-by: rbramand <[email protected]>
    
    ---------
    
    Signed-off-by: rbramand <[email protected]>
    Co-authored-by: rbramand <[email protected]>
    rbramand-xilinx and rbramand committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    8443a7c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Initial Zocl Changes (Xilinx#7868)

    Signed-off-by: Manoj Takasi <[email protected]>
    ManojTakasi committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    95db0f3 View commit details
    Browse the repository at this point in the history
  2. Initial HIP binding build support using headers from standard HIP ins…

    …tall (Xilinx#7867)
    
    * Add upstream HIP as submodule to get header file definitions
    
    * A simple vadd example for hip
    
    * Added support for installing hip-dev -- which provides the official HIP header files -- from the Linux distribution
    
    * Updated build infra to use HIP header files from HIP install area
    
    * Add comment about defining __HIP_PLATFORM_AMD__
    
    * Drop installation of hip.h file
    
    * Minor code adjustments
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * DCO Remediation Commit for Sonal Santan <[email protected]>
    
    I, Sonal Santan <[email protected]>, hereby add my Signed-off-by to this commit: a91d26b
    I, Sonal Santan <[email protected]>, hereby add my Signed-off-by to this commit: d384c9f
    I, Sonal Santan <[email protected]>, hereby add my Signed-off-by to this commit: 5076b02
    I, Sonal Santan <[email protected]>, hereby add my Signed-off-by to this commit: a394207
    I, Sonal Santan <[email protected]>, hereby add my Signed-off-by to this commit: ab75f5c
    I, Sonal Santan <[email protected]>, hereby add my Signed-off-by to this commit: 18de09c
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Improve the cmake handling of HIP for XRT to reduce warning messages
    
    Enable building of HIP tests for XRT along with xrt and unit_test
    
    * Remove redundant directory for vadd
    
    * Code updates to address style issues
    
    Add CMake based build of hip testcases
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * DCO Remediation Commit for Sonal Santan <[email protected]>
    
    I, Sonal Santan <[email protected]>, hereby add my Signed-off-by to this commit: 747b2f3
    I, Sonal Santan <[email protected]>, hereby add my Signed-off-by to this commit: dc9eabf
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Drop usage of boost in hip testcases
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Change the PASS/FAIL string to XRT standard
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    ---------
    
    Signed-off-by: Sonal Santan <[email protected]>
    sonals committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d41edca View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    64cf9f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1115b59 View commit details
    Browse the repository at this point in the history
  3. Script to enable building of tests directory in CI (Xilinx#7871)

    * Script to enable building of  tests directory in CI
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Script to enable building of  tests directory in CI
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    ---------
    
    Signed-off-by: Sonal Santan <[email protected]>
    sonals committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    facb192 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. CR-1181687 Fix hwctx_handle::create_hw_queue() to return shared queue (

    …Xilinx#7875)
    
    Share the ownership of xrt_core::hwqueue_handle with shim.
    
    A hwqueue is managed by hwctx (today 1:1), and used by coreutil XRT
    (coreutil) for submitting commands for execution and more. XRT shim
    may itself use the hwqueue for miscellaneous commands and as such the
    underlying queue is actually owned by shim (hwctx_handle) but shared
    with coreutil.
    
    This PR makes it explicit that the hwqueue ownership is with the
    hwctx_handle. XRT coreutil no longer creates a hwqueue but instead
    gets a hwqueue_handle from the hwctx_handle.
    
    Prior to this change, there were strange hacks at shim level to return a
    unique_ptr to something that is actually shared.  This strange logic
    can now be changed.
    
    It is the responsibility of XRT coreutil to ensure that lifetime of a
    hwctx extends the use of the hwqueue_handle that was obtained from the
    hwctx_handle.
    
    Signed-off-by: Soren Soe <[email protected]>
    stsoe committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    101f52f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. VITIS-11043 Refactor XRT to cache created devices (Xilinx#7870)

    * Refactor XRT to cache created devices
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11043 Add export for report functions
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11043 Fix comment headers
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11043 Return mgmt device when requested instead of user device
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11043 Convert map to vector for device caching. Add mutex to protect device initialization.
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6a2e6f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. VITIS-10999 Improve electrical report output (Xilinx#7874)

    * VITIS-10999 Improve electrical report output
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-10999 Add maximum power extraction for power sensor. Add logic to convert units for power sensor.
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    0fdecc4 View commit details
    Browse the repository at this point in the history
  2. VITIS-10866 - Patching instruction buffer in XRT (Xilinx#7830)

    * VITIS-10866 - Patching instruction buffer in XRT
    
    * VITIS-10866 - respond to comments
    
    * VITIS-10086 Add comments about patching schemes
    
    ---------
    
    Co-authored-by: dezhliao <[email protected]>
    dezhiAmd and dezhliao committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    248da9b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    dedf5a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Adding authorize workflow and updating codeowners (Xilinx#7888)

    * added authorize job and few secrets under build and apu package
    
    * Create xrt-pr-comment-ci.yaml
    
    * adding edit permission for .github/workflows/
    
    * adding authorizers list
    
    * updated checkout
    
    * using access_token for authorize
    
    * env updated to prod
    
    * adding ref: main
    
    * adding ref: main
    SubhedarV committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    84a8d6a View commit details
    Browse the repository at this point in the history
  2. VITIS-11094 Remove device ID and device readiness for Ryzen devices (X…

    …ilinx#7879)
    
    * VITIS-11094 Remove device ID and device readiness for Ryzen devices
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11094 Update comment header
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3ce1895 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01212ad View commit details
    Browse the repository at this point in the history
  4. VITIS-11103 Hide driver hash if not present (Xilinx#7881)

    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    df24161 View commit details
    Browse the repository at this point in the history
  5. VITIS-11103 Refactor validate test header to account for differences …

    …in ryzen and alveo devices (Xilinx#7882)
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8a67776 View commit details
    Browse the repository at this point in the history
  6. VITIS-11093 Rename usage metrics column to command submissions. Remov…

    …e device BO metrics column. (Xilinx#7883)
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f0b9740 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6eb03e7 View commit details
    Browse the repository at this point in the history
  8. VITIS-11097 Update AIE Reports (Xilinx#7885)

    * VITIS-11097 Update AIE Reports
    
    * VITIS-11097 Update Info Message for aie reports
    
    * VITIS-11097 Update Info Message
    rchane committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    be9a150 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f1ad7a View commit details
    Browse the repository at this point in the history
  10. VITIS-10487 Add throughput and latency no-op test (Xilinx#7878)

    * VITIS-10487
    
    * VITIS-10487
    
    * VITIS-10487
    
    Signed-off-by: AShivangi <[email protected]>
    
    * fix formatting
    
    Signed-off-by: AShivangi <[email protected]>
    
    * fix windows build
    
    Signed-off-by: AShivangi <[email protected]>
    
    ---------
    
    Signed-off-by: AShivangi <[email protected]>
    AShivangi committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    50aca91 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    2215092 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    23d66ef View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. integrate tct 1 column test (Xilinx#7887)

    Signed-off-by: AShivangi <[email protected]>
    AShivangi committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c2bfc84 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Remove dead code (Xilinx#7898)

    Cleanup trace point infrastructure and remove code that is not used.
    stsoe committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    862642c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. VITIS-10245 Prevent validation tests from creating additional device …

    …instances (Xilinx#7891)
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    248a7aa View commit details
    Browse the repository at this point in the history
  2. Added all the OSs supported by XRT in os_supported.json file (Xilinx#…

    …7877)
    
    * Added all the OSs supported by XRT in os_supported.json file
    
    Signed-off-by: Manoj Takasi <[email protected]>
    
    * Update os_supported.json
    
    ---------
    
    Signed-off-by: Manoj Takasi <[email protected]>
    ManojTakasi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e55d8d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50f17b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Remove drm_driver.gem_prime_mmap for Linux 6.6 (Xilinx#7899)

    The field `drm_driver.gem_prime_mmap` was removed in Linux 6.6. XRT
    GEM object uses the function table `drm_gem_object_funcs
    xocl_gem_object_funcs` which has a field for the mmap function. This
    field should point to `xocl_gem_prime_mmap` instead.
    
    This is for xocl. The changes for zocl were done in
    95db0f3.
    
    Details: torvalds/linux@0adec22
    
    Signed-off-by: Gökçe Aydos <aydos.de>
    Co-authored-by: goekce <[email protected]>
    goekce and goekce committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ead2061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6f9c7b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. VITIS-11233 Add firmware version to Ryzen platform report (Xilinx#7903)

    * VITIS-11233 Add firmware version to ryzen platform report
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11233 Fix incorrect firmware_version key
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11233 Revert device class change
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11233 Improve firmware output for Ryzen
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d66e87d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7026eaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50c4503 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    a3bc07d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. upadte xbutil validate paths for xclbins (Xilinx#7919)

    Signed-off-by: AShivangi <[email protected]>
    AShivangi committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9d33201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04c800f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8558a07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2971051 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4f3e51 View commit details
    Browse the repository at this point in the history
  6. Issue-7911 Fix clang issues with query requests (Xilinx#7916)

    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3a9f1dd View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. VITIS-11106 Remove --device requirement for single device system (Xil…

    …inx#7902)
    
    * VITIS-11106 Remove requirement of -d,--device option for systems with a single device
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11106 Add documentiation change for -d requirement
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0c9755f View commit details
    Browse the repository at this point in the history
  2. fixed compile error (Xilinx#7923)

    pgschuey committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a0d9c48 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. check exit code in apu package creation (Xilinx#7925)

    Co-authored-by: saumya garg <[email protected]>
    saumyag-xilinx and saumya garg committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    293caa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c734af2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. VITIS-11275 Add support for telemetry report in XRT core (Xilinx#7921)

    * VITIS-11275 Add support for telemetry report in xrt core
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11275 Update docs to show new report
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11275 AFRemove extra keywords.
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11275 Show no info for telemetry if queries not implemented
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    423cd0b View commit details
    Browse the repository at this point in the history
  2. Add hotfix for Linux xbutil validation implementation (Xilinx#7931)

    * Add hotfix for Linux xbutil validation implementation
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * CR-1189208 Add missing break statements
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * CR-1189208 Change dpu sequence location to XILINX_XRT
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    57041de View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. add bind_at() SHIM API (Xilinx#7934)

    Signed-off-by: Max Zhen <[email protected]>
    maxzhen committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0a46118 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    a395e70 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    6583cf9 View commit details
    Browse the repository at this point in the history
  2. fixed sw pipeline issue (Xilinx#7941)

    Co-authored-by: ch vamshi krishna <[email protected]>
    chvamshi-xilinx and ch vamshi krishna committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    39bc63b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41f4221 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Fix incorrect return value for xclRead (Xilinx#7914)

    Signed-off-by: Parth Jain <[email protected]>
    Co-authored-by: Parth Jain <[email protected]>
    parthash0804 and Parth Jain committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6d3c428 View commit details
    Browse the repository at this point in the history
  2. Add iterations to df-bw to increase throughput (Xilinx#7939)

    * add iterations to df-bw
    
    Signed-off-by: AShivangi <[email protected]>
    
    * build-fix
    
    Signed-off-by: AShivangi <[email protected]>
    
    ---------
    
    Signed-off-by: AShivangi <[email protected]>
    AShivangi committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0117988 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eabc5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59c684f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. add tct all column test (Xilinx#7942)

    Signed-off-by: AShivangi <[email protected]>
    AShivangi committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0333221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6823153 View commit details
    Browse the repository at this point in the history
  3. VITIS-11339 Remove AIE start column parameter from query. Remove AIE …

    …information query from alveo device shim. (Xilinx#7945)
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    96c4308 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    80460e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad38f34 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    89b8b0f View commit details
    Browse the repository at this point in the history
  2. Vitis 6479 - Changing profiling to use correct clock frequencies for …

    …compute units and monitors (Xilinx#7952)
    predutta committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    51e9975 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. VITIS-11348 Refactor how the platform path is found per OS (Xilinx#7953)

    * VITIS-11348 Initial changes for improve readability
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11348 Remove variable names with underscores
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11348 Fix windows path issue. Improve test logic path for TestVerify. Add comment headers
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11348 Movenew function into private area
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    ab40a83 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Initial implementation of HIP apis and objects (Xilinx#7940)

    * Hip bindings initial implementation of device and context apis
    
    Signed-off-by: rbramand <[email protected]>
    
    * Added changes related to primary context
    
    Signed-off-by: rbramand <[email protected]>
    
    * Address comments on PR
    
    Signed-off-by: rbramand <[email protected]>
    
    * Change functions names to use lower_case instead of camel case
    
    Signed-off-by: rbramand <[email protected]>
    
    * Handle invalid ctx case
    
    Signed-off-by: rbramand <[email protected]>
    
    * Add comment explaining active hip context logic
    
    Signed-off-by: rbramand <[email protected]>
    
    ---------
    
    Signed-off-by: rbramand <[email protected]>
    Co-authored-by: rbramand <[email protected]>
    rbramand-xilinx and rbramand committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8426f57 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Add support for debug buffer object in XRT for internal use (Xilinx#7955

    )
    
    Allocate a “special” type of BO in a virtual region shared with
    instruction buffers within a hardware context.
    
    The driver will share this buffer object with firmware where the
    buffer will be populated with data to be shared with user space XRT.
    
    The implementation makes use of a new XRT_BO_USE_DEBUG flag which is
    ignored for all other use cases.
    
    The allocation of the debug buffer object is through an internal API
    which takes as argument the xrt::hw_context in which the buffer is to
    be allocated, plus the size of the debug buffer.
    stsoe committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b121b42 View commit details
    Browse the repository at this point in the history
  2. CR-1187549 (Xilinx#7956)

    Signed-off-by: AShivangi <[email protected]>
    AShivangi committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0e31350 View commit details
    Browse the repository at this point in the history
  3. CR-1190692 Add method to set read range on xrt::ip (Xilinx#7957)

    Add internal API to set the read range of an xrt::ip object.
    
    Access to xclAPIs is being removed and everyone including internal XRT
    must use native objects for access shim functionality.  For special
    deadlock detection, IPs have registers outside the adverticed address
    range. In order to read these registers, the address range must be
    expanded.  This PR adds support for expanding the read range of an
    xrt::ip.
    
    Signed-off-by: Soren Soe <[email protected]>
    stsoe committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9a227dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e94c572 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    989c2ef View commit details
    Browse the repository at this point in the history
  2. Enable clang-tidy for hip tests (Xilinx#7943)

    * Enable clang-tidy for hip tests
    
    Add HIP multi-threaded stream test
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Add missing call to stream destroy
    
    * DCO Remediation Commit for Sonal Santan <[email protected]>
    
    I, Sonal Santan <[email protected]>, hereby add my Signed-off-by to this commit: 70b9a11
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Always enable clang-tidy in Debug configuration for hip runtime and hip test code
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    ---------
    
    Signed-off-by: Sonal Santan <[email protected]>
    sonals committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    4161e1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1e9906 View commit details
    Browse the repository at this point in the history
  4. add initial support for transforming PDIs in AIE_PARTITION (Xilinx#7954)

    * add initial support for transforming PDIs in AIE_PARTITION
    
    Signed-off-by: Fei Rui <[email protected]>
    
    * remove or comment out debug messages
    
    Signed-off-by: Fei Rui <[email protected]>
    
    * Update src/runtime_src/tools/xclbinutil/XclBinUtilities.cxx
    
    Co-authored-by: Ronan Keryell <[email protected]>
    
    * Update src/runtime_src/tools/xclbinutil/XclBinUtilities.cxx
    
    Co-authored-by: Ronan Keryell <[email protected]>
    
    * Update src/runtime_src/tools/xclbinutil/XclBinUtilMain.cxx
    
    Co-authored-by: Ronan Keryell <[email protected]>
    
    * Update src/runtime_src/tools/xclbinutil/XclBinUtilities.cxx
    
    Co-authored-by: Ronan Keryell <[email protected]>
    
    * Update src/runtime_src/tools/xclbinutil/XclBinUtilMain.cxx
    
    Co-authored-by: Ronan Keryell <[email protected]>
    
    * update the implementation based on the review feedback
    
    Signed-off-by: Fei Rui <[email protected]>
    
    * minor code cleanup
    
    Signed-off-by: Fei Rui <[email protected]>
    
    * remove binary files for unit-test
    
    Signed-off-by: Fei Rui <[email protected]>
    
    * remove binary files for unit-test
    
    Signed-off-by: Fei Rui <[email protected]>
    
    * fixed the indentation
    
    Signed-off-by: Fei Rui <[email protected]>
    
    * Update src/runtime_src/tools/xclbinutil/XclBinUtilities.cxx
    
    Co-authored-by: Soren Soe <[email protected]>
    
    * Update src/runtime_src/tools/xclbinutil/XclBinUtilities.cxx
    
    Co-authored-by: Soren Soe <[email protected]>
    
    * Update src/runtime_src/tools/xclbinutil/XclBinUtilMain.cxx
    
    Co-authored-by: Soren Soe <[email protected]>
    
    * Update src/runtime_src/tools/xclbinutil/XclBinClass.cxx
    
    Co-authored-by: Soren Soe <[email protected]>
    
    * Update src/runtime_src/tools/xclbinutil/XclBinClass.cxx
    
    Co-authored-by: Soren Soe <[email protected]>
    
    * update the code based on review feedback
    
    Signed-off-by: Fei Rui <[email protected]>
    
    * update the logic for locating transform_static
    
    Signed-off-by: Fei Rui <[email protected]>
    
    * update the logic for locating transform_static
    
    Signed-off-by: Fei Rui <[email protected]>
    
    * update the logic for locating transform_static
    
    Signed-off-by: Fei Rui <[email protected]>
    
    ---------
    
    Signed-off-by: Fei Rui <[email protected]>
    Co-authored-by: Ronan Keryell <[email protected]>
    Co-authored-by: Soren Soe <[email protected]>
    3 people committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ea1b204 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. XRT build drops a kernel-doc directory in the PWD (Xilinx#7935)

    * XRT build drops a kernel-doc directory in the PWD
    
    Signed-off-by: Manoj Takasi <[email protected]>
    
    * Modified changes according to suggestion.
    
    Signed-off-by: root <[email protected]>
    
    ---------
    
    Signed-off-by: Manoj Takasi <[email protected]>
    Signed-off-by: root <[email protected]>
    Co-authored-by: root <[email protected]>
    ManojTakasi and root committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d80581f View commit details
    Browse the repository at this point in the history
  2. xbutil fix help menu (Xilinx#7960)

    * Fix help menu
    
    Signed-off-by: AShivangi <[email protected]>
    
    * build fix
    
    Signed-off-by: AShivangi <[email protected]>
    
    * update header
    
    Signed-off-by: AShivangi <[email protected]>
    
    ---------
    
    Signed-off-by: AShivangi <[email protected]>
    AShivangi committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c662c08 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Seperated bar mapping from probe in the xbmgmt driver. (Xilinx#7927)

    * Removed mapping bars from the probe
    
    Signed-off-by: Manoj Takasi <[email protected]>
    
    * Removed bridge_mmap function from mgmt-core.c file.
    
    Signed-off-by: Manoj Takasi <[email protected]>
    
    * ioremap_nocache is deprecated from 5.15
    
    Signed-off-by: Manoj Takasi <[email protected]>
    
    * Revert "Removed bridge_mmap function from mgmt-core.c file."
    
    This reverts commit 02da04c.
    
    Signed-off-by: Manoj Takasi <[email protected]>
    
    ---------
    
    Signed-off-by: Manoj Takasi <[email protected]>
    Signed-off-by: Manoj Takasi <[email protected]>
    Co-authored-by: Manoj Takasi <[email protected]>
    Co-authored-by: Manoj Takasi <[email protected]>
    3 people committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    7863d4c View commit details
    Browse the repository at this point in the history
  2. VITIS-11112 HIP Binding: Memory Management (Xilinx#7929)

    * stubs for hip memory API. (#6)
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * Stubs for HIP memory APIs (#7)
    
    * stubs for hip memory API.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * fix some code formatting.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    ---------
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    ---------
    
    Signed-off-by: Chiming Zhang <[email protected]>
    zhangchiming committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d6e2463 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Clean up hip tests to please clang-tidy (Xilinx#7965)

    * Clean up hip tests to please clang-tidy
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Disable clang-tidy misleading __llvm_libc warnings
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Host buffer allocation should be modeled as std::vector and not std::array as the latter has storage on stack.
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Use static_cast for numerical casts
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    ---------
    
    Signed-off-by: Sonal Santan <[email protected]>
    sonals committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c7f70f6 View commit details
    Browse the repository at this point in the history
  2. CR-1191367 Use PCI revision ID and deivce ID to identify device (Xili…

    …nx#7971)
    
    * CR-1191367 Package revision ID with device ID for better device categorization.
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * CR-1191367 Rename pcie_id query struct to be more descriptive.
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    74ca4ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d2c71b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50b98fb View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    c8b9fb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2962906 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    865e886 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69e5695 View commit details
    Browse the repository at this point in the history
  5. xclbinutil changes to support multiple aie.resources.bin (Xilinx#7970)

    * xclbinutil changes to support multiple aie.resources.bin
    
    Signed-off-by: xvijaysri <[email protected]>
    
    * resolve warnings
    
    Signed-off-by: xvijaysri <[email protected]>
    
    * Update src/runtime_src/tools/xclbinutil/SectionAIEResourcesBin.cxx
    
    Co-authored-by: Stephen Rozum <[email protected]>
    Signed-off-by: xvijaysri <[email protected]>
    
    * Update src/runtime_src/tools/xclbinutil/SectionAIEResourcesBin.cxx
    
    Co-authored-by: Stephen Rozum <[email protected]>
    Signed-off-by: xvijaysri <[email protected]>
    
    * Update src/runtime_src/tools/xclbinutil/SectionAIEResourcesBin.cxx
    
    Co-authored-by: Stephen Rozum <[email protected]>
    Signed-off-by: xvijaysri <[email protected]>
    
    * suggested changes
    
    Signed-off-by: xvijaysri <[email protected]>
    
    ---------
    
    Signed-off-by: xvijaysri <[email protected]>
    Co-authored-by: Stephen Rozum <[email protected]>
    xvijaysri and rozumx committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    253d71d View commit details
    Browse the repository at this point in the history
  6. Initial implementation of Hip module and function apis (Xilinx#7964)

    * Initial implementation of module and function hip objects
    
    Signed-off-by: rbramand <[email protected]>
    
    * Add function for throwing error for reusability
    
    Signed-off-by: rbramand <[email protected]>
    
    * Address comments on PR
    
    Signed-off-by: rbramand <[email protected]>
    
    * Remove boiler plate code
    
    Signed-off-by: rbramand <[email protected]>
    
    ---------
    
    Signed-off-by: rbramand <[email protected]>
    Co-authored-by: rbramand <[email protected]>
    rbramand-xilinx and rbramand committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6e6f7d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. libqdma: Updating QDMA to its latest commit (Xilinx#7977)

    The latest QDMA commit has the patch to support the RAVE-IVH bar issue
    
    Signed-off-by: bisingha <[email protected]>
    bisingha-xilinx committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f8f30d1 View commit details
    Browse the repository at this point in the history
  2. Fix TXT tests for Linux (Xilinx#7982)

    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8c48744 View commit details
    Browse the repository at this point in the history
  3. VITIS-11418 Upgrade AIE partition report. (Xilinx#7976)

    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7d506b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. VITIS-9706: xrt support for adf event apis (Xilinx#7926)

    * event class implementation
    
    minor
    
    fix review suggestions
    
    minor change
    
    Signed-off-by: saumya garg <[email protected]>
    
    minor change
    
    Signed-off-by: saumya garg <[email protected]>
    
    minor change
    
    Signed-off-by: saumya garg <[email protected]>
    
    * review-fixes
    
    fix
    
    Signed-off-by: saumya garg <[email protected]>
    
    fix
    
    Signed-off-by: saumya garg <[email protected]>
    
    * fix review comments
    
    Signed-off-by: saumya garg <[email protected]>
    
    * doc update
    
    Signed-off-by: saumya garg <[email protected]>
    
    doc update2
    
    Signed-off-by: saumya garg <[email protected]>
    
    * fix review comment
    
    Signed-off-by: saumya garg <[email protected]>
    
    * fix review comments
    
    Signed-off-by: saumya garg <[email protected]>
    
    fix
    
    Signed-off-by: saumya garg <[email protected]>
    
    * fix review comments
    
    Signed-off-by: saumya garg <[email protected]>
    
    fix review comments
    
    Signed-off-by: saumya garg <[email protected]>
    
    * fix review comments
    
    Signed-off-by: saumya garg <[email protected]>
    
    fix review comments
    
    Signed-off-by: saumya garg <[email protected]>
    
    ---------
    
    Signed-off-by: saumya garg <[email protected]>
    Co-authored-by: saumya garg <[email protected]>
    saumyag-xilinx and saumya garg committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    275a150 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Fix seg fault when device not available is provided (Xilinx#7972)

    * Fix seg fault when device not available is provided
    
    Signed-off-by: rbramand <[email protected]>
    
    * Fix missing increment in loop
    
    Signed-off-by: rbramand <[email protected]>
    
    ---------
    
    Signed-off-by: rbramand <[email protected]>
    Co-authored-by: rbramand <[email protected]>
    rbramand-xilinx and rbramand committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3a3fda2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22815fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3afd1ef View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. VITIS-11114 - HIP API initial Implementation (Xilinx#7951)

    * VITIS-11114 - HIP API initial Implementarion
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * Addressing Comments
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * Applying Comments
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * Addressing the comments
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * Address the comments
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    ---------
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    haghilin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8a6c041 View commit details
    Browse the repository at this point in the history
  2. Further cleanup of xcl apis for pcie build (Xilinx#7988)

    Signed-off-by: rbramand <[email protected]>
    Co-authored-by: rbramand <[email protected]>
    rbramand-xilinx and rbramand committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    196eee2 View commit details
    Browse the repository at this point in the history
  3. fix for IVT failure (Xilinx#7989)

    minor
    
    Signed-off-by: saumya garg <[email protected]>
    Co-authored-by: saumya garg <[email protected]>
    saumyag-xilinx and saumya garg committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f3e0dd8 View commit details
    Browse the repository at this point in the history
  4. change buf size to decrease throughput (Xilinx#7986)

    Signed-off-by: AShivangi <[email protected]>
    AShivangi committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e742b8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22afe86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c91012 View commit details
    Browse the repository at this point in the history
  7. Workaround to limit Aperture Size Limit as part of QDMA Queues for SO…

    …FT QDMA IP. (Xilinx#7979)
    
    * QDMA Patch for Aperture Size Limit
    
    * string compare changes
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    * format changes
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    * correction
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    * validate change
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    ---------
    
    Signed-off-by: DMG Karthik <[email protected]>
    karthdmg-xilinx committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cc30690 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    9f88e5d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    5b0399d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Update skd files to remove xcl apis (Xilinx#7995)

    > Conversion of xclBufferHandle to xrtBufferHandle is deprecated
    > Added internal shim function which converts buffer fd to buffer_handle
    > This way use of xcl buffer shim apis can be eliminated
    
    Signed-off-by: rbramand <[email protected]>
    Co-authored-by: rbramand <[email protected]>
    rbramand-xilinx and rbramand committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    abfad17 View commit details
    Browse the repository at this point in the history
  2. CR-1123282 - Use get_size sdr request to receive sensor (Xilinx#7944)

    * Initial changes
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    * Removed lines
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    * Validation changes
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    * QDMA Patch for Aperture Size Limit
    
    * persist size changes
    
    * string compare changes
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    * format changes
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    * correction
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    * validate change
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    * sensor size preserve changes
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    ---------
    
    Signed-off-by: DMG Karthik <[email protected]>
    karthdmg-xilinx committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    bd3e441 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0c8db2 View commit details
    Browse the repository at this point in the history
  4. Adjustments to identifying, handling, and reporting active core/memor…

    …y modules in AIE profile & trace (Xilinx#7990)
    pgschuey committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7d11d17 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Update license (Xilinx#8001)

    Signed-off-by: Max Zhen <[email protected]>
    maxzhen committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    727fcd7 View commit details
    Browse the repository at this point in the history
  2. Do not move an r-value (Xilinx#8003)

    This triggered a warning about pessimistic behavior preventing
    copy-elision.
    It was treated as an error by the normal compilation flow..
    
    Signed-off-by: Ronan Keryell <[email protected]>
    keryell committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6976fb7 View commit details
    Browse the repository at this point in the history
  3. master pipeline for xrt in Gh actions (Xilinx#8004)

    * master pipeline for xrt
    
    * adding on workflow dispatch as well
    
    * setting prod to true
    manikandan-xilinx committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7f9377b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. add xrt::elf raw elf data constructor (Xilinx#7963)

    * add xrt::elf raw elf data constructor
    
    * rename
    
    * review comment
    
    * review comments
    
    Signed-off-by: HimanshuChoudhary-Xilinx <[email protected]>
    
    ---------
    
    Signed-off-by: HimanshuChoudhary-Xilinx <[email protected]>
    HimanshuChoudhary-Xilinx committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d7e2096 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Modifying build number and fix SJ release intermittent issue (Xilinx#…

    …8012)
    
    * master pipeline for xrt
    
    * adding on workflow dispatch as well
    
    * setting prod to true
    
    * modifying build number for TA
    
    * TA build no fix
    manikandan-xilinx committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5f7ceaa View commit details
    Browse the repository at this point in the history
  2. patch fix for build number for windows (Xilinx#8013)

    * fixing build number for windows
    manikandan-xilinx committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6b65110 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    3387c4e View commit details
    Browse the repository at this point in the history
  2. Adding os_ver in matrix (Xilinx#8016)

    * Adding os_ver
    manikandan-xilinx committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7bce4d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Added variable to store the actual buffer size in xobj (Xilinx#8014)

    Signed-off-by: Manoj Takasi <[email protected]>
    Co-authored-by: Manoj Takasi <[email protected]>
    ManojTakasi and Manoj Takasi committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    8d0cdb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Hide symbols from xrt.h header (Xilinx#7998)

    * Hide symbols from xrt.h header
    
    Signed-off-by: rbramand <[email protected]>
    
    * Unhide symbols xclProbe, xclGetDeviceInfo2, xclVersion for making opencl tests pass
    
    Signed-off-by: rbramand <[email protected]>
    
    * Cleanup Hal opeartions to not use xcl apis
    
    > cleaned up functions that were using Hal ops to use core device functions
    > for some functions direct replacement is not found and they will be cleaned in next PR
    > Most of them are prodiling functions
    
    Signed-off-by: rbramand <[email protected]>
    
    * Address comments on PR
    
    > addressed comments on PR
    > fixed windows build
    
    Signed-off-by: rbramand <[email protected]>
    
    * Remove Hal operations completely
    
    Signed-off-by: rbramand <[email protected]>
    
    * Address comments on PR
    
    Signed-off-by: rbramand <[email protected]>
    
    ---------
    
    Signed-off-by: rbramand <[email protected]>
    Co-authored-by: rbramand <[email protected]>
    rbramand-xilinx and rbramand committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5e06d8c View commit details
    Browse the repository at this point in the history
  2. VITIS-11369 Improve get xclbin name method (Xilinx#7997)

    * VITIS-11369 Update validate path finding to rely on xclbin types. Improve system paths for Linux and Windows.
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11369 Add deprecation comment for findPlatformPath.
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11369 Add query request for sequence path.
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fdd871e View commit details
    Browse the repository at this point in the history
  3. VITIS-11114 - Command, Event, kernel_start, and copy_buffer classes a…

    …nd Event API Implementation Part1 (Xilinx#8007)
    
    * Command and its children class Implementation Part1
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * Addressing the comments
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * Addressing the comments
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * Addressing the comments
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * add dynamic cast null and better name for iterator
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * small change
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * add comments
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    ---------
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    haghilin committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f149538 View commit details
    Browse the repository at this point in the history
  4. HIP tests for GPU and other build improvements (Xilinx#8008)

    * Added makefiles to exercise HIP tests on GPU
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Add a switch to enable(default)/disable bundling of Alveo drivers with XRT
    
    Fix a build failure on Ubuntu 23.10 due to an illegal std::move of a temporary object returned by create_profiling_event()
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Add check for optional alveo driver install in postinst script
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Update copyright notice to include 2024
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * When Alveo is disabled do not bundle ERT firmware and xbflash2
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Fix build error
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    ---------
    
    Signed-off-by: Sonal Santan <[email protected]>
    sonals committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2b87027 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Change Shell name for RAVE Platform (Xilinx#8017)

    * QDMA Patch for Aperture Size Limit
    
    * string compare changes
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    * format changes
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    * correction
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    * validate change
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    * Initial commit
    
    Signed-off-by: DMG Karthik <[email protected]>
    
    ---------
    
    Signed-off-by: DMG Karthik <[email protected]>
    karthdmg-xilinx committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4488dec View commit details
    Browse the repository at this point in the history
  2. XRT support for independent AIE graph compilation and linking (Xilinx…

    …#7999)
    
    * XRT support for independent AIE graph compilation and linking
    
    Signed-off-by: saumya garg <[email protected]>
    
    fix review comments
    
    Signed-off-by: saumya garg <[email protected]>
    
    properly parsed
    
    Signed-off-by: saumya garg <[email protected]>
    
    * fix review comments
    
    Signed-off-by: saumya garg <[email protected]>
    
    * minor fix
    
    Signed-off-by: saumya garg <[email protected]>
    
    ---------
    
    Signed-off-by: saumya garg <[email protected]>
    Co-authored-by: saumya garg <[email protected]>
    saumyag-xilinx and saumya garg committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    fc619e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4806f6f View commit details
    Browse the repository at this point in the history
  4. Update cmake to pick up HIP header files from Linux distribution area… (

    Xilinx#8022)
    
    * Update cmake to pick up HIP header files from Linux distribution area if available
    
    Fix another build failure on Ubuntu 23.10
    
    Disable xcl API tests in tests/xrt directory
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Remove commented out action from CMakeLists.txt
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    ---------
    
    Signed-off-by: Sonal Santan <[email protected]>
    sonals committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0cdc4fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f34be7 View commit details
    Browse the repository at this point in the history
  6. Add noshim to ishim. Next maybeshim? (Xilinx#8023)

    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bfe7480 View commit details
    Browse the repository at this point in the history
  7. Adjusting build number for TA to pick up the build (Xilinx#8024)

     adjusting build number for TA to pick up
    manikandan-xilinx committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2825aaf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30c2f2a View commit details
    Browse the repository at this point in the history
  9. adding new job notify-slack (Xilinx#8019)

    * adding new job notify-slack on failure
    
    * notify slack depends only on gradle-artifactory-upload job
    
    * notify slack depends on release to all sites and gradle artifactory upload
    SubhedarV committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    60b35a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    5dc810b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c99002a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    a2066b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Providing build metadata to version file (Xilinx#8028)

    * fixing version file generation issue
    
    * fixing the checkout issue with windows in master build
    manikandan-xilinx committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    48b74dd View commit details
    Browse the repository at this point in the history
  2. VITIS-11102 Remove device status from Ryzen report json (Xilinx#8031)

    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1315d06 View commit details
    Browse the repository at this point in the history
  3. VITIS-11100 Display all AIE columns (Xilinx#8015)

    * VITIS-11100 Refactor asd parser to better group columns and its tiles. Create separate report for AIE2 devices for core tile output.
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11100 Refactor asd parser to reduce complexity. Add AIE2 mem report.
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11100 Refactor common AIE2 code into utility function. Add AIE2 shim report.
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11100 Refactor lock table creation to utility file
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11100 Improve display of aie reports
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11100 Remove AIE2 logic from AIE parsing. Remove extraneous definitions from AIE2 parser.
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    * VITIS-11100 Rename asd_parser into info_aie2
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Benusovich <[email protected]>
    dbenusov committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3abdb38 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. VITIS-9887: xrt support for multiple graph linking and compilation (X…

    …ilinx#8030)
    
    * xrt support for multiple graph linking and compilation
    
    Signed-off-by: saumya garg <[email protected]>
    
    xrt support for multiple graph linking and compilation
    
    Signed-off-by: saumya garg <[email protected]>
    
    xrt support for multiple graph linking and compilation
    
    Signed-off-by: saumya garg <[email protected]>
    
    xrt support for multiple graph linking and compilation
    
    Signed-off-by: saumya garg <[email protected]>
    
    xrt support for multiple graph linking and compilation
    
    Signed-off-by: saumya garg <[email protected]>
    
    * fix review comments
    
    Signed-off-by: saumya garg <[email protected]>
    
    fix review comments
    
    Signed-off-by: saumya garg <[email protected]>
    
    ---------
    
    Signed-off-by: saumya garg <[email protected]>
    Co-authored-by: saumya garg <[email protected]>
    saumyag-xilinx and saumya garg committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    f23d53e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. VITIS-11112 HIP Binding: Memory Management. (Xilinx#7983)

    * Initial implementation of some HIP memory APIs. (#11)
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * Add hipMemset(). (#12)
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * minor fix to hipHostMalloc() (#13)
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * Fix the typo. (#14)
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * fix some issues from code review.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * fix minor error in error.cpp.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * remove new operation from memory_database::GetInstance().
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * Fix some issues from code review.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * change class name error_state to error.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * remove some duplicate code.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * fix some issues.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * fix some issues.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * fix more issues.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * fix more issues.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    ---------
    
    Signed-off-by: Chiming Zhang <[email protected]>
    zhangchiming committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6ed717d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    d57e6de View commit details
    Browse the repository at this point in the history
  2. Port kernel driver to Linux 6.8 (Xilinx#8005)

    * eventfd_signal() has only 1 parameter starting with Linux 6.8
    
    This follows kernel commit 3652117f854819a148ff0fbe4492587d3520b5e5
    https://lore.kernel.org/all/[email protected]/
    
    Signed-off-by: Ronan Keryell <[email protected]>
    
    * Do not use obsolete strlcpy() removed in Linux 6.8 anyway
    
    Interestingly, the newer strscpy() matches exactly the
    return behavior of get_vendor_firmware_dir() API.
    
    strlcpy() has been removed in Linux 6.8 by commit
    d26270061ae66b915138af7cd73ca6f8b85e6b44.
    
    For the context:
    https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy
    KSPP/linux#89
    
    Signed-off-by: Ronan Keryell <[email protected]>
    
    * Use portable MAX_ORDER_NR_PAGES instead of confusing MAX_ORDER
    
    MAX_ORDER was replaced partially with MAX_PAGE_ORDER starting with
    Linux 6.8 anyway.
    
    Cf Linux commits fd37721803c6e73619108f76ad2e12a9aa5fafaf and
    5e0a760b44417f7cadd79de2204d6247109558a0
    
    https://lwn.net/Articles/956321/
    https://lwn.net/ml/linux-kernel/[email protected]/
    https://lwn.net/ml/linux-kernel/[email protected]/
    
    Signed-off-by: Ronan Keryell <[email protected]>
    
    * Remove DRM_UNLOCKED usage that has disappeared with Linux 6.8
    
    This was removed in Linux with commit
    2798ffcc1d6a788b5769b1fbcf0750dfc06ae98a
    
    https://lwn.net/Articles/952344/
    https://patchwork.freedesktop.org/patch/msgid/[email protected]
    
    Signed-off-by: Ronan Keryell <[email protected]>
    
    ---------
    
    Signed-off-by: Ronan Keryell <[email protected]>
    keryell committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    37a1ee4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. CR-1192489: Memory Module Metric Event IDs are produced in tiles wher…

    …e no Memory Module is used (Xilinx#8035)
    pgschuey committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3938f7e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Simplifying hip memory APIs interfaces. (Xilinx#8037)

    * changing some interfaces of hip memory
    
    * simplfying the interfaces of hip memory
    
    * fixed a comment
    
    ---------
    
    Co-authored-by: ch vamshi krishna <[email protected]>
    Co-authored-by: rbramand <[email protected]>
    3 people committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    841a98d View commit details
    Browse the repository at this point in the history
  2. Hip test tidy up (Xilinx#8029)

    * More clang-tidy cleanups
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Move hip test common.h to a common directory for use by all hip testcases
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    * Fix reading of map value from iterator end
    
    Enclose definitions in common.h in a namespace
    
    Signed-off-by: Sonal Santan <[email protected]>
    
    ---------
    
    Signed-off-by: Sonal Santan <[email protected]>
    sonals committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d91604b View commit details
    Browse the repository at this point in the history
  3. Implementation of Hip stream apis (Xilinx#8018)

    * Initial implementation of hip stream apis
    
    Signed-off-by: rbramand <[email protected]>
    
    * Update stream with event changes
    
    Signed-off-by: rbramand <[email protected]>
    
    * Address comments on PR
    
    Signed-off-by: rbramand <[email protected]>
    
    * Add ASCII diagram explaining about stream
    
    Signed-off-by: rbramand <[email protected]>
    
    * Rebase with memory changes
    
    Signed-off-by: rbramand <[email protected]>
    
    ---------
    
    Signed-off-by: rbramand <[email protected]>
    Co-authored-by: rbramand <[email protected]>
    rbramand-xilinx and rbramand committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    abe23b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Fixing the map operator logic (Xilinx#8040)

    * fixing the map logic
    
    * fixing the map logic
    
    ---------
    
    Co-authored-by: rbramand <[email protected]>
    chvamshi-xilinx and rbramand committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    344d91b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6d0d00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72f7994 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Fix bug in Edge sw_emu flow (Xilinx#8044)

    Signed-off-by: rbramand <[email protected]>
    Co-authored-by: rbramand <[email protected]>
    rbramand-xilinx and rbramand committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a1a7126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34ceebc View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    ee57ac0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. revert sdr changes (Xilinx#8049)

    Signed-off-by: DMG Karthik <[email protected]>
    karthdmg-xilinx committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ab1d4bb View commit details
    Browse the repository at this point in the history
  2. Defining Mailbox Macro for QDMA to fix APU crash on RAVE (Xilinx#8052)

    QDMA blindly registers intr for mailbox even if its disabled on the hw.
        NOTE: this is a workaround to move forward with this https://jira.xilinx.com/browse/CR-1193112
        Once QDMA fixes the issue this commit should be reverted
    
    Signed-off-by: bisingha <[email protected]>
    bisingha-xilinx committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    56c7e67 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    cb8d4d0 View commit details
    Browse the repository at this point in the history
  2. VITIS-11503 - Dump instruction bo created from Elf so verification ca…

    …n be done (Xilinx#8043)
    
    * VITIS-11503 - Dump instruction bo created from Elf so verification can be done
    
    * VITIS-11503 -respond to review comments
    
    * VITIS-11503 Add a function dump_bo for reuse
    
    * VITIS-11503 - change function dump_bo under unnamed space
    
    * VITIS-11503 - early return in function dump_bo if feature is not enabled
    
    * VITIS-11503 A function unused in release builds must have XRT_CORE_UNUSED
    
    ---------
    
    Co-authored-by: dezhliao <[email protected]>
    dezhiAmd and dezhliao committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    347acbd View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. aie-status reports fix (Xilinx#8051)

    aie-status reports fix
    
    Signed-off-by: saumya garg <[email protected]>
    Co-authored-by: saumya garg <[email protected]>
    saumyag-xilinx and saumya garg committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    f75f2b6 View commit details
    Browse the repository at this point in the history
  2. SC warning fix on RAVE and xsabin extension warning fix on Versal (Xi…

    …linx#8053)
    
    On rave we dont have SC. Added extra checks to handle unnecessary warnings.
    Updated the checks to check the xsabin extension for the flash images
    
    Signed-off-by: bisingha <[email protected]>
    bisingha-xilinx committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    4d3ba7e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Providing a work-around to allocate instruction buffer in HIP (Xilinx…

    …#8047)
    
    * fixing the map logic
    
    * fixing the map logic
    
    * providing workaround for instruction buffer
    
    * fixing indentation
    
    * using xrt::bo instead of shared_ptr of xrt::bo
    
    Signed-off-by: ch vamshi krishna <[email protected]>
    
    ---------
    
    Signed-off-by: ch vamshi krishna <[email protected]>
    Co-authored-by: rbramand <[email protected]>
    chvamshi-xilinx and rbramand committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ff3837c View commit details
    Browse the repository at this point in the history
  2. Cleanup clangtidy warnings (Xilinx#8057)

    Relatively benign fixes to core/common/api to satisyfy clang-tidy.
    
    Signed-off-by: Soren Soe <[email protected]>
    stsoe committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    58cba71 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    9a9040f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    247711f View commit details
    Browse the repository at this point in the history
  3. fix printing logs on windows (Xilinx#8062)

    Signed-off-by: Aaron Pinto <[email protected]>
    Co-authored-by: Aaron Pinto <[email protected]>
    AaronPinto and AaronPinto committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5553ea8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. VITIS-11832 - Support transaction buffer patching in XRT (Xilinx#8059)

    * VITIS-11832 - First version
    
    * Add control packet patching
    
    * Change c-style cast to c++ style cast
    
    * Add comment about reusing patching scheme
    
    ---------
    
    Co-authored-by: dezhliao <[email protected]>
    dezhiAmd and dezhliao committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a24a489 View commit details
    Browse the repository at this point in the history
  2. VITIS-11806 Command-chaining: XRT C++ Command List (Xilinx#8063)

    Add first class experimental API for xrt::runlist.
    
    class runlist - A class to manage a list of xrt::run objects
    This class is used to manage a list of xrt::run objects such
    that they can be executed atomically in the order they are added
    to the list.
    
    Run objects are added to the list using the add() method. A runlist
    is submitted for execution using the execute() method. Once the
    list is executing, no more run objects can be added until execution
    of the current last run object has completed. The list can be reset
    using the reset() method, which will clear all run objects, or the
    list can be reused by calling execute() again maybe with additional
    run objects.
    
    There is no support for removing individual run objects from the
    list.
    
    Check experimental/xrt_kernel.h for more documentation.
    
    Signed-off-by: Soren Soe <[email protected]>
    stsoe committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    93ccb25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a06c6f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Fix to handle input_ports_details and output_ports_details Interface …

    …tiles metric for PLIO designs (Xilinx#8064)
    vipangul committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    baf8882 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. VITIS-11112 HIP Binding: Memory Management. (Xilinx#8050)

    * Initial implementation of some HIP memory APIs. (#11)
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * Add hipMemset(). (#12)
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * minor fix to hipHostMalloc() (#13)
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * Fix the typo. (#14)
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * fix some issues from code review.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * fix minor error in error.cpp.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * remove new operation from memory_database::GetInstance().
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * Fix some issues from code review.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * change class name error_state to error.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * remove some duplicate code.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * fix some issues.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * fix some issues.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * fix more issues.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * fix more issues.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * Add hipMemcpyHtoDAsync(). (#15)
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * Add hipMemcpyHtoDAsync(). (#16)
    
    * Add hipMemcpyHtoDAsync().
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * enque copy_buffer command instead of submitting directly.
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    ---------
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * Add check for invalid size in hipMemcpyHtoDAsync().
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * remove free() from hip_memset().
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * add missing async policy in copy_buffer::submit().
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * Add missing handling of parameter size in hipMemcpyHtoDAsync().
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * Add missing offset in hipMemcpyHtoDAsync().
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    * change return type of memory_database::get_hip_mem_from_addr()
    
    Signed-off-by: Chiming Zhang <[email protected]>
    
    ---------
    
    Signed-off-by: Chiming Zhang <[email protected]>
    zhangchiming committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a9a1e77 View commit details
    Browse the repository at this point in the history
  2. Add missing include (Xilinx#8068)

    Compilation of header file requires inclusion of cstdint.
    
    Signed-off-by: Soren Soe <[email protected]>
    stsoe committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e9de293 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9572f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2940e01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb40c43 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Completed HIP Command Related Functions (Xilinx#8041)

    * Addressing all comments and rebase
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * fixing lvalue/rvalue issue
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    * Add missed lock
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    
    ---------
    
    Signed-off-by: Homa Aghilinasab <[email protected]>
    haghilin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d790559 View commit details
    Browse the repository at this point in the history
  2. Fix for CR:1194572-XRT stop_profiling API error (Xilinx#8074)

    Signed-off-by: saumya garg <[email protected]>
    Co-authored-by: saumya garg <[email protected]>
    saumyag-xilinx and saumya garg committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5025f63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f17f7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2879713 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc395ec View commit details
    Browse the repository at this point in the history