Author: Joseph Huber Date: 2024-11-15T11:08:06-06:00 New Revision: fd5fcfb1e620823e4ec896fb8e0520c1e7286cdb
URL: https://github.com/llvm/llvm-project/commit/fd5fcfb1e620823e4ec896fb8e0520c1e7286cdb DIFF: https://github.com/llvm/llvm-project/commit/fd5fcfb1e620823e4ec896fb8e0520c1e7286cdb.diff LOG: [Clang] Add 'gpuintrin.h' to the release notes (#116410) Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ 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 ^^^^^^^^^^^ _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits