Compare commits

...

16 Commits

Author SHA1 Message Date
randyh62
7c091ac33f Update RELEASE.md
update llvm-project link URL
2025-09-16 07:29:57 -07:00
anisha-amd
1214bd84ed Docs: deep learning table fix 2025-09-16 09:26:45 -04:00
Parag Bhandari
f8cb05fd07 Merge branch 'roc-7.0.x' into docs/7.0.0 2025-09-16 08:20:03 -04:00
Pratik Basyal
22a9ab4626 700 reset link [Develop] (#5325) (#5327)
* TOC link update and manifest removed

* Link reset

* Changelog synced
2025-09-16 08:10:42 -04:00
Parag Bhandari
63d8f852da Merge branch 'roc-7.0.x' into docs/7.0.0 2025-09-16 07:37:31 -04:00
Pratik Basyal
72127d21d3 700 update pre GA batch1 (#5322) (#5324)
* Fix PLDM note for ROCm 7.0 (#5320)

* fix pdlm for mi300x

* update debian 12 support note

* 7.0.0 Release notes update Batch 9 (#559)

* Changelog synced

* Compatibilty updated

* Compatibilty update

* Compiler highlight updated

* wordlist updated

---------

Co-authored-by: Peter Park <peter.park@amd.com>
2025-09-16 06:31:27 -05:00
Parag Bhandari
ecbcc9b11f Merge branch 'develop' into docs/7.0.0 2025-09-16 06:09:57 -04:00
pbhandar-amd
76571df432 Sync develop into docs/7.0.0 2025-09-15 21:44:26 -04:00
pbhandar-amd
40ffdeb995 Sync develop into docs/7.0.0 2025-09-15 12:14:07 -04:00
pbhandar-amd
681f31fbb2 Sync develop into docs/7.0.0 2025-09-11 17:55:27 -04:00
pbhandar-amd
ceae5bc124 Update documentation requirements for ROCm 2025-09-11 15:27:33 -04:00
anisha-amd
5f516799fe Docs: adding ray and llama.cpp live blog links (#5290) (#5292) 2025-09-10 15:15:41 -04:00
anisha-amd
d6e4bb6ff6 Docs: frameworks compatibility- ray and llama.cpp (#5273) (#5275) 2025-09-09 12:36:25 -04:00
pbhandar-amd
25ec3eec87 Sync develop into docs/7.0.0 2025-08-28 17:44:53 -04:00
pbhandar-amd
6048413d0d Update documentation requirements 2025-08-28 17:09:16 -04:00
pbhandar-amd
94a4e655a7 Update requirements.in 2025-08-28 16:48:02 -04:00
3 changed files with 40 additions and 46 deletions

View File

@@ -172,7 +172,7 @@ Key compiler enhancements include:
* Comgr: * Comgr:
* Added support for an in-memory virtual file system (VFS) for storing temporary files generated during intermediate compilation steps. This is designed to improve performance by reducing on-disk file I/O. Currently, VFS is supported only for the device library link step, with plans for expanded support in future releases. * Added support for an in-memory virtual file system (VFS) for storing temporary files generated during intermediate compilation steps. This is designed to improve performance by reducing on-disk file I/O. Currently, VFS is supported only for the device library link step, with plans for expanded support in future releases.
* SPIR-V: * SPIR-V:
* Improved [target-specific extensions](https://github.com/ROCm/llvm-project/blob/c2535466c6e40acd5ecf6ba1676a4e069c6245cc/clang/docs/LanguageExtensions.rst): * Improved [target-specific extensions](https://github.com/llvm/llvm-project/blob/main/clang/docs/LanguageExtensions.rst#target-specific-extensions):
* Added a new target-specific builtin ``__builtin_amdgcn_processor_is`` for late or deferred queries of the current target processor. * Added a new target-specific builtin ``__builtin_amdgcn_processor_is`` for late or deferred queries of the current target processor.
* Added a new target-specific builtin ``__builtin_amdgcn_is_invocable``, enabling fine-grained, per-builtin feature availability. * Added a new target-specific builtin ``__builtin_amdgcn_is_invocable``, enabling fine-grained, per-builtin feature availability.
* The compiler driver now uses parallel code generation by default when compiling using full LTO (including when using the `-fgpu-rdc` option) for HIP. This divides the optimized LLVM IR module into roughly equal partitions before instruction selection and lowering, which can help improve build times. * The compiler driver now uses parallel code generation by default when compiling using full LTO (including when using the `-fgpu-rdc` option) for HIP. This divides the optimized LLVM IR module into roughly equal partitions before instruction selection and lowering, which can help improve build times.

View File

@@ -1,4 +1,4 @@
rocm-docs-core==1.20.1 rocm-docs-core==1.23.0
sphinx-reredirects sphinx-reredirects
sphinx-sitemap sphinx-sitemap
sphinxcontrib.datatemplates==0.11.0 sphinxcontrib.datatemplates==0.11.0

View File

@@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10 # This file is autogenerated by pip-compile with Python 3.10
# by the following command: # by the following command:
# #
# pip-compile requirements.in # pip-compile /mnt/nonstandard/ROCm/requirements.in
# #
accessible-pygments==0.0.5 accessible-pygments==0.0.5
# via pydata-sphinx-theme # via pydata-sphinx-theme
@@ -19,34 +19,32 @@ babel==2.17.0
# via # via
# pydata-sphinx-theme # pydata-sphinx-theme
# sphinx # sphinx
beautifulsoup4==4.13.4 beautifulsoup4==4.13.5
# via pydata-sphinx-theme # via pydata-sphinx-theme
breathe==4.36.0 breathe==4.36.0
# via rocm-docs-core # via rocm-docs-core
certifi==2025.4.26 certifi==2025.8.3
# via requests # via requests
cffi==1.17.1 cffi==2.0.0
# via # via
# cryptography # cryptography
# pynacl # pynacl
charset-normalizer==3.4.2 charset-normalizer==3.4.3
# via requests # via requests
click==8.2.1 click==8.2.1
# via # via
# jupyter-cache # jupyter-cache
# sphinx-external-toc # sphinx-external-toc
comm==0.2.2 comm==0.2.3
# via ipykernel # via ipykernel
cryptography==45.0.3 cryptography==45.0.7
# via pyjwt # via pyjwt
debugpy==1.8.14 debugpy==1.8.16
# via ipykernel # via ipykernel
decorator==5.2.1 decorator==5.2.1
# via ipython # via ipython
defusedxml==0.7.1 defusedxml==0.7.1
# via sphinxcontrib-datatemplates # via sphinxcontrib-datatemplates
deprecated==1.2.18
# via pygithub
docutils==0.21.2 docutils==0.21.2
# via # via
# myst-parser # myst-parser
@@ -54,17 +52,17 @@ docutils==0.21.2
# sphinx # sphinx
exceptiongroup==1.3.0 exceptiongroup==1.3.0
# via ipython # via ipython
executing==2.2.0 executing==2.2.1
# via stack-data # via stack-data
fastjsonschema==2.21.1 fastjsonschema==2.21.2
# via # via
# nbformat # nbformat
# rocm-docs-core # rocm-docs-core
gitdb==4.0.12 gitdb==4.0.12
# via gitpython # via gitpython
gitpython==3.1.44 gitpython==3.1.45
# via rocm-docs-core # via rocm-docs-core
greenlet==3.2.3 greenlet==3.2.4
# via sqlalchemy # via sqlalchemy
idna==3.10 idna==3.10
# via requests # via requests
@@ -74,7 +72,7 @@ importlib-metadata==8.7.0
# via # via
# jupyter-cache # jupyter-cache
# myst-nb # myst-nb
ipykernel==6.29.5 ipykernel==6.30.1
# via myst-nb # via myst-nb
ipython==8.37.0 ipython==8.37.0
# via # via
@@ -86,9 +84,9 @@ jinja2==3.1.6
# via # via
# myst-parser # myst-parser
# sphinx # sphinx
jsonschema==4.24.0 jsonschema==4.25.1
# via nbformat # via nbformat
jsonschema-specifications==2025.4.1 jsonschema-specifications==2025.9.1
# via jsonschema # via jsonschema
jupyter-cache==1.0.1 jupyter-cache==1.0.1
# via myst-nb # via myst-nb
@@ -112,11 +110,11 @@ matplotlib-inline==0.1.7
# via # via
# ipykernel # ipykernel
# ipython # ipython
mdit-py-plugins==0.4.2 mdit-py-plugins==0.5.0
# via myst-parser # via myst-parser
mdurl==0.1.2 mdurl==0.1.2
# via markdown-it-py # via markdown-it-py
myst-nb==1.2.0 myst-nb==1.3.0
# via rocm-docs-core # via rocm-docs-core
myst-parser==4.0.1 myst-parser==4.0.1
# via myst-nb # via myst-nb
@@ -134,15 +132,14 @@ nest-asyncio==1.6.0
packaging==25.0 packaging==25.0
# via # via
# ipykernel # ipykernel
# pydata-sphinx-theme
# sphinx # sphinx
parso==0.8.4 parso==0.8.5
# via jedi # via jedi
pexpect==4.9.0 pexpect==4.9.0
# via ipython # via ipython
platformdirs==4.3.8 platformdirs==4.4.0
# via jupyter-core # via jupyter-core
prompt-toolkit==3.0.51 prompt-toolkit==3.0.52
# via ipython # via ipython
psutil==7.0.0 psutil==7.0.0
# via ipykernel # via ipykernel
@@ -150,15 +147,15 @@ ptyprocess==0.7.0
# via pexpect # via pexpect
pure-eval==0.2.3 pure-eval==0.2.3
# via stack-data # via stack-data
pycparser==2.22 pycparser==2.23
# via cffi # via cffi
pydata-sphinx-theme==0.15.4 pydata-sphinx-theme==0.16.1
# via # via
# rocm-docs-core # rocm-docs-core
# sphinx-book-theme # sphinx-book-theme
pygithub==2.6.1 pygithub==2.8.1
# via rocm-docs-core # via rocm-docs-core
pygments==2.19.1 pygments==2.19.2
# via # via
# accessible-pygments # accessible-pygments
# ipython # ipython
@@ -166,7 +163,7 @@ pygments==2.19.1
# sphinx # sphinx
pyjwt[crypto]==2.10.1 pyjwt[crypto]==2.10.1
# via pygithub # via pygithub
pynacl==1.5.0 pynacl==1.6.0
# via pygithub # via pygithub
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
# via jupyter-client # via jupyter-client
@@ -178,7 +175,7 @@ pyyaml==6.0.2
# rocm-docs-core # rocm-docs-core
# sphinx-external-toc # sphinx-external-toc
# sphinxcontrib-datatemplates # sphinxcontrib-datatemplates
pyzmq==26.4.0 pyzmq==27.1.0
# via # via
# ipykernel # ipykernel
# jupyter-client # jupyter-client
@@ -186,13 +183,13 @@ referencing==0.36.2
# via # via
# jsonschema # jsonschema
# jsonschema-specifications # jsonschema-specifications
requests==2.32.4 requests==2.32.5
# via # via
# pygithub # pygithub
# sphinx # sphinx
rocm-docs-core==1.20.1 rocm-docs-core==1.23.0
# via -r requirements.in # via -r /mnt/nonstandard/ROCm/requirements.in
rpds-py==0.25.1 rpds-py==0.27.1
# via # via
# jsonschema # jsonschema
# referencing # referencing
@@ -202,7 +199,7 @@ smmap==5.0.2
# via gitdb # via gitdb
snowballstemmer==3.0.1 snowballstemmer==3.0.1
# via sphinx # via sphinx
soupsieve==2.7 soupsieve==2.8
# via beautifulsoup4 # via beautifulsoup4
sphinx==8.1.3 sphinx==8.1.3
# via # via
@@ -220,7 +217,7 @@ sphinx==8.1.3
# sphinx-reredirects # sphinx-reredirects
# sphinxcontrib-datatemplates # sphinxcontrib-datatemplates
# sphinxcontrib-runcmd # sphinxcontrib-runcmd
sphinx-book-theme==1.1.4 sphinx-book-theme==1.1.3
# via rocm-docs-core # via rocm-docs-core
sphinx-copybutton==0.5.2 sphinx-copybutton==0.5.2
# via rocm-docs-core # via rocm-docs-core
@@ -233,13 +230,13 @@ sphinx-last-updated-by-git==0.3.8
sphinx-notfound-page==1.1.0 sphinx-notfound-page==1.1.0
# via rocm-docs-core # via rocm-docs-core
sphinx-reredirects==0.1.6 sphinx-reredirects==0.1.6
# via -r requirements.in # via -r /mnt/nonstandard/ROCm/requirements.in
sphinx-sitemap==2.8.0 sphinx-sitemap==2.8.0
# via -r requirements.in # via -r /mnt/nonstandard/ROCm/requirements.in
sphinxcontrib-applehelp==2.0.0 sphinxcontrib-applehelp==2.0.0
# via sphinx # via sphinx
sphinxcontrib-datatemplates==0.11.0 sphinxcontrib-datatemplates==0.11.0
# via -r requirements.in # via -r /mnt/nonstandard/ROCm/requirements.in
sphinxcontrib-devhelp==2.0.0 sphinxcontrib-devhelp==2.0.0
# via sphinx # via sphinx
sphinxcontrib-htmlhelp==2.1.0 sphinxcontrib-htmlhelp==2.1.0
@@ -252,7 +249,7 @@ sphinxcontrib-runcmd==0.2.0
# via sphinxcontrib-datatemplates # via sphinxcontrib-datatemplates
sphinxcontrib-serializinghtml==2.0.0 sphinxcontrib-serializinghtml==2.0.0
# via sphinx # via sphinx
sqlalchemy==2.0.41 sqlalchemy==2.0.43
# via jupyter-cache # via jupyter-cache
stack-data==0.6.3 stack-data==0.6.3
# via ipython # via ipython
@@ -260,13 +257,12 @@ tabulate==0.9.0
# via jupyter-cache # via jupyter-cache
tomli==2.2.1 tomli==2.2.1
# via sphinx # via sphinx
tornado==6.5.1 tornado==6.5.2
# via # via
# ipykernel # ipykernel
# jupyter-client # jupyter-client
traitlets==5.14.3 traitlets==5.14.3
# via # via
# comm
# ipykernel # ipykernel
# ipython # ipython
# jupyter-client # jupyter-client
@@ -274,7 +270,7 @@ traitlets==5.14.3
# matplotlib-inline # matplotlib-inline
# nbclient # nbclient
# nbformat # nbformat
typing-extensions==4.14.0 typing-extensions==4.15.0
# via # via
# beautifulsoup4 # beautifulsoup4
# exceptiongroup # exceptiongroup
@@ -290,7 +286,5 @@ urllib3==2.5.0
# requests # requests
wcwidth==0.2.13 wcwidth==0.2.13
# via prompt-toolkit # via prompt-toolkit
wrapt==1.17.2
# via deprecated
zipp==3.23.0 zipp==3.23.0
# via importlib-metadata # via importlib-metadata