Skip to content

Commit 07e1aab

Browse files
committed
Mention oneDPL TPL
1 parent 5752ccc commit 07e1aab

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/source/API/core/Macros.rst

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ These defines give information about what third-party libaries Kokkos was compil
132132
+-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
133133
| ``KOKKOS_ENABLE_LIBQUADMATH`` | Defined if Kokkos links to the `GCC Quad-Precision Math Library API <https://gcc.gnu.org/onlinedocs/libquadmath/>`_. |
134134
+-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
135+
| ``KOKKOS_ENABLE_ONEDPL`` | Defined if Kokkos links to the `oneDPL library <https://github.com/oneapi-src/oneDPL>`_ when using the SYCL backend. |
136+
+-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
135137

136138
Architectures
137139
-------------

docs/source/keywords.rst

+3
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ The following options control enabling TPLs:
225225
* * ``Kokkos_ENABLE_LIBDL``
226226
* Whether to enable the LIBDL library
227227
* ``ON``
228+
* * ``Kokkos_ENABLE_ONEDPL``
229+
* Whether to enable the oneDPL library
230+
* ``ON``
228231

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

0 commit comments

Comments
 (0)