From c9d0e8e6eb563c2921d2b4bbc63eeeffc6c1a06d Mon Sep 17 00:00:00 2001 From: Artem Zinnatullin Date: Wed, 10 Apr 2024 06:47:04 +0300 Subject: [PATCH] Fix ROCm link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b60662387..85ae8647f 100644 --- a/README.md +++ b/README.md @@ -496,7 +496,7 @@ Building the program with BLAS support may lead to some performance improvements This provides BLAS acceleration on HIP-supported AMD GPUs. Make sure to have ROCm installed. - You can download it from your Linux distro's package manager or from here: [ROCm Quick Start (Linux)](https://rocm.docs.amd.com/en/latest/deploy/linux/quick_start.html). + You can download it from your Linux distro's package manager or from here: [ROCm Quick Start (Linux)](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/tutorial/quick-start.html#rocm-install-quick). - Using `make`: ```bash