Commit Graph

1516 Commits

Author SHA1 Message Date
Peter Park
a767625af8 Add missed ROCm SMI changelog notes (#3168)
Fix link to rocm_smi_lib changelog

Update RELEASE.md
2024-05-29 14:46:22 -04:00
Peter Park
56527ed38f Merge pull request #3176 from peterjunpark/docs/6.1.1
docs/6.1.1: Reorg 'Deep learning' and 'Tuning guides' docs (#3153)
2024-05-29 11:24:32 -07:00
Peter Park
fd337ac220 Reorg 'Deep learning' and 'Tuning guides' docs (#3153)
* Rename 'Tuning guides' to 'Hardware optimization'

* Move deep learning to Install section

* Change 'Hardware' to 'System' to align with index.md

* Satisfy spellcheck linter

* adding new framework install graphic with JAX

* Fix link to ROCm libraries list

* crop framework_install graphic

* Reset .wordlist.txt update

* Prettify deep learning framework installation page

* Change spacing in list of frameworks

---------

Co-authored-by: Young Hui <young.hui@amd.com>
2024-05-29 14:14:41 -04:00
Sam Wu
bca631057b Merge pull request #3165 from ROCm/roc-6.1.x
Merge roc-6.1.x into docs/6.1.1
2024-05-27 16:24:11 -06:00
Sam Wu
548f817138 Merge pull request #3148 from ROCm/develop
Merge develop into roc-6.1.x
2024-05-27 16:05:47 -06:00
Peter Park
4a503eaae8 Merge pull request #3163 from peterjunpark/docs/6.1.1
docs/6.1.1: Re-add glossary to hardware specification table (#3073)
2024-05-27 14:15:42 -07:00
MKKnorr
51ad14c3fa Re-add glossary to hardware specification table (#3073)
* Re-add glossary to hardware specification table

* PR findings

* PR findings

PR findings

* Update docs/reference/gpu-arch-specs.rst

Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>

* Update docs/reference/gpu-arch-specs.rst

Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>

* Update docs/reference/gpu-arch-specs.rst

Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>

* Update docs/reference/gpu-arch-specs.rst

Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>

* PR findings

---------

Co-authored-by: Istvan Kiss <neon60@gmail.com>
Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>
2024-05-27 15:54:58 -04:00
MKKnorr
f4a688e0a5 Re-add glossary to hardware specification table (#3073)
* Re-add glossary to hardware specification table

* PR findings

* PR findings

PR findings

* Update docs/reference/gpu-arch-specs.rst

Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>

* Update docs/reference/gpu-arch-specs.rst

Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>

* Update docs/reference/gpu-arch-specs.rst

Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>

* Update docs/reference/gpu-arch-specs.rst

Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>

* PR findings

---------

Co-authored-by: Istvan Kiss <neon60@gmail.com>
Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>
2024-05-27 13:31:25 -04:00
Joseph Macaranas
22f84ab306 Compiling dockerless AMDMIGraphX pipeline (#3159) 2024-05-27 10:53:10 -04:00
Kiriti Gowda
35af6c822f Update MIVisionX.yml (#3155) 2024-05-24 05:48:56 -04:00
Kiriti Gowda
3112f97fe8 Update rocDecode.yml (#3156) 2024-05-24 05:48:13 -04:00
Joseph Macaranas
53760c0de4 External CI pipelines for openmp-extras repos (#3151)
Separate tag-build pipelines for aomp and aomp-extras to unblock other work.
2024-05-23 13:32:05 -04:00
Peter Park
3a36448d25 Merge pull request #3147 from peterjunpark/docs/6.1.1
Fix links to component docs in What is ROCm?
2024-05-22 10:24:20 -07:00
Peter Park
bf7eb29266 Change ROCR-Runtime to relative link (#3143) 2024-05-22 10:29:44 -04:00
Peter Park
d8f23a1825 Update What is ROCm?: remove RCP from components and change repo links to ROCm docs (#3129)
* Remove Radeon Compute Profiler from list of components

* Update ROCm CMake and ROCr links
2024-05-22 10:29:19 -04:00
Peter Park
48bd77a816 Change ROCR-Runtime to relative link (#3143) 2024-05-21 16:19:26 -04:00
Joseph Macaranas
7f2fabeb9d Remove docker image dependency from some External CI (#3140)
- Fixed compilers to pick amdclang.
- Added ldconfig step for setting up linking of shared libraries.
- Set Azure VMs to medium only.
- Remove empty directories in published tarballs.
2024-05-21 11:05:49 -04:00
Joseph Macaranas
648c6e0b57 CODEOWNERS nested folders pattern (#3141)
As documented in the link below, patterns ending with "/*" do not include further nested files and folders. Desired behaviour is to catch these further nested files and folders.

https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2024-05-21 11:05:12 -04:00
Sam Wu
514b48b893 Merge pull request #3138 from samjwu/extci
Update CODEOWNERS syntax for .azuredevops directory
2024-05-17 11:13:46 -06:00
alexxu-amd
69366d85aa Add pipelines for third party components (#3137) 2024-05-17 11:32:49 -04:00
Joseph Macaranas
cabe2f652b External CI: Updating linker flags (#3139)
After examining the build products of recent builds and consuming them for other components, observed some additional flags should be added. Used rocm-build repo for reference.
2024-05-17 10:44:54 -04:00
Joseph Macaranas
d965435f6b Example of using pipeline artifacts instead of apt install (#3136) 2024-05-17 04:41:35 -04:00
Sam Wu
567a90821e Update CODEOWNERS syntax for .azuredevops directory 2024-05-16 16:56:11 -06:00
Joseph Macaranas
d18b2339de Add build pools, change gpu targets, and build tests (#3115)
To best determine hardware specs per repo, added more build pool options with varying number of vCPUs, RAM size, etc. and will kick off builds with test targets enabled to determine long-term cost values.

Co-authored-by: alexxu-amd <alexxu12@amd.com>
2024-05-15 11:38:49 -04:00
Peter Park
c12703cfbb Update What is ROCm?: remove RCP from components and change repo links to ROCm docs (#3129)
* Remove Radeon Compute Profiler from list of components

* Update ROCm CMake and ROCr links
2024-05-14 15:11:57 -04:00
Sam Wu
8d0bd47528 Sync develop branch 2024-05-13 13:01:59 -06:00
Peter Park
0d6fe34d59 Merge pull request #3128 from ROCm/roc-6.1.x
Merge roc-6.1.x into docs/6.1.1
2024-05-13 11:10:46 -07:00
Sam Wu
03d3d29cbc Merge branch 'docs/6.1.1' into roc-6.1.x 2024-05-13 12:04:24 -06:00
Sam Wu
bc23692397 Merge pull request #3127 from ROCm/develop
Remove hipify from 6.1.1 changelog (#3125)
2024-05-13 12:01:54 -06:00
Peter Park
06e5a33d01 Remove hipify from 6.1.1 changelog (#3125) 2024-05-13 12:40:36 -04:00
Sam Wu
ba4cb49cbf Merge roc-6.1.x into docs/6.1.1 (#3119)
* updates for SWDEV-459863 (#3113)

* Created pipelines for the External CI project (#3105)

Created pipelines for the following components.

AMDMIGraphX
hipfort
rocSOLVER
rocWMMA

Co-authored-by: amd-jmacaran <Joseph.Macaranas@amd.com>
Co-authored-by: Joseph Macaranas <145489236+amd-jmacaran@users.noreply.github.com>

* Update Ubuntu kernel versions in Release Notes and Changelog (#3116)

* Update Ubuntu kernel versions for 6.1.1 changelog and release notes

* Add link to GitHub issue for ROCm SMI in changelog and RN

* Fix ROCm SMI GH issue link

* Update kernel versions format

* Update kernel version format for readability

* Update kernel version brackets

---------

Co-authored-by: randyh62 <42045079+randyh62@users.noreply.github.com>
Co-authored-by: abhimeda <138710508+abhimeda@users.noreply.github.com>
Co-authored-by: amd-jmacaran <Joseph.Macaranas@amd.com>
Co-authored-by: Joseph Macaranas <145489236+amd-jmacaran@users.noreply.github.com>
Co-authored-by: Peter Park <peter.park@amd.com>
2024-05-10 14:31:19 -04:00
Sam Wu
d7ccf15563 Merge pull request #3118 from ROCm/develop
Merge develop into roc-6.1.x
2024-05-10 12:28:21 -06:00
Peter Jun Park
740309b043 Update kernel version brackets 2024-05-10 11:26:50 -07:00
Peter Jun Park
197068dada Update kernel version format 2024-05-10 11:26:50 -07:00
Peter Jun Park
8de25750a4 Update 6.1.1.md
Update Ubuntu kernel versions
Add link to ROCm SMI known issue in GH
2024-05-10 11:26:50 -07:00
Peter Park
85e08cb0c8 Update Ubuntu kernel versions in Release Notes and Changelog (#3116)
* Update Ubuntu kernel versions for 6.1.1 changelog and release notes

* Add link to GitHub issue for ROCm SMI in changelog and RN

* Fix ROCm SMI GH issue link

* Update kernel versions format

* Update kernel version format for readability

* Update kernel version brackets
2024-05-10 14:22:37 -04:00
randyh62
70f8dba582 updates for SWDEV-459863 (#3114) 2024-05-10 08:55:46 -07:00
abhimeda
95b706d021 Created pipelines for the External CI project (#3105)
Created pipelines for the following components.

AMDMIGraphX
hipfort
rocSOLVER
rocWMMA

Co-authored-by: amd-jmacaran <Joseph.Macaranas@amd.com>
Co-authored-by: Joseph Macaranas <145489236+amd-jmacaran@users.noreply.github.com>
2024-05-09 17:52:57 -04:00
randyh62
7ebd810f7a updates for SWDEV-459863 (#3113) 2024-05-09 12:42:48 -07:00
Sam Wu
ef62da6cb3 Merge branch 'roc-6.1.x' into docs/6.1.1 2024-05-09 12:27:09 -06:00
Sam Wu
8b7370dbe6 Merge branch 'develop' into roc-6.1.x 2024-05-09 12:25:51 -06:00
Joseph Macaranas
5c659fc959 External CI Tag Build Updates for Three Repos (#3111)
-Updating build flags for llvm-project to support another pipeline to work with aomp repos.
-Added support for rocMLIR component.
-Removed MIVisionX python dependency script and leveraged existing dependencies template.
-Change to use cloud systems
2024-05-09 13:55:35 -04:00
alexxu-amd
511d26de53 Adding External CI pipeline for MIOpen (#3109) 2024-05-09 13:35:06 -04:00
Sam Wu
7698b57494 Update CODEOWNERS with external ci team and yhui (#3110)
* Add external ci team as owners for azure devops workflow folder

* Add yhuiYH to codeowners
2024-05-09 13:17:35 -04:00
abhimeda
f1894fde2e Converting builds from install script to cmake for the External CI project (#3104)
Co-authored-by: Joseph Macaranas 
Co-authored-by: Alex Xu
2024-05-09 12:56:24 -04:00
Sam Wu
f982da3add Add 6.1.1 to version list (#3107) 2024-05-09 12:49:39 -04:00
Sam Wu
3ab619ffc4 Add more explanation about doc requirements (#3108)
* Add more explanation about doc requirements

* Fix spelling
2024-05-09 10:22:52 -06:00
Sam Wu
7dcf0c7b82 Update manifest to 6.1.1 (#3101) 2024-05-09 09:55:04 -06:00
alexxu-amd
6f8a002c23 Tag build pipelines for four ROCm repos (#3096)
-rdc
-rpp
-hipTensor
-composable_kernel

Co-authored-by: amd-jmacaran joseph.macaranas@amd.com
Co-authored-by: abhimeda abhinav.meda@amd.com
2024-05-09 00:57:29 -04:00
Sam Wu
033a351b34 Merge branch 'roc-6.1.x' into docs/6.1.1 2024-05-08 16:52:36 -06:00