Skip to content

Commit 81f3f90

Browse files
committed
[Clang] Add 'gpuintrin.h' to the release notes
1 parent 31ee667 commit 81f3f90

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,17 @@ Target Specific Changes
710710
AMDGPU Support
711711
^^^^^^^^^^^^^^
712712

713+
- Added headers ``gpuintrin.h`` and ``amdgpuintrin.h`` that contains common
714+
definitions for GPU builtin functions. This header can be included for OpenMP,
715+
CUDA, HIP, OpenCL, and C/C++.
716+
717+
NVPTX Support
718+
^^^^^^^^^^^^^^
719+
720+
- Added headers ``gpuintrin.h`` and ``nvptxintrin.h`` that contains common
721+
definitions for GPU builtin functions. This header can be included for OpenMP,
722+
CUDA, HIP, OpenCL, and C/C++.
723+
713724
X86 Support
714725
^^^^^^^^^^^
715726

0 commit comments

Comments
 (0)