From fe975fb145310fa7733d9f6d0b202bde4e61dd84 Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Tue, 19 Nov 2024 10:19:28 +0100 Subject: [PATCH] Rebase of docs/develop fix --- docs/what_is_hip.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/what_is_hip.rst b/docs/what_is_hip.rst index f5afec2d08..29cc8b5006 100644 --- a/docs/what_is_hip.rst +++ b/docs/what_is_hip.rst @@ -68,7 +68,7 @@ C++ runtime API For the AMD ROCm platform, HIP provides headers and a runtime library built on top of HIP-Clang compiler in the repository -:doc:`Common Language Runtime (CLR) `. The HIP runtime +:doc:`Compute Language Runtime (CLR) `. The HIP runtime implements HIP streams, events, and memory APIs, and is an object library that is linked with the application. The source code for all headers and the library implementation is available on GitHub.