From 47b258a78e3ee5080d3173a3b5af43e88ff330f0 Mon Sep 17 00:00:00 2001 From: Damien L-G Date: Fri, 19 May 2023 11:23:05 -0400 Subject: [PATCH] Remove Kokkos_ENABLE_PROFILING_LOAD_PRINT and pretend it never existed --- docs/source/API/core/Macros.rst | 2 -- docs/source/keywords.rst | 4 ---- 2 files changed, 6 deletions(-) diff --git a/docs/source/API/core/Macros.rst b/docs/source/API/core/Macros.rst index 548e7d3c4..4596b8046 100644 --- a/docs/source/API/core/Macros.rst +++ b/docs/source/API/core/Macros.rst @@ -28,8 +28,6 @@ General Settings +-------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | ``KOKKOS_ENABLE_HBWSPACE`` | Defined if the experimental ``HBWSpace`` memory space is enabled, enabled by KOKKOS_ENABLE_MEMKIND. | +-------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ -| ``KOKKOS_ENABLE_PROFILING_LOAD_PRINT`` | Kokkos will output a message when the profiling library is loaded. | -+-------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | ``KOKKOS_ENABLE_TUNING`` | Whether bindings for tunings are available (see `#2422 `_). | +-------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | ``KOKKOS_ENABLE_COMPLEX_ALIGN`` | Whether complex types are aligned. | diff --git a/docs/source/keywords.rst b/docs/source/keywords.rst index a9049e8e7..8e9e5d10b 100644 --- a/docs/source/keywords.rst +++ b/docs/source/keywords.rst @@ -138,10 +138,6 @@ Enable Options * Perform extra large memory tests * ``OFF`` - * * ``Kokkos_ENABLE_PROFILING_LOAD_PRINT`` - * Print information about which profiling tools got loaded - * ``OFF`` - * * ``Kokkos_ENABLE_TESTS`` * Build tests * ``OFF``