mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-22 21:18:02 -05:00
Compare commits
11 Commits
deep-710
...
target-ext
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a026814d5 | ||
|
|
82e4e99c19 | ||
|
|
dd95373e54 | ||
|
|
d07959dd31 | ||
|
|
a471b4fc9b | ||
|
|
2ff669f857 | ||
|
|
ec7c3b02e2 | ||
|
|
fdc822ac3d | ||
|
|
28c7e27bc1 | ||
|
|
ce021488d0 | ||
|
|
3cd7eec265 |
@@ -297,7 +297,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/llvm/llvm-project/blob/main/clang/docs/LanguageExtensions.rst#target-specific-extensions):
|
* Improved [target-specific extensions](https://github.com/ROCm/llvm-project/blob/c2535466c6e40acd5ecf6ba1676a4e069c6245cc/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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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/github_scripts/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
|
||||||
@@ -136,13 +134,13 @@ packaging==25.0
|
|||||||
# ipykernel
|
# ipykernel
|
||||||
# pydata-sphinx-theme
|
# 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 +148,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.15.4
|
||||||
# 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 +164,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 +176,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 +184,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.20.1
|
||||||
# via -r requirements.in
|
# via -r /mnt/github_scripts/nonstandard/ROCm/requirements.in
|
||||||
rpds-py==0.25.1
|
rpds-py==0.27.1
|
||||||
# via
|
# via
|
||||||
# jsonschema
|
# jsonschema
|
||||||
# referencing
|
# referencing
|
||||||
@@ -202,7 +200,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
|
||||||
@@ -233,13 +231,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/github_scripts/nonstandard/ROCm/requirements.in
|
||||||
sphinx-sitemap==2.8.0
|
sphinx-sitemap==2.8.0
|
||||||
# via -r requirements.in
|
# via -r /mnt/github_scripts/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/github_scripts/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 +250,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 +258,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 +271,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 +287,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
|
||||||
|
|||||||
Reference in New Issue
Block a user