Lines Matching defs:library
11 Using the GPU C library
14 Once you have finished :ref:`building<libc_gpu_building>` the GPU C library it
19 The GPU C library supports two main usage modes. The first is as a supplementary
20 library for offloading languages such as OpenMP, CUDA, or HIP. These aim to
37 In order or link the GPU runtime, we simply pass this library to the embedded
57 ``declare target`` pragma in OpenMP. This requires that the LLVM C library
66 completely integrated with the LLVM C library however. It will automatically
74 GPU C library.
99 Including the wrapper headers, linking the C library, and running the :ref:`RPC
109 method that the GPU C library uses both to build the library and to run tests.
139 providing a C library and startup object just like a standard C library running
152 the library. We can directly link against ``libc.a`` and use LTO to generate the
168 the ``hsa_runtime64`` library was found during build time.
184 ``libc.a`` library stored in ``lib/amdgcn-amd-amdhsa`` to define the standard C
191 used instead of the static library.