summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorKyle Edwards <kyedwards@nvidia.com>2024-07-12 20:23:21 (GMT)
committerKyle Edwards <kyedwards@nvidia.com>2024-07-15 14:35:36 (GMT)
commitb3f02006f0893c25a327d5bbdf7a4c68d0ac6028 (patch)
tree5dddb50b362b733dbcf402a483dcdf49ef974eba /Help
parent228fd59897dd2f58ecfd83e3d98348339b38b52c (diff)
downloadCMake-b3f02006f0893c25a327d5bbdf7a4c68d0ac6028.zip
CMake-b3f02006f0893c25a327d5bbdf7a4c68d0ac6028.tar.gz
CMake-b3f02006f0893c25a327d5bbdf7a4c68d0ac6028.tar.bz2
FindCUDAToolkit: Add ability to find static version of nvml
Fixes: #26131
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/cuda-static-nvml.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/cuda-static-nvml.rst b/Help/release/dev/cuda-static-nvml.rst
new file mode 100644
index 0000000..e44b078
--- /dev/null
+++ b/Help/release/dev/cuda-static-nvml.rst
@@ -0,0 +1,5 @@
+cuda-static-nvml
+----------------
+
+* The :module:`FindCUDAToolkit` module now provides a ``CUDA::nvml_static``
+ target.