From 0e5f6b4856b2aa05474313471e073493a371feb8 Mon Sep 17 00:00:00 2001 From: Peter Park Date: Tue, 28 Jan 2025 16:36:24 -0500 Subject: [PATCH 1/2] update links to ml fw compatibility pages --- docs/install/3rd-party/jax-install.rst | 6 ++++++ docs/install/3rd-party/pytorch-install.rst | 3 ++- docs/install/3rd-party/tensorflow-install.rst | 6 ++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/install/3rd-party/jax-install.rst b/docs/install/3rd-party/jax-install.rst index aac3ce0d..db7987d9 100644 --- a/docs/install/3rd-party/jax-install.rst +++ b/docs/install/3rd-party/jax-install.rst @@ -8,6 +8,12 @@ JAX on ROCm This directory provides setup instructions and necessary files to build, test, and run JAX with ROCm support in a Docker environment, suitable for both runtime and CI workflows. Explore the following methods to use or build JAX on ROCm. +For hardware, software, and third-party framework compatibility between ROCm and PyTorch, refer to: + +* :ref:`system-requirements` + +* :doc:`rocm:compatibility/ml-compatibility/jax-compatibility` + Using a prebuilt Docker image =========================================== diff --git a/docs/install/3rd-party/pytorch-install.rst b/docs/install/3rd-party/pytorch-install.rst index 7075b509..feaea976 100644 --- a/docs/install/3rd-party/pytorch-install.rst +++ b/docs/install/3rd-party/pytorch-install.rst @@ -30,7 +30,8 @@ To install PyTorch for ROCm, you have the following options: For hardware, software, and third-party framework compatibility between ROCm and PyTorch, refer to: * :ref:`system-requirements` -* :ref:`3rd-party-support-matrix` + +* :doc:`rocm:compatibility/ml-compatibility/pytorch-compatibility` .. _using-docker-with-pytorch-pre-installed: diff --git a/docs/install/3rd-party/tensorflow-install.rst b/docs/install/3rd-party/tensorflow-install.rst index 7117bd40..43d0df6d 100644 --- a/docs/install/3rd-party/tensorflow-install.rst +++ b/docs/install/3rd-party/tensorflow-install.rst @@ -21,6 +21,12 @@ To install TensorFlow for ROCm, you have the following options: * :ref:`install-tensorflow-wheels` +For hardware, software, and third-party framework compatibility between ROCm and TensorFlow, refer to: + +* :ref:`system-requirements` + +* :doc:`rocm:compatibility/ml-compatibility/tensorflow-compatibility` + .. note:: As of ROCm 6.1, ``tensorflow-rocm`` packages are found at ``__. From ca91a182a51a89dfa9c63e6a10211c2259428564 Mon Sep 17 00:00:00 2001 From: Peter Park Date: Tue, 28 Jan 2025 16:39:57 -0500 Subject: [PATCH 2/2] fix typo --- docs/install/3rd-party/jax-install.rst | 2 +- docs/install/3rd-party/pytorch-install.rst | 2 +- docs/install/3rd-party/tensorflow-install.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/3rd-party/jax-install.rst b/docs/install/3rd-party/jax-install.rst index db7987d9..db44d553 100644 --- a/docs/install/3rd-party/jax-install.rst +++ b/docs/install/3rd-party/jax-install.rst @@ -8,7 +8,7 @@ JAX on ROCm This directory provides setup instructions and necessary files to build, test, and run JAX with ROCm support in a Docker environment, suitable for both runtime and CI workflows. Explore the following methods to use or build JAX on ROCm. -For hardware, software, and third-party framework compatibility between ROCm and PyTorch, refer to: +For hardware, software, and third-party framework compatibility between ROCm and JAX, see the following resources: * :ref:`system-requirements` diff --git a/docs/install/3rd-party/pytorch-install.rst b/docs/install/3rd-party/pytorch-install.rst index feaea976..377c399a 100644 --- a/docs/install/3rd-party/pytorch-install.rst +++ b/docs/install/3rd-party/pytorch-install.rst @@ -27,7 +27,7 @@ To install PyTorch for ROCm, you have the following options:
-For hardware, software, and third-party framework compatibility between ROCm and PyTorch, refer to: +For hardware, software, and third-party framework compatibility between ROCm and PyTorch, see the following resources: * :ref:`system-requirements` diff --git a/docs/install/3rd-party/tensorflow-install.rst b/docs/install/3rd-party/tensorflow-install.rst index 43d0df6d..a9868477 100644 --- a/docs/install/3rd-party/tensorflow-install.rst +++ b/docs/install/3rd-party/tensorflow-install.rst @@ -21,7 +21,7 @@ To install TensorFlow for ROCm, you have the following options: * :ref:`install-tensorflow-wheels` -For hardware, software, and third-party framework compatibility between ROCm and TensorFlow, refer to: +For hardware, software, and third-party framework compatibility between ROCm and TensorFlow, see the following resources: * :ref:`system-requirements`