[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / libc / docs / gpu / index.rst
blob1fca67205acb4dd0bfc0d8feb51b08d03415acda
1 .. _libc_gpu:
3 =============
4 libc for GPUs
5 =============
7 .. note:: This feature is very experimental and may change in the future.
9 The *GPU* support for LLVM's libc project aims to make a subset of the standard
10 C library available on GPU based accelerators. Navigate using the links below to
11 learn more about this project.
13 .. toctree::
15    building
16    using
17    support
18    rpc
19    testing
20    motivation