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 <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
