Skip to content

Commit

Permalink
[Clang] Add 'gpuintrin.h' to the release notes (#116410)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuber6 authored Nov 15, 2024
1 parent f37bc8c commit fd5fcfb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^

Expand Down

0 comments on commit fd5fcfb

Please sign in to comment.