diff --git a/docs/tutorials/cooperative_groups_tutorial.rst b/docs/tutorials/cooperative_groups_tutorial.rst index f6a2e89b55..9533b6b086 100644 --- a/docs/tutorials/cooperative_groups_tutorial.rst +++ b/docs/tutorials/cooperative_groups_tutorial.rst @@ -14,12 +14,8 @@ compilation model and the language is assumed. Prerequisites ============= -In order to follow this tutorial you will need properly installed drivers and a -HIP compiler toolchain to compile your code. Because HIP provided by ROCm -supports compiling and running on Linux and Windows with AMD and NVIDIA GPUs -alike, the combination of install instructions are more then worth covering as -part of this tutorial. Please refer to :doc:`/install/install` on how to -install HIP development packages. +To follow this tutorial, you'll need properly installed drivers and a +HIP compiler toolchain to compile your code. Because ROCm HIP supports compiling and running on Linux and Microsoft Windows with AMD and NVIDIA GPUs, review the HIP development package installation before starting this tutorial. For more information, see :doc:`/install/install`. Simple HIP Code ===============