-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc reorganization * revert overload change * Update index.rst
- Loading branch information
Showing
5 changed files
with
94 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,34 @@ | ||
==================== | ||
rocThrust User Guide | ||
==================== | ||
.. meta:: | ||
:description: rocThrust API data type support | ||
:keywords: rocThrust, ROCm, API, reference, data type, support | ||
|
||
Overview | ||
======== | ||
.. _index: | ||
|
||
rocThrust is a parallel algorithm library. This library has been ported to :doc:`HIP <hip:index>`/:doc:`ROCm <rocm:index>`, which use the :doc:`rocPRIM <rocprim:index>` library. The HIP ported library works on HIP/ROCm platforms. Currently there is no CUDA backend in place. | ||
****************************************** | ||
rocThrust documentation | ||
****************************************** | ||
|
||
rocThrust is a parallel algorithm library. This library has been ported to :doc:`HIP <hip:index>`/:doc:`ROCm <rocm:index>`, which use the :doc:`rocPRIM <rocprim:index>` library. The HIP ported library works on HIP/ROCm platforms. There is no CUDA backend for rocThrust. | ||
|
||
Indices and tables | ||
------------------ | ||
You can access rocThrust code on the `GitHub repository <https://github.com/ROCm/rocThrust>`_. | ||
|
||
* :ref:`genindex` | ||
* :ref:`search` | ||
The documentation is structured as follows: | ||
|
||
.. grid:: 2 | ||
:gutter: 3 | ||
|
||
.. grid-item-card:: Installation | ||
|
||
* :ref:`install` | ||
|
||
.. grid-item-card:: API reference | ||
|
||
* :ref:`data-type-support` | ||
* :ref:`api-reference` | ||
* :ref:`genindex` | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
.. meta:: | ||
:description: rocThrust API data type support | ||
:keywords: rocThrust, ROCm, API, reference, data type, support | ||
|
||
.. _license: | ||
|
||
****************************************** | ||
License | ||
======= | ||
****************************************** | ||
|
||
.. include:: ../LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters