Browse Source

Help: add release notes for CTest cuda-memcheck support

Tobias Ribizel 5 years ago
parent
commit
cee92a9fb0
1 changed files with 8 additions and 0 deletions
  1. 8 0
      Help/release/dev/ctest-cuda-memcheck.rst

+ 8 - 0
Help/release/dev/ctest-cuda-memcheck.rst

@@ -0,0 +1,8 @@
+CTest
+-----
+
+* :manual:`ctest(1)` gained support for cuda-memcheck as ``CTEST_MEMORYCHECK_COMMAND``.
+  The different tools (memcheck, racecheck, synccheck, initcheck) supplied by
+  cuda-memcheck can be selected by setting the appropriate flags using the
+  ``CTEST_MEMORYCHECK_COMMAND_OPTIONS`` variable.
+  The default flags are `--tool memcheck --leak-check full`.