mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-16 18:18:15 -05:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6681ee13d7 | ||
|
|
96cc7429a8 | ||
|
|
48b6d79c2f | ||
|
|
06c6bb8bcb |
@@ -32,6 +32,7 @@ parameters:
|
||||
- name: aptPackages
|
||||
type: object
|
||||
default:
|
||||
- cmake
|
||||
- gfortran
|
||||
- git
|
||||
- libboost-program-options-dev
|
||||
@@ -41,7 +42,6 @@ parameters:
|
||||
- name: rocmDependencies
|
||||
type: object
|
||||
default:
|
||||
- aomp
|
||||
- clr
|
||||
- llvm-project
|
||||
- rocminfo
|
||||
@@ -51,7 +51,6 @@ parameters:
|
||||
- name: rocmTestDependencies
|
||||
type: object
|
||||
default:
|
||||
- aomp
|
||||
- clr
|
||||
- llvm-project
|
||||
- hipBLAS-common
|
||||
@@ -104,7 +103,6 @@ jobs:
|
||||
parameters:
|
||||
aptPackages: ${{ parameters.aptPackages }}
|
||||
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/checkout.yml
|
||||
parameters:
|
||||
@@ -130,7 +128,6 @@ jobs:
|
||||
-DCMAKE_PREFIX_PATH=$(Agent.BuildDirectory)/rocm;$(Agent.BuildDirectory)/vendor
|
||||
-DCMAKE_CXX_COMPILER=$(Agent.BuildDirectory)/rocm/llvm/bin/amdclang++
|
||||
-DCMAKE_C_COMPILER=$(Agent.BuildDirectory)/rocm/bin/amdclang
|
||||
-DCMAKE_Fortran_COMPILER=gfortran
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DBUILD_CLIENTS_TESTS=ON
|
||||
-DBUILD_CLIENTS_SAMPLES=OFF
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
GPU hardware specifications
|
||||
===========================================
|
||||
|
||||
The following tables provide an overview of the hardware specifications for AMD Instinct™ GPUs, AMD Radeon™ PRO and Radeon™ GPUs, and AMD Ryzen™ APUs.
|
||||
The following tables provide an overview of the hardware specifications for AMD Instinct™ GPUs, and AMD Radeon™ PRO and Radeon™ GPUs.
|
||||
|
||||
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
|
||||
- Model
|
||||
- Architecture
|
||||
- LLVM target name
|
||||
- VRAM (GiB)
|
||||
@@ -297,7 +297,7 @@ For more information about ROCm hardware compatibility, see the ROCm `Compatibil
|
||||
:name: radeon-pro-arch-spec-table
|
||||
|
||||
*
|
||||
- Name
|
||||
- Model
|
||||
- Architecture
|
||||
- LLVM target name
|
||||
|
||||
@@ -539,7 +539,7 @@ For more information about ROCm hardware compatibility, see the ROCm `Compatibil
|
||||
:name: radeon-arch-spec-table
|
||||
|
||||
*
|
||||
- Name
|
||||
- Model
|
||||
- Architecture
|
||||
- LLVM target name
|
||||
- VRAM (GiB)
|
||||
@@ -953,127 +953,6 @@ For more information about ROCm hardware compatibility, see the ROCm `Compatibil
|
||||
- 9
|
||||
- 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
|
||||
========
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rocm-docs-core==1.31.3
|
||||
rocm-docs-core==1.31.2
|
||||
sphinx-reredirects
|
||||
sphinx-sitemap
|
||||
sphinxcontrib.datatemplates==0.11.0
|
||||
|
||||
@@ -188,7 +188,7 @@ requests==2.32.5
|
||||
# via
|
||||
# pygithub
|
||||
# sphinx
|
||||
rocm-docs-core==1.31.3
|
||||
rocm-docs-core==1.31.2
|
||||
# via -r requirements.in
|
||||
rpds-py==0.30.0
|
||||
# via
|
||||
@@ -214,7 +214,6 @@ sphinx==8.1.3
|
||||
# sphinx-design
|
||||
# sphinx-external-toc
|
||||
# sphinx-last-updated-by-git
|
||||
# sphinx-multitoc-numbering
|
||||
# sphinx-notfound-page
|
||||
# sphinx-reredirects
|
||||
# sphinxcontrib-datatemplates
|
||||
@@ -225,12 +224,10 @@ sphinx-copybutton==0.5.2
|
||||
# via rocm-docs-core
|
||||
sphinx-design==0.6.1
|
||||
# via rocm-docs-core
|
||||
sphinx-external-toc==1.1.0
|
||||
sphinx-external-toc==1.0.1
|
||||
# via rocm-docs-core
|
||||
sphinx-last-updated-by-git==0.3.8
|
||||
# via sphinx-sitemap
|
||||
sphinx-multitoc-numbering==0.1.3
|
||||
# via sphinx-external-toc
|
||||
sphinx-notfound-page==1.1.0
|
||||
# via rocm-docs-core
|
||||
sphinx-reredirects==0.1.6
|
||||
|
||||
Reference in New Issue
Block a user