From 378fd908ee095fda1ac10dc21367efc473811fbe Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 6 Sep 2023 12:41:34 +0900 Subject: [PATCH] readme : fix typo acceleation -> acceleration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17a5c2cbf..92c707b09 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,7 @@ Building the program with BLAS support may lead to some performance improvements - #### hipBLAS - This provide BLAS acceleation on HIP supported GPU like AMD GPU. + This provide BLAS acceleration on HIP supported GPU like AMD GPU. 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). Windows support is coming soon...