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

ROCm fixes - v1.12.x #7981

Merged
merged 2 commits into from
Feb 24, 2022
Merged

Commits on Feb 21, 2022

  1. UCT/ROCM: use base_iface_internal_ops in constructor

    in the class constructor passing NULL instead of a valid internal_ops
    can lead to a segfault. Use &uct_base_iface_internal_ops to avoid this
    problem in rocm/ipc and rocm/gdr.
    
    Signed-off-by: Edgar <edgar.gabriel@amd.com>
    (cherry picked from commit 7afce31)
    edgargabriel committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    fcdffe6 View commit details
    Browse the repository at this point in the history
  2. UCM/ROCM: fix rocmem initialization

    fix the initialization of the rocm ucm component to ensure that the
    memtype cache is correctly recording rocm device addresses.
    
    (cherry picked from commit f8fa567)
    edgargabriel committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    e4a2c84 View commit details
    Browse the repository at this point in the history