Commit 5c21bce 1 parent 6ec9924 commit 5c21bce Copy full SHA for 5c21bce
File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -211,23 +211,31 @@ Third-party Libraries (TPLs)
211
211
The following options control enabling TPLs:
212
212
213
213
.. list-table ::
214
- :widths: 30 60 10
214
+ :widths: 30 40 10 20
215
215
:header-rows: 1
216
216
:align: left
217
217
218
218
* -
219
219
- Description/info
220
220
- Default
221
+ - Notes
221
222
222
223
* * ``Kokkos_ENABLE_HWLOC ``
223
224
* Whether to enable the HWLOC library
224
225
* ``OFF ``
226
+ *
225
227
* * ``Kokkos_ENABLE_LIBDL ``
226
228
* Whether to enable the LIBDL library
227
229
* ``ON ``
230
+ *
228
231
* * ``Kokkos_ENABLE_ONEDPL ``
229
232
* Whether to enable the oneDPL library when using the SYCL backend
230
233
* ``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)
231
239
232
240
The following options control finding and configuring non-CMake TPLs:
233
241
You can’t perform that action at this time.
0 commit comments