mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 04:26:08 +00:00

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.
21 lines
404 B
ReStructuredText
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
|