mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-20 03:57:59 -05:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8aa43d132f | ||
|
|
45bd726f55 | ||
|
|
33fbde69db | ||
|
|
2851f89992 | ||
|
|
d31ca06bea |
@@ -32,7 +32,6 @@ parameters:
|
|||||||
- name: aptPackages
|
- name: aptPackages
|
||||||
type: object
|
type: object
|
||||||
default:
|
default:
|
||||||
- cmake
|
|
||||||
- gfortran
|
- gfortran
|
||||||
- git
|
- git
|
||||||
- libboost-program-options-dev
|
- libboost-program-options-dev
|
||||||
@@ -42,6 +41,7 @@ parameters:
|
|||||||
- name: rocmDependencies
|
- name: rocmDependencies
|
||||||
type: object
|
type: object
|
||||||
default:
|
default:
|
||||||
|
- aomp
|
||||||
- clr
|
- clr
|
||||||
- llvm-project
|
- llvm-project
|
||||||
- rocminfo
|
- rocminfo
|
||||||
@@ -51,6 +51,7 @@ parameters:
|
|||||||
- name: rocmTestDependencies
|
- name: rocmTestDependencies
|
||||||
type: object
|
type: object
|
||||||
default:
|
default:
|
||||||
|
- aomp
|
||||||
- clr
|
- clr
|
||||||
- llvm-project
|
- llvm-project
|
||||||
- hipBLAS-common
|
- hipBLAS-common
|
||||||
@@ -103,6 +104,7 @@ jobs:
|
|||||||
parameters:
|
parameters:
|
||||||
aptPackages: ${{ parameters.aptPackages }}
|
aptPackages: ${{ parameters.aptPackages }}
|
||||||
packageManager: ${{ job.packageManager }}
|
packageManager: ${{ job.packageManager }}
|
||||||
|
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/dependencies-cmake-custom.yml
|
||||||
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/preamble.yml
|
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/preamble.yml
|
||||||
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/checkout.yml
|
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/checkout.yml
|
||||||
parameters:
|
parameters:
|
||||||
@@ -128,6 +130,7 @@ jobs:
|
|||||||
-DCMAKE_PREFIX_PATH=$(Agent.BuildDirectory)/rocm;$(Agent.BuildDirectory)/vendor
|
-DCMAKE_PREFIX_PATH=$(Agent.BuildDirectory)/rocm;$(Agent.BuildDirectory)/vendor
|
||||||
-DCMAKE_CXX_COMPILER=$(Agent.BuildDirectory)/rocm/llvm/bin/amdclang++
|
-DCMAKE_CXX_COMPILER=$(Agent.BuildDirectory)/rocm/llvm/bin/amdclang++
|
||||||
-DCMAKE_C_COMPILER=$(Agent.BuildDirectory)/rocm/bin/amdclang
|
-DCMAKE_C_COMPILER=$(Agent.BuildDirectory)/rocm/bin/amdclang
|
||||||
|
-DCMAKE_Fortran_COMPILER=gfortran
|
||||||
-DCMAKE_BUILD_TYPE=Release
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
-DBUILD_CLIENTS_TESTS=ON
|
-DBUILD_CLIENTS_TESTS=ON
|
||||||
-DBUILD_CLIENTS_SAMPLES=OFF
|
-DBUILD_CLIENTS_SAMPLES=OFF
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ parameters:
|
|||||||
- rocprofiler-register
|
- rocprofiler-register
|
||||||
- ROCR-Runtime
|
- ROCR-Runtime
|
||||||
- roctracer
|
- roctracer
|
||||||
|
- rocSPARSE
|
||||||
- name: rocmTestDependencies
|
- name: rocmTestDependencies
|
||||||
type: object
|
type: object
|
||||||
default:
|
default:
|
||||||
@@ -74,6 +75,7 @@ parameters:
|
|||||||
- rocprofiler-register
|
- rocprofiler-register
|
||||||
- ROCR-Runtime
|
- ROCR-Runtime
|
||||||
- roctracer
|
- roctracer
|
||||||
|
- rocSPARSE
|
||||||
|
|
||||||
- name: jobMatrix
|
- name: jobMatrix
|
||||||
type: object
|
type: object
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
GPU hardware specifications
|
GPU hardware specifications
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
The following tables provide an overview of the hardware specifications for AMD Instinct™ GPUs, and AMD Radeon™ PRO and Radeon™ GPUs.
|
The following tables provide an overview of the hardware specifications for AMD Instinct™ GPUs, AMD Radeon™ PRO and Radeon™ GPUs, and AMD Ryzen™ APUs.
|
||||||
|
|
||||||
For more information about ROCm hardware compatibility, see the ROCm `Compatibility matrix <https://rocm.docs.amd.com/en/latest/compatibility/compatibility-matrix.html>`_.
|
For more information about ROCm hardware compatibility, see the ROCm `Compatibility matrix <https://rocm.docs.amd.com/en/latest/compatibility/compatibility-matrix.html>`_.
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ For more information about ROCm hardware compatibility, see the ROCm `Compatibil
|
|||||||
:name: instinct-arch-spec-table
|
:name: instinct-arch-spec-table
|
||||||
|
|
||||||
*
|
*
|
||||||
- Model
|
- Name
|
||||||
- Architecture
|
- Architecture
|
||||||
- LLVM target name
|
- LLVM target name
|
||||||
- VRAM (GiB)
|
- VRAM (GiB)
|
||||||
@@ -297,7 +297,7 @@ For more information about ROCm hardware compatibility, see the ROCm `Compatibil
|
|||||||
:name: radeon-pro-arch-spec-table
|
:name: radeon-pro-arch-spec-table
|
||||||
|
|
||||||
*
|
*
|
||||||
- Model
|
- Name
|
||||||
- Architecture
|
- Architecture
|
||||||
- LLVM target name
|
- LLVM target name
|
||||||
|
|
||||||
@@ -539,7 +539,7 @@ For more information about ROCm hardware compatibility, see the ROCm `Compatibil
|
|||||||
:name: radeon-arch-spec-table
|
:name: radeon-arch-spec-table
|
||||||
|
|
||||||
*
|
*
|
||||||
- Model
|
- Name
|
||||||
- Architecture
|
- Architecture
|
||||||
- LLVM target name
|
- LLVM target name
|
||||||
- VRAM (GiB)
|
- VRAM (GiB)
|
||||||
@@ -953,6 +953,127 @@ For more information about ROCm hardware compatibility, see the ROCm `Compatibil
|
|||||||
- 9
|
- 9
|
||||||
- 0
|
- 0
|
||||||
|
|
||||||
|
.. tab-item:: AMD Ryzen APUs
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
:name: ryzen-arch-spec-table
|
||||||
|
|
||||||
|
*
|
||||||
|
- Name
|
||||||
|
- Graphics model
|
||||||
|
- Architecture
|
||||||
|
- LLVM target name
|
||||||
|
- VRAM (GiB)
|
||||||
|
- Compute Units
|
||||||
|
- Wavefront Size
|
||||||
|
- LDS (KiB)
|
||||||
|
- Infinity Cache (MiB)
|
||||||
|
- L2 Cache (MiB)
|
||||||
|
- Graphics L1 Cache (KiB)
|
||||||
|
- L0 Vector Cache (KiB)
|
||||||
|
- L0 Scalar Cache (KiB)
|
||||||
|
- L0 Instruction Cache (KiB)
|
||||||
|
- VGPR File (KiB)
|
||||||
|
- SGPR File (KiB)
|
||||||
|
- GFXIP Major version
|
||||||
|
- GFXIP Minor version
|
||||||
|
*
|
||||||
|
- AMD Ryzen 7 7840U
|
||||||
|
- Radeon 780M
|
||||||
|
- RDNA3
|
||||||
|
- gfx1103
|
||||||
|
- Dynamic + carveout
|
||||||
|
- 12
|
||||||
|
- 32 or 64
|
||||||
|
- 128
|
||||||
|
- N/A
|
||||||
|
- 2
|
||||||
|
- 256
|
||||||
|
- 32
|
||||||
|
- 16
|
||||||
|
- 32
|
||||||
|
- 512
|
||||||
|
- 32
|
||||||
|
- 11
|
||||||
|
- 0
|
||||||
|
*
|
||||||
|
- AMD Ryzen 9 270
|
||||||
|
- Radeon 780M
|
||||||
|
- RDNA3
|
||||||
|
- gfx1103
|
||||||
|
- Dynamic + carveout
|
||||||
|
- 12
|
||||||
|
- 32 or 64
|
||||||
|
- 128
|
||||||
|
- N/A
|
||||||
|
- 2
|
||||||
|
- 256
|
||||||
|
- 32
|
||||||
|
- 16
|
||||||
|
- 32
|
||||||
|
- 512
|
||||||
|
- 32
|
||||||
|
- 11
|
||||||
|
- 0
|
||||||
|
*
|
||||||
|
- AMD Ryzen AI 9 HX 375
|
||||||
|
- Radeon 890M
|
||||||
|
- RDNA3.5
|
||||||
|
- gfx1150
|
||||||
|
- Dynamic + carveout
|
||||||
|
- 16
|
||||||
|
- 32 or 64
|
||||||
|
- 128
|
||||||
|
- N/A
|
||||||
|
- 2
|
||||||
|
- 256
|
||||||
|
- 32
|
||||||
|
- 16
|
||||||
|
- 32
|
||||||
|
- 512
|
||||||
|
- 32
|
||||||
|
- 11
|
||||||
|
- 5
|
||||||
|
*
|
||||||
|
- AMD Ryzen AI Max+ PRO 395
|
||||||
|
- Radeon 8060S
|
||||||
|
- RDNA3.5
|
||||||
|
- gfx1151
|
||||||
|
- Dynamic + carveout
|
||||||
|
- 40
|
||||||
|
- 32 or 64
|
||||||
|
- 128
|
||||||
|
- 32
|
||||||
|
- 2
|
||||||
|
- 256
|
||||||
|
- 32
|
||||||
|
- 16
|
||||||
|
- 32
|
||||||
|
- 768
|
||||||
|
- 32
|
||||||
|
- 11
|
||||||
|
- 5
|
||||||
|
*
|
||||||
|
- AMD Ryzen Al 7 350
|
||||||
|
- Radeon 860M
|
||||||
|
- RDNA3.5
|
||||||
|
- gfx1152
|
||||||
|
- Dynamic + carveout
|
||||||
|
- 8
|
||||||
|
- 32 or 64
|
||||||
|
- 128
|
||||||
|
- N/A
|
||||||
|
- 1
|
||||||
|
- 256
|
||||||
|
- 32
|
||||||
|
- 16
|
||||||
|
- 32
|
||||||
|
- 512
|
||||||
|
- 32
|
||||||
|
- 11
|
||||||
|
- 5
|
||||||
|
|
||||||
Glossary
|
Glossary
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
rocm-docs-core==1.31.2
|
rocm-docs-core==1.31.3
|
||||||
sphinx-reredirects
|
sphinx-reredirects
|
||||||
sphinx-sitemap
|
sphinx-sitemap
|
||||||
sphinxcontrib.datatemplates==0.11.0
|
sphinxcontrib.datatemplates==0.11.0
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ requests==2.32.5
|
|||||||
# via
|
# via
|
||||||
# pygithub
|
# pygithub
|
||||||
# sphinx
|
# sphinx
|
||||||
rocm-docs-core==1.31.2
|
rocm-docs-core==1.31.3
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
rpds-py==0.30.0
|
rpds-py==0.30.0
|
||||||
# via
|
# via
|
||||||
@@ -214,6 +214,7 @@ sphinx==8.1.3
|
|||||||
# sphinx-design
|
# sphinx-design
|
||||||
# sphinx-external-toc
|
# sphinx-external-toc
|
||||||
# sphinx-last-updated-by-git
|
# sphinx-last-updated-by-git
|
||||||
|
# sphinx-multitoc-numbering
|
||||||
# sphinx-notfound-page
|
# sphinx-notfound-page
|
||||||
# sphinx-reredirects
|
# sphinx-reredirects
|
||||||
# sphinxcontrib-datatemplates
|
# sphinxcontrib-datatemplates
|
||||||
@@ -224,10 +225,12 @@ sphinx-copybutton==0.5.2
|
|||||||
# via rocm-docs-core
|
# via rocm-docs-core
|
||||||
sphinx-design==0.6.1
|
sphinx-design==0.6.1
|
||||||
# via rocm-docs-core
|
# via rocm-docs-core
|
||||||
sphinx-external-toc==1.0.1
|
sphinx-external-toc==1.1.0
|
||||||
# via rocm-docs-core
|
# via rocm-docs-core
|
||||||
sphinx-last-updated-by-git==0.3.8
|
sphinx-last-updated-by-git==0.3.8
|
||||||
# via sphinx-sitemap
|
# via sphinx-sitemap
|
||||||
|
sphinx-multitoc-numbering==0.1.3
|
||||||
|
# via sphinx-external-toc
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user