Daniel Su
c6baf14252
Ex CI: switch all prims to monorepo ( #4889 )
2025-06-05 16:16:57 -04:00
Daniel Su
87d5a210c1
Ex CI: added alma/manylinux builds and GPU targets for rocPRIM, gtest vendoring ( #4885 )
...
Co-authored-by: Joseph Macaranas <Joseph.Macaranas@amd.com >
2025-06-05 14:13:25 -04:00
yugang-amd
830f2d5edf
Update for vllm -05/27 ( #4886 )
...
* Update vLLM inference benchmark Docker page for rocm/vllm 5/27
* update repo for Pytorch
2025-06-05 13:30:20 -04:00
idass
1dd4b4230d
[External CI] Add support for Ubuntu 24.04 OS
2025-06-05 12:29:09 -04:00
Daniel Su
5346748889
Ex CI: add msgpack to MIOpen ( #4882 )
2025-06-04 14:38:59 -04:00
Pratik Basyal
2e32d1d3d4
KMD version updated in compatibility matrix ( #4873 )
2025-06-04 06:20:45 -04:00
ammallya
9cff634d8c
Promoting 6.4.x to Develop ( #4877 )
2025-06-03 19:13:52 -07:00
Pratik Basyal
3f3d592e2b
Radeon PRO W7700 and Radeon RX 7800 XT support added ( #4874 )
...
* Radeon PRO W7700 and Radeon RX 7800 XT support added
* gfx1101 added to compatibility matrix
* Footnote added for gfx1101
* Footnote updated
* Footnote reference fixed
2025-06-03 15:59:22 -04:00
Daniel Su
e12996054e
Ex CI: manifest changes to support monorepo & mathlibs builds ( #4871 )
2025-06-02 16:09:54 -04:00
Joseph Macaranas
ff11bd392e
[External CI] AlmaLinux 8 Support Refactor ( #4869 )
...
GCC Toolset 14 Environment
- source /opt/rh/gcc-toolset-14/enable only lasts for the shell session, so run at the beginning of relevant build and test tasks when the OS is AlmaLinux 8.
- CMake tasks set env to behave as if source /opt/rh/gcc-toolset-14/enable command was run.
- Observed that the built ROCm libraries can either be installed on lib or lib64 directories in this OS profile, so ldconfig step is adjusted to look at additional directories. This won't impact usage in ubuntu22 if the lib64 directories don't exist in the custom ROCm build.
- For the llvm linking step we cannot assume the ROCm lib directory exists, as only ROCm lib64 might be present on the build environment.
- libatomic package was added to the gcc toolset setup.
yaml-based Changes
- base set of dnf packages now defined in an array for dependencies that already come pre-installed on the ubuntu22 VMs.
- Changed format of the job matrix for readability.
New Features
- AlmaLinux 8 pipelines for roctracer and ROCdbgapi.
- roctracer pipeline expanded to support compilation for gfx1030 and gfx1100.
- AlmaLinux 8 llvm-project pipeline now builds flang and flang-rt, so re-enabled for ubuntu 22.04 pipeline as well.
TODO
- Revisit why ninja-build is not used for comgr, device-libs, and hipcc.
2025-06-02 11:10:09 -04:00
yugang-amd
53d3e092d3
Fix broken link ( #4854 )
2025-05-31 13:01:34 -04:00
yugang-amd
6b5586fd2c
Add Radeon RX 9070 (gfx1201), Radeon RX 9070 GRE (gfx1201) ( #4858 )
...
* Add Radeon RX 9070 (1201), Radeon RX 9070 GRE (1201)
* Update compatibility-matrix.rst
2025-05-30 17:44:36 -04:00
Joseph Macaranas
b8e115d56a
[External CI] clr/hip workaround ( #4857 )
...
- Build specific commit hashes to enable more OS profiles to be built up
- Revert this pull request when clr/hip fixed.
- Build Log
2025-05-30 17:35:39 -04:00
alexxu-amd
c1919faccd
Change viewer link from latest to mainline in what-is-rocm page ( #4856 )
...
* change viewer link from latest to mainline
* correct format
2025-05-30 17:18:02 -04:00
Joseph Macaranas
231dc6be36
[External CI] AlmaLinux 8 job for clr and rocminfo ( #4855 )
...
- Added more dnf package mappings and a base-level dependency.
- Fix registering for ROCm packages with dnf.
2025-05-30 16:41:40 -04:00
Swati Rawat
6142df329b
Docs: Add rocprof-compute-viewer ( #4850 )
...
* Docs: Add rocprof-compute-viewer
* update requirements.txt
---------
Co-authored-by: Alex Xu <alex.xu@amd.com >
2025-05-30 15:21:10 -04:00
Peter Park
2addcb0bca
Add RHEL 9.6 to compat matrix ( #4839 )
...
* add RHEL 9.6 to compat matrix
* add os support note
2025-05-30 14:55:52 -04:00
Jeffrey Novotny
106cecba5e
Update release notes with RHEL 9.6 ( #4848 )
2025-05-30 14:48:58 -04:00
Joseph Macaranas
d62d12fd55
[External CI] AlmaLinux 8 job for ROCR-Runtime ( #4852 )
...
- Added more dnf package mappings and a base-level dependency.
- Added missing os parameter for rocm dependencies call.
2025-05-30 14:09:58 -04:00
Daniel Su
bae5bdd177
Ex CI: add rocm-cmake to hipBLASLt ( #4843 )
2025-05-30 11:38:57 -04:00
Joseph Macaranas
8afca4af80
[External CI] AlmaLinux8 job for llvm-project ( #4849 )
...
- Removed building flang in this pipeline. Will build flang in the aomp pipeline to unblock progress on runtimes and first set of math libraries. Flang debug can also be moved to a cheaper VM.
- ninja-build from dnf is too old for llvm-project. Using a release from GitHub instead.
- Added more dnf package mappings.
- scl enable command is not needed.
2025-05-30 10:56:19 -04:00
Daniel Su
0c3e2ea01d
Ex CI: make miopen-get-ck-build only fetch from successful CK builds ( #4842 )
2025-05-30 09:51:53 -04:00
Daniel Su
086089128e
Ex CI: disable mathlibs-trigger triggers, fix template path ( #4838 )
2025-05-30 09:51:32 -04:00
Peter Park
6999c24402
Add microsoft/phi-4 vllm-benchmark-models ( #4801 )
...
* add Phi-4 to vllm-benchmark-models.yaml
fix model_repo
* update model group names
2025-05-30 06:37:13 -04:00
Peter Park
93fd0ef1d4
Update ML framework Docker inventories for 6.4.1 ( #4841 )
...
* Update tensorflow Docker compatibility table
* update jax Docker compatibility table
* fix py versions
* update pytorch Docker compatibility table
2025-05-29 18:33:31 -04:00
Peter Park
daf2e980d9
Add Falcon-180B to vLLM benchmark Docker doc ( #4836 )
...
* add Falcon to vllm-benchmark-models.yaml
* update group name
2025-05-29 18:26:21 -04:00
Daniel Su
f10d80f6cc
Merge pull request #4835 from ROCm/amd/danielsu/whole-mathlibs
...
Ex CI: start creating a unified mathlib build
2025-05-29 13:06:29 -04:00
Daniel Su
272c9eabc9
Ex CI: guard test jobs behind unifiedBuild check
2025-05-29 12:11:22 -04:00
Daniel Su
a62560342e
Ex CI: unified mathlibs build (up to rocSOLVER)
2025-05-29 12:11:17 -04:00
Joseph Macaranas
21a4565e02
[External CI] Add support for other OS profile builds, starting with AlmaLinux OS 8.10 ( #4823 )
...
- Modified job matrices and templates to support a second OS.
- Included creation of Virtual Machine Scale Sets running AlmaLinux OS 8.10 with GCC toolset 14 to match manylinux 2_28.
- Dependency download algorithm modified so that only a single array of package manager (apt) packages need to be provided as input and then the other package managers have a mapping of equivalent packages.
- Cleaned up python3-pip in the arrays as those should already be on the VMs.
- This will be an iterative process of getting components to build on this OS profile, and starting with the components that don't have interdependencies.
- Highest priority is to get the rocm-libraries working.
2025-05-28 16:12:53 -04:00
Daniel Su
394e3ffe11
Ex CI: remove SPARSEs as build dep for rocSOLVER ( #4822 )
2025-05-28 16:00:27 -04:00
Peter Park
2eb8bf4963
Fix typo in Megatron-LM Docker pull tags ( #4829 )
2025-05-28 15:18:00 -04:00
Peter Park
9dbc10b4c5
Fix rocm/vllm pull tag
...
Fix rocm/vllm pull tag
2025-05-28 14:42:21 -04:00
Peter Park
cebf0f5975
Add latest rocm/vllm Docker details in vLLM inference benchmark guide ( #4824 )
...
* update rocm/vllm Docker details to latest release
* Add previous vLLM version
* fix 'further reading' xrefs
* improve model grouping names
* fix links
* update model picker text
2025-05-28 14:20:18 -04:00
Peter Park
0acb457389
Add RDNA4 RX 9070 GRE to gpu-arch-specs.rst and RELEASE.md ( #4820 )
2025-05-28 10:19:30 -04:00
Daniel Su
9e23c2ea2b
Ex CI: pull rocPRIM builds from monorepo pipeline ( #4816 )
2025-05-27 17:11:45 -04:00
yugang-amd
080a7339f0
Update SGPR for RDNA3 and RDNA2 series ( #4810 )
2025-05-27 15:12:36 -04:00
Daniel Su
932d6f551b
Ex CI: use clr amd-staging builds again ( #4811 )
2025-05-27 12:18:12 -04:00
yugang-amd
fef80c324d
Bump up requirement version ( #4804 )
...
* bump up requirement version
* update requirements.txt
* Use Python 3.10
2025-05-27 10:58:19 -04:00
dependabot[bot]
5ffc336620
Build(deps): Bump tornado from 6.4.2 to 6.5.1 in /docs/sphinx ( #4796 )
...
Bumps [tornado](https://github.com/tornadoweb/tornado ) from 6.4.2 to 6.5.1.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst )
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.2...v6.5.1 )
---
updated-dependencies:
- dependency-name: tornado
dependency-version: 6.5.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-26 17:29:40 -06:00
dependabot[bot]
a6c5fc4a2c
Build(deps): Bump rocm-docs-core from 1.18.2 to 1.19.0 in /docs/sphinx ( #4806 )
...
Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core ) from 1.18.2 to 1.19.0.
- [Release notes](https://github.com/ROCm/rocm-docs-core/releases )
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.18.2...v1.19.0 )
---
updated-dependencies:
- dependency-name: rocm-docs-core
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-26 17:23:42 -06:00
yugang-amd
32939eed40
Merge pull request #4802 from yugang-amd/link-fix
...
fix broken links
2025-05-26 14:42:47 -04:00
yugang-amd
454331ba59
fix links
2025-05-26 13:50:25 -04:00
yugang-amd
637174f644
Merge pull request #4791 from yugang-amd/wavefront-size
...
Update wavefront size
2025-05-26 10:10:40 -04:00
yugang-amd
934ce63840
fix typo
2025-05-26 10:02:14 -04:00
yugang-amd
230b01565f
update wavefront size
2025-05-22 17:49:08 -04:00
Peter Park
505041d90a
Document specs for Radeon RX 9070 + small fix in megatron-lm doc ( #4780 )
...
* Document specs for Radeon RX 9070
* fix wrong version in megatron-lm.rst
2025-05-22 16:28:17 -04:00
Daniel Su
3ba79f9431
Ex CI: use clr amd-mainline temporarily ( #4781 )
2025-05-22 16:04:44 -04:00
yugang-amd
714b5395f8
Merge pull request #4773 from yugang-amd/rocshmem-xref
...
update rocSHMEM xrefs
2025-05-22 15:13:50 -04:00
Peter Park
9ed65a81c4
Add Megatron-LM benchmark doc 5/2 ( #4778 )
...
* reorg files
* add tabs
* update template
* update template
* update wordlist and toc
* add previous version to doc
* add selector paragraph
* update wordlist.txt
2025-05-22 14:28:18 -04:00