Parag Bhandari
ba90b9e61b
Removed merge conflict markers
2025-02-19 13:56:00 -05:00
Parag Bhandari
662a40a33f
Merge branch 'develop' into internal-develop
2025-02-19 13:35:46 -05:00
pbhandar-amd
fd4ccb9372
Update versions.md
2025-02-19 12:56:36 -05:00
Pratik Basyal
2170c18828
ROCTx marker known issue updated in 6.3.3. RN ( #311 )
...
* ROCTx markers known issue updated
* Leo's feedback incorporated
2025-02-18 16:45:22 -05:00
Joseph Macaranas
a89b135afb
rocPyDecode External CI: Use sudo for cmake install step ( #4388 )
...
- Change owner after running install steps, for packaging and upload.
- Necessary to support changes in https://github.com/ROCm/rocPyDecode/pull/160
2025-02-18 11:18:10 -05:00
Daniel Su
a61c2aeaf9
Ex CI: add rocm-cmake to rpp build job ( #4379 )
...
* Ex CI: add rocm-cmake to rpp build job
* add ROCM_PLATFORM_VERSION flag
2025-02-14 17:36:16 -05:00
Istvan Kiss
3b9f57166d
Update release notes ( #310 )
2025-02-14 13:56:58 -05:00
Daniel Su
062a1e069d
Ex CI: adjust MIOpen's CK fetch script to no longer find parent commits ( #4377 )
2025-02-14 11:42:23 -05:00
Daniel Su
6cc343f180
Ex CI: set ROCM_PATH for MIOpen tests ( #4371 )
2025-02-13 16:03:56 -05:00
Pratik Basyal
b75e5f2769
Reference text updated for documentation update in 633 RN ( #308 )
...
* ROCProfiler deprecation notice udpated
* Reduntant text removed
2025-02-13 15:02:47 -05:00
Pratik Basyal
4fb9291d33
ROCProfiler deprecation notice udpated ( #307 )
2025-02-13 12:31:32 -05:00
Peter Park
618b44ed23
add vllm docker to release highlights ( #306 )
2025-02-13 12:01:08 -05:00
Adel Johar
c52aa329c8
Merge pull request #4350 from ROCm/docs_device_version
...
Docs: Add Device Major/Minor Versions to gpu-arch-spec.rst
2025-02-13 14:41:01 +01:00
Adel Johar
1499f74c22
Docs: Add Device Major/Minor Versions to gpu-arch-spec.rst
2025-02-13 14:24:00 +01:00
Daniel Su
a9aaabcc68
Ex CI: remove manual hipify-perl chmod from rccl ( #4368 )
2025-02-12 11:36:53 -05:00
Pratik Basyal
35f4362e68
Release notes updates for ROCm 6.3.3 release ( #298 )
...
* Initial changes for 6.3.3 release updated in RN
* conf file updated
* 6.3.3 compatibility matrix updated
* 6.3.3 version update
* HIP documentation updated added
* Deprecation notice added
* ROCm Offline Installer updates added to Release Highlight
* CSV loading error fixed
* ROCm System Profiler 0.1.2 updated added
* Reference to Offline Installer updated
* Resolved issues removed
* Azure Linux support for 6.3.2 added
* Minor update in ROCm Offline Installer highlight
Co-authored-by: Jeffrey Novotny <jnovotny@amd.com >
---------
Co-authored-by: Jeffrey Novotny <jnovotny@amd.com >
2025-02-12 09:24:58 -05:00
dependabot[bot]
24603ac37a
Build(deps): Bump cryptography from 43.0.3 to 44.0.1 in /docs/sphinx ( #4365 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 43.0.3 to 44.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.1 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-11 17:01:16 -07:00
Joseph Macaranas
a6b1c656b0
External CI: Fix ROCR common test suite build ( #4364 )
...
- Removing the creation of expected folders and symbolic links as workaround to get the test components compiling.
- Set the only OpenCL build flag affecting the build.
2025-02-11 14:44:26 -05:00
Joseph Macaranas
82cf58912c
External CI: Fix failures for rocprofiler-systems and ROCR-Runtime ( #4361 )
...
- Add rocm_smi_lib dependency to rocprofiler-systems.
- Explicitly set OPENCL_INC_DIR in ROCR-Runtime test job.
2025-02-10 14:06:59 -05:00
Pratik Basyal
c469e34b27
Debian 12 support for single-node added ( #300 ) ( #4357 )
2025-02-10 09:33:27 -05:00
Pratik Basyal
63b8d9da7b
Debian 12 support for single-node added ( #300 )
2025-02-07 17:47:00 -05:00
Joseph Macaranas
b6d19bd91c
External CI: rocWMMA ROCM_PLATFORM_VERSION value set ( #4353 )
...
- Set the value of this expected variable to fix build failures.
2025-02-06 17:06:29 -05:00
Peter Park
2751a17cf0
Update vLLM benchmarking guide ( #4347 )
...
* update vllm-benchmark
fix hlist overflow
update standalone benchmarking options
update list of models
fix typo and model name
unnecessary duplicate info
update formatting
update vllm benchmark guide
- remove Llama 2 FP8
- add Jais 13B
- update commands
update docker pull tag
update MAD available models
remove extra mad models not relevant to vllm
update PyTorch version
add changelog
add model names to .wordlist.txt
* Update docs/how-to/rocm-for-ai/inference/vllm-benchmark.rst
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com >
* Update docs/how-to/rocm-for-ai/inference/vllm-benchmark.rst
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com >
* Update docs/how-to/rocm-for-ai/inference/vllm-benchmark.rst
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com >
* fix typo
* update link
* fix link text
* change changelog to previous versions
* fix typo
* remove "for"
---------
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com >
2025-02-05 17:18:35 -05:00
Peter Park
9b0ae86b1b
Fix ROCm Bandwidth Test license type
...
Fix ROCm Bandwidth Test license type
2025-02-05 16:40:31 -05:00
harkgill-amd
16f7cb4c04
Update issue workflow to trigger on edit ( #4346 )
2025-02-05 14:46:16 -05:00
harkgill-amd
de007b6faf
Update issue_retrieval.yml ( #4342 )
2025-02-05 13:21:44 -05:00
Daniel Su
aa1333269c
Ex CI: add ROCM_PATH to rocBLAS ( #4343 )
2025-02-05 13:20:36 -05:00
Pratik Basyal
acb8f60304
Radeon support note updated in 6.3.2 ( #4339 )
2025-02-04 17:44:24 -05:00
Istvan Kiss
faa67965dd
Precision support page update
2025-02-04 16:17:31 +01:00
Daniel Su
7179f2a72f
Ex CI: add REPO_RADEON_VERSION as a global variable, clean up other variables ( #4334 )
2025-02-03 16:04:07 -05:00
Daniel Su
0df0f74312
Ex CI: rocprof-sdk & rocprof-systems VCN tracing dependencies ( #4332 )
2025-02-03 11:00:52 -05:00
Pratik Basyal
f885b5df6e
Updated ROCm install on Linux installation method link ( #4313 )
2025-01-31 16:48:33 -05:00
dependabot[bot]
ee70cb0bb5
Build(deps): Bump rocm-docs-core from 1.13.0 to 1.15.0 in /docs/sphinx ( #4315 )
...
Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core ) from 1.13.0 to 1.15.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.13.0...v1.15.0 )
---
updated-dependencies:
- dependency-name: rocm-docs-core
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-01-29 17:14:55 -07:00
Jeffrey Novotny
d401b5f152
Add ToC and index links to the AI Developer Tutorials ( #4312 )
...
* Add ToC and index links to the AI Developer Tutorials
* Change link positioning
* Change wording
2025-01-29 14:43:32 -05:00
jharryma
7b7a6eac7c
Merge pull request #4309 from ROCm/jharryma/add-6.3.2.xml
...
Create rocm-6.3.2.xml
2025-01-28 17:02:04 -05:00
jharryma
7a5531f054
Create rocm-6.3.2.xml
2025-01-28 16:45:46 -05:00
Pratik Basyal
a414216ff4
Duplication from GA merge resolved ( #4308 )
...
* Duplication from GA merge resolved
* Date updated
2025-01-28 16:39:49 -05:00
jharryma
73a09df46b
Merge pull request #4307 from ROCm/jharryma/update-docs-to-6.3.2
...
Change version from 6.3.1 to 6.3.2
2025-01-28 16:34:08 -05:00
jharryma
4942071bd6
Change version from 6.3.1 to 6.3.2
2025-01-28 13:13:36 -08:00
Joseph Macaranas
de260f7238
External CI: Docker Environment Creation Apt Fix ( #4304 )
...
- Add DEBIAN_FRONTEND=noninteractive to apt install calls in the Dockerfile creation.
- Make parameter order consistent with these apt calls.
2025-01-28 14:42:26 -05:00
Alex Xu
0f458fe593
Merge remote-tracking branch 'internal/develop' into develop
2025-01-28 14:25:12 -05:00
alexxu-amd
d878f49107
Update versions.md for 6.3.2
2025-01-28 14:22:45 -05:00
alexxu-amd
82761d315b
Merge pull request #4303 from ROCm/sync-develop-from-internal
...
Sync develop from internal (6.3.2)
2025-01-28 14:08:18 -05:00
Alex Xu
25b71fc30d
Merge remote-tracking branch 'internal/develop' into sync-develop-from-internal
2025-01-28 13:37:45 -05:00
Pratik Basyal
3af84601f8
Final changes moved to autotag template ( #295 )
...
* Final changes moved to autotag template
* VCN added
2025-01-28 13:25:10 -05:00
Pratik Basyal
874fbf41f1
GA ready final changes to 632 RN ( #294 )
...
* Internal, staging, and 6.3.1 links updated to public, latest, and 6.3.2
* AZ Linux Quick start link updated
2025-01-28 12:58:36 -05:00
Daniel Su
034be4f85b
Ex CI: rccl, rocDecode, rocJPEG fixes ( #4300 )
2025-01-27 16:59:31 -05:00
Pratik Basyal
353d2fe1c1
2nd POC for How to Use ROCm for AI ( #282 ) ( #4299 )
...
* New TOC for ROCm for AI developed
Co-authored-by: Peter Park <peter.park@amd.com >
2025-01-27 15:49:21 -05:00
Pratik Basyal
e8cfc3681d
VCN resolved issue in 632 RN updated ( #292 )
2025-01-27 15:17:04 -05:00
Joseph Macaranas
5fabb45bd1
External CI: Print out artifact download links ( #4297 )
...
- Also, fixes to rocprofiler-sdk when incorporating recent features.
- URL encoding algorithm converts trailing '=' in the base64 string to an integer representing the number of those trailing '=' characters.
2025-01-27 09:50:22 -05:00