diff options
author | Robert Maynard <rmaynard@nvidia.com> | 2023-06-06 18:34:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-06-07 17:58:09 (GMT) |
commit | f9579ffaa6c50f232b4f60e07a069afe8c520a07 (patch) | |
tree | 4b12c4014fbf9631092c5ef03d257568a97e8f92 /Help | |
parent | c01091d2cf786f361a47a2875ba73d05c1642488 (diff) | |
download | CMake-f9579ffaa6c50f232b4f60e07a069afe8c520a07.zip CMake-f9579ffaa6c50f232b4f60e07a069afe8c520a07.tar.gz CMake-f9579ffaa6c50f232b4f60e07a069afe8c520a07.tar.bz2 |
FindCUDAToolkit: Add cupti nvperf and pcsampling targets
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. |