Joseph Huber 0cbbcf1ef0
[libc] Update GPU documentation pages (#84076)
Summary:
After the overhaul of the GPU build the documentation pages were a
little stale. This updates them with more in-depth information on
building the GPU runtimes and using them. Specifically using them goes
through the differences between the offloading and direct compilation
modes.
2024-03-06 10:58:39 -06:00

21 lines
404 B
ReStructuredText

.. _libc_gpu:
=============
libc for GPUs
=============
.. note:: This feature is very experimental and may change in the future.
The *GPU* support for LLVM's libc project aims to make a subset of the standard
C library available on GPU based accelerators. Navigate using the links below to
learn more about this project.
.. toctree::
building
using
support
rpc
testing
motivation