diff options
author | Artem Zinnatullin <ceo@abstractny.gay> | 2024-04-10 00:49:12 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 09:49:12 +0300 |
commit | 29122d32ac8075ad27b7a8be05dcad2b7e7a5f9e (patch) | |
tree | e4c42445b2eec79d7ebaa4ea15b0f5461de8f959 | |
parent | b231b37b095f172b26b1300ca442a147ea048b64 (diff) |
readme : fix ROCm link (#6579)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |