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

Update mainline with latest changes from staging #429

Merged
merged 14 commits into from
Sep 27, 2024

Commits on Sep 25, 2024

  1. Check Python version on application launch (#393)

    * Check that the minimum required Python (3.8) version is used.
    
    Prints a descriptive error message, rather than a cryptic import
    failure, if minimum Python version is not met.
    
    Internal ticket SWDEV-477233.
    
    
    * Disable the RPM mangling of shebangs.
    
    The are changing the `#!/usr/bin/python3` to `#!/usr/libexec/platform-python`.
    With this set, omniperf is always using the platform installed version
    of python, which is python 3.6 on RHEL 8. Using virtual environments,
    like conda, did not work.
    
    * Fix pylint issues
    
    ---------
    
    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD authored and coleramos425 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    75a4b51 View commit details
    Browse the repository at this point in the history
  2. Remove dev and main branch from workflows. (#404)

    * Remove `dev` and `main` branch from workflows.
    
    Update links in documentation.
    
    Signed-off-by: David Galiffi <[email protected]>
    
    * `amd-staging` -> `amd-mainline` in docs
    
    Signed-off-by: Peter Jun Park <[email protected]>
    
    ---------
    
    Signed-off-by: David Galiffi <[email protected]>
    Signed-off-by: Peter Jun Park <[email protected]>
    Co-authored-by: Peter Jun Park <[email protected]>
    2 people authored and coleramos425 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    68e5db2 View commit details
    Browse the repository at this point in the history
  3. Update dependabot.yml target-branch

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD authored and coleramos425 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ae6ed4c View commit details
    Browse the repository at this point in the history
  4. Run Workflows on Release Branches (#409)

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD authored and coleramos425 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3499b85 View commit details
    Browse the repository at this point in the history
  5. mv changes to changelog.md

    Signed-off-by: Peter Jun Park <[email protected]>
    peterjunpark authored and coleramos425 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    92cfd51 View commit details
    Browse the repository at this point in the history
  6. Add omniperf suffix to MOD_INSTALL_PATH in docs (#414)

    If we don't add the suffix omniperf to the install path then the subsequent instruction of module load omniperf will not work
    
    Signed-off-by: coleramos425 <[email protected]>
    coleramos425 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    68e2cf0 View commit details
    Browse the repository at this point in the history
  7. Rollback Grafana version in Docker container to enable deprecated Ang…

    …ular plugin (#416)
    
    Signed-off-by: coleramos425 <[email protected]>
    coleramos425 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2aee85c View commit details
    Browse the repository at this point in the history
  8. Fix typo and CHANGELOG modification

    After meeting with the DevOps team, I've added the Unreleased keyword to new CHANGELOG section per their request
    
    Signed-off-by: coleramos425 <[email protected]>
    coleramos425 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bc4d386 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ecd69d1 View commit details
    Browse the repository at this point in the history
  10. External CI: enable CI triggers (#426)

    Signed-off-by: Daniel Su <[email protected]>
    danielsu-amd authored and coleramos425 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7ff385a View commit details
    Browse the repository at this point in the history
  11. Add the ability to determine GPU model from Chip ID (#423)

    * Add the ability to determine GPU model from Chip ID for distinguishing MI300 systems by using a built-in dictionary.
    
    Signed-off-by: xuchen-amd <[email protected]>
    
    * Add support for MI300X_A1
    
    Signed-off-by: xuchen-amd <[email protected]>
    
    * Remove MI308X identification using num CUs, and format Python using black.
    
    Signed-off-by: xuchen-amd <[email protected]>
    
    * Add Read the Docs
    
    Signed-off-by: xuchen-amd <[email protected]>
    
    * Add sphinx requirement
    
    Signed-off-by: xuchen-amd <[email protected]>
    
    * Remove gpu_model identification using gpu_arch
    
    Signed-off-by: xuchen-amd <[email protected]>
    
    * Remove OMNIPERF_ARCH_OVERRIDE and its usage. Determining MI300 gpu model solely based on chip id.
    
    Signed-off-by: xuchen-amd <[email protected]>
    
    * Fix Python formatting using black.
    
    Signed-off-by: xuchen-amd <[email protected]>
    
    ---------
    
    Signed-off-by: xuchen-amd <[email protected]>
    xuchen-amd authored and coleramos425 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c48e6e3 View commit details
    Browse the repository at this point in the history
  12. Tarball on rocm tags and MAINTAINERS guide (#402)

    * Package release tarball on rocm tags and add a MAINTAINERS guide to outline release procedure
    
    Signed-off-by: coleramos425 <[email protected]>
    
    * Apply linting feedback
    
    Signed-off-by: coleramos425 <[email protected]>
    
    * Update links in MAINTAINERS for new branches
    
    Signed-off-by: coleramos425 <[email protected]>
    
    * Update MAINTAINERS.md for changelog formatting
    
    Signed-off-by: coleramos425 <[email protected]>
    
    * Update Omniperf ver checker to allow tags with rocm- prefix
    
    Signed-off-by: coleramos425 <[email protected]>
    
    * Add step to packaging workflow to upload release tarball to release
    
    Signed-off-by: coleramos425 <[email protected]>
    
    * Synax change for release name in packaging action
    
    Signed-off-by: coleramos425 <[email protected]>
    
    * Update MAINTAINERS for instuctions on ROCm releases
    
    Signed-off-by: coleramos425 <[email protected]>
    
    * Update softprops pluvin to v2 and remove release name
    
    Removing the release name enables us to modify an existing release with the matching tag
    
    Signed-off-by: coleramos425 <[email protected]>
    
    * Remove draft option on softprops plugin
    
    Signed-off-by: coleramos425 <[email protected]>
    
    ---------
    
    Signed-off-by: coleramos425 <[email protected]>
    coleramos425 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0d15023 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    ba4429d View commit details
    Browse the repository at this point in the history
  2. Remove unrelease prefix from CHANGELOG

    Signed-off-by: coleramos425 <[email protected]>
    coleramos425 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5d7af74 View commit details
    Browse the repository at this point in the history