-
Notifications
You must be signed in to change notification settings - Fork 49
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
Commits on Sep 25, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 75a4b51 - Browse repository at this point
Copy the full SHA 75a4b51View commit details -
Remove
dev
andmain
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]>
Configuration menu - View commit details
-
Copy full SHA for 68e5db2 - Browse repository at this point
Copy the full SHA 68e5db2View commit details -
Update dependabot.yml target-branch
Signed-off-by: David Galiffi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae6ed4c - Browse repository at this point
Copy the full SHA ae6ed4cView commit details -
Run Workflows on Release Branches (#409)
Signed-off-by: David Galiffi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3499b85 - Browse repository at this point
Copy the full SHA 3499b85View commit details -
Signed-off-by: Peter Jun Park <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92cfd51 - Browse repository at this point
Copy the full SHA 92cfd51View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 68e2cf0 - Browse repository at this point
Copy the full SHA 68e2cf0View commit details -
Rollback Grafana version in Docker container to enable deprecated Ang…
…ular plugin (#416) Signed-off-by: coleramos425 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2aee85c - Browse repository at this point
Copy the full SHA 2aee85cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for bc4d386 - Browse repository at this point
Copy the full SHA bc4d386View commit details -
update package manager install docs to include omniperf in PATH (#420)
Signed-off-by: Peter Jun Park <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecd69d1 - Browse repository at this point
Copy the full SHA ecd69d1View commit details -
External CI: enable CI triggers (#426)
Signed-off-by: Daniel Su <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ff385a - Browse repository at this point
Copy the full SHA 7ff385aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c48e6e3 - Browse repository at this point
Copy the full SHA c48e6e3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0d15023 - Browse repository at this point
Copy the full SHA 0d15023View commit details
Commits on Sep 27, 2024
-
Update VERSION, CHANGELOG, and README citation for next release (#433)
Signed-off-by: Carrie Fallows <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba4429d - Browse repository at this point
Copy the full SHA ba4429dView commit details -
Remove unrelease prefix from CHANGELOG
Signed-off-by: coleramos425 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d7af74 - Browse repository at this point
Copy the full SHA 5d7af74View commit details