mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-20 20:18:15 -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
|
||||||
|
|||||||
@@ -19,117 +19,95 @@ The table below summarizes information about ROCm-enabled deep learning framewor
|
|||||||
:widths: 5 3 6 3
|
:widths: 5 3 6 3
|
||||||
|
|
||||||
* - Framework
|
* - Framework
|
||||||
- Installation
|
- Installation guide
|
||||||
- Installation options
|
- Installation options
|
||||||
- GitHub
|
- GitHub
|
||||||
|
|
||||||
* - `PyTorch <https://rocm.docs.amd.com/en/latest/compatibility/ml-compatibility/pytorch-compatibility.html>`__
|
* - :doc:`PyTorch <../compatibility/ml-compatibility/pytorch-compatibility>`
|
||||||
- .. raw:: html
|
- :doc:`link <rocm-install-on-linux:install/3rd-party/pytorch-install>`
|
||||||
|
|
||||||
<a href="https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/pytorch-install.html"><i class="fas fa-link fa-lg"></i></a>
|
|
||||||
-
|
-
|
||||||
- `Docker image <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/pytorch-install.html#using-a-docker-image-with-pytorch-pre-installed>`__
|
- Docker image
|
||||||
- `Wheels package <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/pytorch-install.html#using-a-wheels-package>`__
|
- Wheels package
|
||||||
- `ROCm Base Docker image <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/pytorch-install.html#using-the-pytorch-rocm-base-docker-image>`__
|
- ROCm Base Docker image
|
||||||
- `Upstream Docker file <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/pytorch-install.html#using-the-pytorch-upstream-dockerfile>`__
|
- Upstream Docker file
|
||||||
- .. raw:: html
|
- .. raw:: html
|
||||||
|
|
||||||
<a href="https://github.com/ROCm/pytorch"><i class="fab fa-github fa-lg"></i></a>
|
<a href="https://github.com/ROCm/pytorch"><i class="fab fa-github fa-lg"></i></a>
|
||||||
|
|
||||||
* - `TensorFlow <https://rocm.docs.amd.com/en/latest/compatibility/ml-compatibility/tensorflow-compatibility.html>`__
|
* - :doc:`TensorFlow <../compatibility/ml-compatibility/tensorflow-compatibility>`
|
||||||
- .. raw:: html
|
- :doc:`link <rocm-install-on-linux:install/3rd-party/tensorflow-install>`
|
||||||
|
|
||||||
<a href="https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/tensorflow-install.html"><i class="fas fa-link fa-lg"></i></a>
|
|
||||||
-
|
-
|
||||||
- `Docker image <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/tensorflow-install.html#using-a-docker-image-with-tensorflow-pre-installed>`__
|
- Docker image
|
||||||
- `Wheels package <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/tensorflow-install.html#using-a-wheels-package>`__
|
- Wheels package
|
||||||
|
|
||||||
- .. raw:: html
|
- .. raw:: html
|
||||||
|
|
||||||
<a href="https://github.com/ROCm/tensorflow-upstream"><i class="fab fa-github fa-lg"></i></a>
|
<a href="https://github.com/ROCm/tensorflow-upstream"><i class="fab fa-github fa-lg"></i></a>
|
||||||
|
|
||||||
* - `JAX <https://rocm.docs.amd.com/en/latest/compatibility/ml-compatibility/jax-compatibility.html>`__
|
* - :doc:`JAX <../compatibility/ml-compatibility/jax-compatibility>`
|
||||||
- .. raw:: html
|
- :doc:`link <rocm-install-on-linux:install/3rd-party/jax-install>`
|
||||||
|
|
||||||
<a href="https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/jax-install.html"><i class="fas fa-link fa-lg"></i></a>
|
|
||||||
-
|
-
|
||||||
- `Docker image <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/jax-install.html#using-a-prebuilt-docker-image>`__
|
- Docker image
|
||||||
- .. raw:: html
|
- .. raw:: html
|
||||||
|
|
||||||
<a href="https://github.com/ROCm/jax"><i class="fab fa-github fa-lg"></i></a>
|
<a href="https://github.com/ROCm/jax"><i class="fab fa-github fa-lg"></i></a>
|
||||||
|
|
||||||
* - `verl <https://rocm.docs.amd.com/en/latest/compatibility/ml-compatibility/verl-compatibility.html>`__
|
* - :doc:`verl <../compatibility/ml-compatibility/verl-compatibility>`
|
||||||
- .. raw:: html
|
- :doc:`link <rocm-install-on-linux:install/3rd-party/verl-install>`
|
||||||
|
|
||||||
<a href="https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/verl-install.html"><i class="fas fa-link fa-lg"></i></a>
|
|
||||||
-
|
-
|
||||||
- `Docker image <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/verl-install.html#use-a-prebuilt-docker-image-with-verl-pre-installed>`__
|
- Docker image
|
||||||
- .. raw:: html
|
- .. raw:: html
|
||||||
|
|
||||||
<a href="https://github.com/ROCm/verl"><i class="fab fa-github fa-lg"></i></a>
|
<a href="https://github.com/ROCm/verl"><i class="fab fa-github fa-lg"></i></a>
|
||||||
|
|
||||||
* - `Stanford Megatron-LM <https://rocm.docs.amd.com/en/latest/compatibility/ml-compatibility/stanford-megatron-lm-compatibility.html>`__
|
* - :doc:`Stanford Megatron-LM <../compatibility/ml-compatibility/stanford-megatron-lm-compatibility>`
|
||||||
- .. raw:: html
|
- :doc:`link <rocm-install-on-linux:install/3rd-party/stanford-megatron-lm-install>`
|
||||||
|
|
||||||
<a href="https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/stanford-megatron-lm-install.html"><i class="fas fa-link fa-lg"></i></a>
|
|
||||||
-
|
-
|
||||||
- `Docker image <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/stanford-megatron-lm-install.html#use-a-prebuilt-docker-image-with-stanford-megatron-lm-pre-installed>`__
|
- Docker image
|
||||||
- .. raw:: html
|
- .. raw:: html
|
||||||
|
|
||||||
<a href="https://github.com/ROCm/Stanford-Megatron-LM"><i class="fab fa-github fa-lg"></i></a>
|
<a href="https://github.com/ROCm/Stanford-Megatron-LM"><i class="fab fa-github fa-lg"></i></a>
|
||||||
|
|
||||||
* - `DGL <https://rocm.docs.amd.com/en/latest/compatibility/ml-compatibility/dgl-compatibility.html>`__
|
* - :doc:`DGL <../compatibility/ml-compatibility/dgl-compatibility>`
|
||||||
- .. raw:: html
|
- :doc:`link <rocm-install-on-linux:install/3rd-party/dgl-install>`
|
||||||
|
|
||||||
<a href="https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/dgl-install.html"><i class="fas fa-link fa-lg"></i></a>
|
|
||||||
-
|
-
|
||||||
- `Docker image <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/dgl-install.html#use-a-prebuilt-docker-image-with-dgl-pre-installed>`__
|
- Docker image
|
||||||
- `Wheels package <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/dgl-install.html#use-a-wheels-package>`__
|
|
||||||
|
|
||||||
- .. raw:: html
|
- .. raw:: html
|
||||||
|
|
||||||
<a href="https://github.com/ROCm/dgl"><i class="fab fa-github fa-lg"></i></a>
|
<a href="https://github.com/ROCm/dgl"><i class="fab fa-github fa-lg"></i></a>
|
||||||
|
|
||||||
* - `Megablocks <https://rocm.docs.amd.com/en/latest/compatibility/ml-compatibility/megablocks-compatibility.html>`__
|
* - :doc:`Megablocks <../compatibility/ml-compatibility/megablocks-compatibility>`
|
||||||
- .. raw:: html
|
- :doc:`link <rocm-install-on-linux:install/3rd-party/megablocks-install>`
|
||||||
|
|
||||||
<a href="https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/megablocks-install.html"><i class="fas fa-link fa-lg"></i></a>
|
|
||||||
-
|
-
|
||||||
- `Docker image <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/megablocks-install.html#using-a-prebuilt-docker-image-with-megablocks-pre-installed>`__
|
- Docker image
|
||||||
- .. raw:: html
|
- .. raw:: html
|
||||||
|
|
||||||
<a href="https://github.com/ROCm/megablocks"><i class="fab fa-github fa-lg"></i></a>
|
<a href="https://github.com/ROCm/megablocks"><i class="fab fa-github fa-lg"></i></a>
|
||||||
|
|
||||||
* - `Ray <https://rocm.docs.amd.com/en/latest/compatibility/ml-compatibility/ray-compatibility.html>`__
|
* - :doc:`Ray <../compatibility/ml-compatibility/ray-compatibility>`
|
||||||
- .. raw:: html
|
- :doc:`link <rocm-install-on-linux:install/3rd-party/ray-install>`
|
||||||
|
|
||||||
<a href="https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/ray-install.html"><i class="fas fa-link fa-lg"></i></a>
|
|
||||||
-
|
-
|
||||||
- `Docker image <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/ray-install.html#using-a-prebuilt-docker-image-with-ray-pre-installed>`__
|
- Docker image
|
||||||
- `Wheels package <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/ray-install.html#install-ray-on-bare-metal-or-a-custom-container>`__
|
- Wheels package
|
||||||
- `ROCm Base Docker image <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/ray-install.html#build-your-own-docker-image>`__
|
- ROCm Base Docker image
|
||||||
- .. raw:: html
|
- .. raw:: html
|
||||||
|
|
||||||
<a href="https://github.com/ROCm/ray"><i class="fab fa-github fa-lg"></i></a>
|
<a href="https://github.com/ROCm/ray"><i class="fab fa-github fa-lg"></i></a>
|
||||||
|
|
||||||
* - `llama.cpp <https://rocm.docs.amd.com/en/latest/compatibility/ml-compatibility/llama-cpp-compatibility.html>`__
|
* - :doc:`llama.cpp <../compatibility/ml-compatibility/llama-cpp-compatibility>`
|
||||||
- .. raw:: html
|
- :doc:`link <rocm-install-on-linux:install/3rd-party/llama-cpp-install>`
|
||||||
|
|
||||||
<a href="https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/llama-cpp-install.html"><i class="fas fa-link fa-lg"></i></a>
|
|
||||||
-
|
-
|
||||||
- `Docker image <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/llama-cpp-install.html#use-a-prebuilt-docker-image-with-llama-cpp-pre-installed>`__
|
- Docker image
|
||||||
- `ROCm Base Docker image <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/llama-cpp-install.html#build-your-own-docker-image>`__
|
- ROCm Base Docker image
|
||||||
- .. raw:: html
|
- .. raw:: html
|
||||||
|
|
||||||
<a href="https://github.com/ROCm/llama.cpp"><i class="fab fa-github fa-lg"></i></a>
|
<a href="https://github.com/ROCm/llama.cpp"><i class="fab fa-github fa-lg"></i></a>
|
||||||
|
|
||||||
* - `FlashInfer <https://rocm.docs.amd.com/en/latest/compatibility/ml-compatibility/flashinfer-compatibility.html>`__
|
* - :doc:`FlashInfer <../compatibility/ml-compatibility/flashinfer-compatibility>`
|
||||||
- .. raw:: html
|
- :doc:`link <rocm-install-on-linux:install/3rd-party/flashinfer-install>`
|
||||||
|
|
||||||
<a href="https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/flashinfer-install.html"><i class="fas fa-link fa-lg"></i></a>
|
|
||||||
-
|
-
|
||||||
- `Docker image <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/flashinfer-install.html#use-a-prebuilt-docker-image-with-flashinfer-pre-installed>`__
|
- Docker image
|
||||||
- `ROCm Base Docker image <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/flashinfer-install.html#build-your-own-docker-image>`__
|
- ROCm Base Docker image
|
||||||
- .. raw:: html
|
- .. raw:: html
|
||||||
|
|
||||||
<a href="https://github.com/ROCm/flashinfer"><i class="fab fa-github fa-lg"></i></a>
|
<a href="https://github.com/ROCm/flashinfer"><i class="fab fa-github fa-lg"></i></a>
|
||||||
|
|||||||
@@ -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
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ subtrees:
|
|||||||
title: HIP SDK on Windows
|
title: HIP SDK on Windows
|
||||||
- url: https://rocm.docs.amd.com/projects/radeon-ryzen/en/latest/index.html
|
- url: https://rocm.docs.amd.com/projects/radeon-ryzen/en/latest/index.html
|
||||||
title: ROCm on Radeon and Ryzen
|
title: ROCm on Radeon and Ryzen
|
||||||
- file: how-to/deep-learning-rocm.md
|
- file: how-to/deep-learning-rocm
|
||||||
title: Deep learning frameworks
|
title: Deep learning frameworks
|
||||||
subtrees:
|
subtrees:
|
||||||
- entries:
|
- entries:
|
||||||
|
|||||||
@@ -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