[clang] clang/HIP: Update documentation for class name (PR #209992)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 16 00:12:57 PDT 2026


https://github.com/arsenm created https://github.com/llvm/llvm-project/pull/209992

None

>From bd713474826f5f1aa074a908f40f5683eef98295 Mon Sep 17 00:00:00 2001
From: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: Thu, 16 Jul 2026 09:12:09 +0200
Subject: [PATCH] clang/HIP: Update documentation for class name

---
 clang/docs/HIPSupport.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/docs/HIPSupport.md b/clang/docs/HIPSupport.md
index 6d5290221e687..bf6f2268c34b9 100644
--- a/clang/docs/HIPSupport.md
+++ b/clang/docs/HIPSupport.md
@@ -643,7 +643,7 @@ We augment the `clang` driver with the following flags:
   - when compiling:
 
     - `-x hip` gets prepended to enable HIP support;
-    - the `ROCmToolchain` component checks for the `hipstdpar_lib.hpp`
+    - the `AMDGPUToolchain` component checks for the `hipstdpar_lib.hpp`
       forwarding header,
       [rocThrust](https://rocm.docs.amd.com/projects/rocThrust/en/latest/) and
       [rocPrim](https://rocm.docs.amd.com/projects/rocPRIM/en/latest/) in



More information about the cfe-commits mailing list