[clang] clang/HIP: Update documentation for class name (PR #209992)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 16 00:13:49 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Matt Arsenault (arsenm)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/209992.diff
1 Files Affected:
- (modified) clang/docs/HIPSupport.md (+1-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/209992
More information about the cfe-commits
mailing list