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

Check p2p_agents_list_ before deleting #69

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Mar 18, 2024

  1. SWDEV-449558 - Update barrier's logic

    PAL optimized the logic for the barriers, which caused failures with CP DMA on Navi4x.
    Change barrier's code to match the most recent PAL optimizations.
    
    Change-Id: I55eeab20f51eb8e920bcbb4b55fbe3c7f77fd3fa
    gandryey committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1239309 View commit details
    Browse the repository at this point in the history
  2. SWDEV-430437,SWDEV-434702 - Split the streamset per device

    Change-Id: If1bcca45825c9899462bb95ed6f637f5af806cc8
    iassiour committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    be2bdab View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. SWDEV-1 - Do not pass daz_opt to comgr link options

    This no longer does anything.
    
    Change-Id: I0643198a46a534a76454a5b461d010ed1776a89a
    arsenm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    67473ba View commit details
    Browse the repository at this point in the history
  2. SWDEV-449146 - Call hipDeviceSynchronize before removeFatBinary

    Added call to hipDeviceSynchronize in __hipUnregisterFatBinary
    to ensure that all HSA async signal handlers complete before removeFatBinary
    
    Change-Id: I756fecca1c2a5eae092613d8079de266399e5685
    iassiour committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ad32e60 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. SWDEV-452299 - Pass dst pitch while capturing hipMemcpyParam2DAsync &…

    … elementSize should be 1 as width is in bytes while capturing hipMemset2DAsync.
    
    Change-Id: I8f9122a30cba0a07c097dfd7609432090caab142
    jaydeeppatel1111 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0be92b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Revert "SWDEV-444098 - remove rocm-ocl-icd packaging"

    This reverts commit 5f68a45.
    
    Reason for revert: due to windows staging branch using Opencl-icd-loader master
    
    Change-Id: I9cca7564a21de1733665a34da6f0322aa3b886e7
    jujiang-del committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f44ca70 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Check p2p_agents_list_ before deleting

    If populateOCLDeviceContants fails, this pointer will be invalid.
    
    Signed-off-by: Tom Rix <[email protected]>
    Tom Rix committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    a027510 View commit details
    Browse the repository at this point in the history