Help: add release notes for CTest cuda-memcheck support

This commit is contained in:
Tobias Ribizel
2020-07-01 16:18:26 +02:00
parent f38e4a1871
commit cee92a9fb0

View File

@@ -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`.