summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-06-08 14:47:19 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-06-08 14:48:10 (GMT)
commitdb92b8d401c6e999198c9dad04664b548be3c82f (patch)
tree86bb09560ac8cd9591334ad1b6fbc7401ab02bd3 /Help
parent7eed87d82e10ffafea1ad625e9b5ea4f6d8c8818 (diff)
parentf9579ffaa6c50f232b4f60e07a069afe8c520a07 (diff)
downloadCMake-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.rst3
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.