Skip to content

Commit

Permalink
Merge pull request #381 from dalg24/remove_kokkos_enable_profiling_lo…
Browse files Browse the repository at this point in the history
…ad_print

Remove `Kokkos_ENABLE_PROFILING_LOAD_PRINT` and pretend it never existed
  • Loading branch information
dalg24 authored May 22, 2023
2 parents 207db07 + 47b258a commit a864cfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docs/source/API/core/Macros.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/kokkos/kokkos/pull/2422>`_). |
+-------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| ``KOKKOS_ENABLE_COMPLEX_ALIGN`` | Whether complex types are aligned. |
Expand Down
4 changes: 0 additions & 4 deletions docs/source/keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down

0 comments on commit a864cfd

Please sign in to comment.