@@ -123,17 +123,18 @@ Third-Party Library Settings
123
123
124
124
These defines give information about what third-party libaries Kokkos was compiled with.
125
125
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
+ +-------------------------------+------------------------------------------------------------------------------------------------------------------------+
137
138
138
139
Architectures
139
140
-------------
0 commit comments