diff options
author | Brad King <brad.king@kitware.com> | 2023-06-08 14:47:19 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-06-08 14:48:10 (GMT) |
commit | db92b8d401c6e999198c9dad04664b548be3c82f (patch) | |
tree | 86bb09560ac8cd9591334ad1b6fbc7401ab02bd3 /Help | |
parent | 7eed87d82e10ffafea1ad625e9b5ea4f6d8c8818 (diff) | |
parent | f9579ffaa6c50f232b4f60e07a069afe8c520a07 (diff) | |
download | CMake-db92b8d401c6e999198c9dad04664b548be3c82f.zip CMake-db92b8d401c6e999198c9dad04664b548be3c82f.tar.gz CMake-db92b8d401c6e999198c9dad04664b548be3c82f.tar.bz2 |
Merge topic 'FindCUDAToolkit-cupti-nvperf'
f9579ffaa6 FindCUDAToolkit: Add cupti nvperf and pcsampling targets
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8545
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.27.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/release/3.27.rst b/Help/release/3.27.rst index db087fe..dadd7a6 100644 --- a/Help/release/3.27.rst +++ b/Help/release/3.27.rst @@ -129,7 +129,8 @@ Modules ------- * The :module:`FindCUDAToolkit` module now provides an imported target for - ``cudla``, if found. + ``cudla``, and imported targets for CUPTI's ``nvperf`` and ``pcsampling`` + components. * The :module:`FindDoxygen` module's :command:`doxygen_add_docs` command gained a ``CONFIG_FILE`` option to specify a custom doxygen configuration file. |