From 6b064c92b4c0228e333193c167f2c98d2ec8d9bc Mon Sep 17 00:00:00 2001 From: redbeard Date: Wed, 18 Dec 2024 00:35:00 -0800 Subject: [PATCH] =?UTF-8?q?docs:=20Fix=20HIP=20(n=C3=A9e=20hipBLAS)=20in?= =?UTF-8?q?=20README=20(#10880)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to #10524 / be0e350c references to hipBLAS have been removed across the repository. This fixes the link from the repositories `README.md`. Signed-off-by: Brian 'redbeard' Harrington --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da8d9d166..3f3971d7e 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ Instructions for adding support for new models: [HOWTO-add-model.md](docs/develo | [SYCL](docs/backend/SYCL.md) | Intel and Nvidia GPU | | [MUSA](docs/build.md#musa) | Moore Threads MTT GPU | | [CUDA](docs/build.md#cuda) | Nvidia GPU | -| [hipBLAS](docs/build.md#hipblas) | AMD GPU | +| [HIP](docs/build.md#hip) | AMD GPU | | [Vulkan](docs/build.md#vulkan) | GPU | | [CANN](docs/build.md#cann) | Ascend NPU |