Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation about the new CMake keyword: rocthrust #506

Merged
merged 2 commits into from
Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/source/keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,23 +211,31 @@ Third-party Libraries (TPLs)
The following options control enabling TPLs:

.. list-table::
:widths: 30 60 10
:widths: 30 40 10 20
:header-rows: 1
:align: left

* -
- Description/info
- Default
- Notes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/home/runner/work/kokkos-core-wiki/kokkos-core-wiki/docs/source/keywords.rst:213: ERROR: "list-table" widths do not match the number of columns in table (4).

you need to update L214


* * ``Kokkos_ENABLE_HWLOC``
* Whether to enable the HWLOC library
* ``OFF``
*
* * ``Kokkos_ENABLE_LIBDL``
* Whether to enable the LIBDL library
* ``ON``
*
* * ``Kokkos_ENABLE_ONEDPL``
* Whether to enable the oneDPL library when using the SYCL backend
* ``ON``
*
* * ``Kokkos_ENABLE_ROCTHRUST``
* Whether to enable the rocThrust library when using the HIP backend
* ``ON``
* (since Kokkos 4.3)

The following options control finding and configuring non-CMake TPLs:

Expand Down
Loading