bc5d48e76c
* Run pre-commit's whitespace related hooks on projects/rocr-runtime In order for pre-commit to be useful, everything needs to meet a common baseline. Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org> * Add missing semicolon which would block compilation on big endian CPUs Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org> --------- Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
38 lines
1.1 KiB
ReStructuredText
38 lines
1.1 KiB
ReStructuredText
.. meta::
|
|
:description: HSA runtime implementation
|
|
:keywords: ROCm runtime, HSA runtime
|
|
|
|
.. _index:
|
|
|
|
=====================
|
|
ROCR documentation
|
|
=====================
|
|
|
|
The ROCm runtime (ROCR) is AMD's implementation of HSA runtime, which is a thin, user-mode API that exposes the necessary interfaces to access and interact with graphics hardware driven by the AMDGPU driver set and the ROCK kernel driver. To learn more, see :ref:`what-is-rocr-runtime`
|
|
|
|
You can access ROCR code on our `GitHub repository <https://github.com/ROCm/ROCR-Runtime>`_.
|
|
|
|
The documentation is structured as follows:
|
|
|
|
.. grid:: 2
|
|
:gutter: 3
|
|
|
|
.. grid-item-card:: Install
|
|
|
|
* :ref:`installation`
|
|
|
|
.. grid-item-card:: API reference
|
|
|
|
* :ref:`c-interface-adaptors`
|
|
* :ref:`environment-variables`
|
|
* :ref:`rocr-api`
|
|
|
|
.. grid-item-card:: Contribution
|
|
|
|
* :ref:`contributing-to-rocr`
|
|
|
|
To contribute to the documentation, refer to
|
|
`Contributing to ROCm <https://rocm.docs.amd.com/en/latest/contribute/contributing.html>`_.
|
|
|
|
You can find licensing information on the `Licensing <https://rocm.docs.amd.com/en/latest/about/license.html>`_ page.
|