[clang] [Clang] Add 'gpuintrin.h' to the release notes (PR #116410)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 15 09:07:46 PST 2024
https://github.com/jhuber6 updated https://github.com/llvm/llvm-project/pull/116410
>From 81f3f902a7ee16251ebf1d7b0b6aa86e11e4dc89 Mon Sep 17 00:00:00 2001
From: Joseph Huber <huberjn at outlook.com>
Date: Fri, 15 Nov 2024 11:03:21 -0600
Subject: [PATCH] [Clang] Add 'gpuintrin.h' to the release notes
---
clang/docs/ReleaseNotes.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index ba582160cf9920..f9ab34a3f3cf3d 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -710,6 +710,17 @@ Target Specific Changes
AMDGPU Support
^^^^^^^^^^^^^^
+- Added headers ``gpuintrin.h`` and ``amdgpuintrin.h`` that contains common
+ definitions for GPU builtin functions. This header can be included for OpenMP,
+ CUDA, HIP, OpenCL, and C/C++.
+
+NVPTX Support
+^^^^^^^^^^^^^^
+
+- Added headers ``gpuintrin.h`` and ``nvptxintrin.h`` that contains common
+ definitions for GPU builtin functions. This header can be included for OpenMP,
+ CUDA, HIP, OpenCL, and C/C++.
+
X86 Support
^^^^^^^^^^^
More information about the cfe-commits
mailing list