Skip to content

Commit 5c21bce

Browse files
authored
Add documentation about the new CMake keyword: rocthrust (#506)
* Add new CMake keyword: rocthrust * Add notes column and make it clear that the option is available since Kokkos 4.3
1 parent 6ec9924 commit 5c21bce

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/source/keywords.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -211,23 +211,31 @@ Third-party Libraries (TPLs)
211211
The following options control enabling TPLs:
212212

213213
.. list-table::
214-
:widths: 30 60 10
214+
:widths: 30 40 10 20
215215
:header-rows: 1
216216
:align: left
217217

218218
* -
219219
- Description/info
220220
- Default
221+
- Notes
221222

222223
* * ``Kokkos_ENABLE_HWLOC``
223224
* Whether to enable the HWLOC library
224225
* ``OFF``
226+
*
225227
* * ``Kokkos_ENABLE_LIBDL``
226228
* Whether to enable the LIBDL library
227229
* ``ON``
230+
*
228231
* * ``Kokkos_ENABLE_ONEDPL``
229232
* Whether to enable the oneDPL library when using the SYCL backend
230233
* ``ON``
234+
*
235+
* * ``Kokkos_ENABLE_ROCTHRUST``
236+
* Whether to enable the rocThrust library when using the HIP backend
237+
* ``ON``
238+
* (since Kokkos 4.3)
231239

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

0 commit comments

Comments
 (0)