From 8cca20d0d36aaf5f351f255dfd761dfd3fedf9d9 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Mon, 17 Jun 2024 14:42:20 -0400 Subject: [PATCH] Update README.md (#127) Add a link to the "Install ROCm on Windows" page on ROCm Docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56a30d83a..35a01ff89 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ A collection of examples to enable new users to start using ROCm. Advanced users ### Windows - [Visual Studio](https://visualstudio.microsoft.com/) 2019 or 2022 with the "Desktop Development with C++" workload -- ROCm toolchain for Windows (No public release yet) +- [HIP SDK for Windows](https://rocm.docs.amd.com/projects/install-on-windows/en/latest/how-to/install.html) - The Visual Studio ROCm extension needs to be installed to build with the solution files. - [CMake](https://cmake.org/download/) (optional, to build with CMake. Requires at least version 3.21) - [Ninja](https://ninja-build.org/) (optional, to build with CMake)