Commit 07e1aab 1 parent 5752ccc commit 07e1aab Copy full SHA for 07e1aab
File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,8 @@ These defines give information about what third-party libaries Kokkos was compil
132
132
+-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
133
133
| ``KOKKOS_ENABLE_LIBQUADMATH `` | Defined if Kokkos links to the `GCC Quad-Precision Math Library API <https://gcc.gnu.org/onlinedocs/libquadmath/ >`_. |
134
134
+-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
135
+ | ``KOKKOS_ENABLE_ONEDPL `` | Defined if Kokkos links to the `oneDPL library <https://github.com/oneapi-src/oneDPL >`_ when using the SYCL backend. |
136
+ +-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
135
137
136
138
Architectures
137
139
-------------
Original file line number Diff line number Diff line change @@ -225,6 +225,9 @@ The following options control enabling TPLs:
225
225
* * ``Kokkos_ENABLE_LIBDL ``
226
226
* Whether to enable the LIBDL library
227
227
* ``ON ``
228
+ * * ``Kokkos_ENABLE_ONEDPL ``
229
+ * Whether to enable the oneDPL library
230
+ * ``ON ``
228
231
229
232
The following options control finding and configuring non-CMake TPLs:
230
233
You can’t perform that action at this time.
0 commit comments