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

[6.3] Improve OMPT support and Fix Perfetto output #30

Open
wants to merge 8 commits into
base: release/rocm-rel-6.3
Choose a base branch
from

Commits on Nov 6, 2024

  1. Fix for proto files not being viewable in Perfetto UI (ROCm#16)

    - Fix for proto files not being viewable in Perfetto UI
      - Ported from ROCm/omnitrace#411
    
    - Update Workflows
    
    - Use V47 trace_processor_shell for certain OS releases.
      - RedHat 8, SUSE 15.5, and Ubuntu 20.04 are no longer compatible with the latest trace_processor_shell.
      - Incompatible version of GLIBC.
    
    - Remove notes about Perfetto workaround in documentation.
    
    ---------
    
    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2144a26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd8a437 View commit details
    Browse the repository at this point in the history
  3. Update Ubuntu 20.04 CIs

    dgaliffiAMD committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4e2c15f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. OMPT Target Offload Support (ROCm#17)

    - Porting from ROCm/omnitrace#411
    - Improve OMPT support
    - Add OpenMP target example to testing
    - Update Timemory submodule to use ROCm/Timemory rather than NERSC/Timemory
    - Update `actions/upload-artifacts` to v4
    - Standardize the `cmake_minimum_required` to 3.18.4 across workflows, project, and examples
    - Updated Ubuntu 20.04 workflows
    dgaliffiAMD committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ab88377 View commit details
    Browse the repository at this point in the history
  2. Update cmake version installed in dockerfiles (ROCm#25)

    * Update cmake version installed in dockerfiles
    * Standardize the cmake_minimum_required to 3.18.4 across dockerfiles
    * Fix link to perl repo in opensuse docker.
    
    ---------
    
    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bcd8d4d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Update ubuntu-focal workflow

    Error installing "latest" rocm, so use "6.2".
    dgaliffiAMD committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e997f0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a00c871 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

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