Skip to content

Commit d02c302

Browse files
committed
Comment on usage in sort
1 parent 07e1aab commit d02c302

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

docs/source/API/core/Macros.rst

+12-11
Original file line numberDiff line numberDiff line change
@@ -123,17 +123,18 @@ Third-Party Library Settings
123123

124124
These defines give information about what third-party libaries Kokkos was compiled with.
125125

126-
+-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
127-
| Macro | Description |
128-
+===============================+=======================================================================================================================+
129-
| ``KOKKOS_ENABLE_HWLOC`` | Defined if `libhwloc <https://www.open-mpi.org/projects/hwloc/>`_ is enabled for NUMA and architecture information. |
130-
+-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
131-
| ``KOKKOS_ENABLE_LIBDL`` | Defined if Kokkos links to the dynamic linker (libdl). |
132-
+-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
133-
| ``KOKKOS_ENABLE_LIBQUADMATH`` | Defined if Kokkos links to the `GCC Quad-Precision Math Library API <https://gcc.gnu.org/onlinedocs/libquadmath/>`_. |
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-
+-------------------------------+-----------------------------------------------------------------------------------------------------------------------+
126+
+-------------------------------+------------------------------------------------------------------------------------------------------------------------+
127+
| Macro | Description |
128+
+===============================+========================================================================================================================+
129+
| ``KOKKOS_ENABLE_HWLOC`` | Defined if `libhwloc <https://www.open-mpi.org/projects/hwloc/>`_ is enabled for NUMA and architecture information. |
130+
+-------------------------------+------------------------------------------------------------------------------------------------------------------------+
131+
| ``KOKKOS_ENABLE_LIBDL`` | Defined if Kokkos links to the dynamic linker (libdl). |
132+
+-------------------------------+------------------------------------------------------------------------------------------------------------------------+
133+
| ``KOKKOS_ENABLE_LIBQUADMATH`` | Defined if Kokkos links to the `GCC Quad-Precision Math Library API <https://gcc.gnu.org/onlinedocs/libquadmath/>`_. |
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+
| | Enabling this TPL might affect performance for Kokkos algorithms that use it, e.g., `sort`. |
137+
+-------------------------------+------------------------------------------------------------------------------------------------------------------------+
137138

138139
Architectures
139140
-------------

0 commit comments

Comments
 (0)