ctest-cuda-memcheck.rst 365 B

12345678
  1. CTest
  2. -----
  3. * :manual:`ctest(1)` gained support for cuda-memcheck as ``CTEST_MEMORYCHECK_COMMAND``.
  4. The different tools (memcheck, racecheck, synccheck, initcheck) supplied by
  5. cuda-memcheck can be selected by setting the appropriate flags using the
  6. ``CTEST_MEMORYCHECK_COMMAND_OPTIONS`` variable.
  7. The default flags are `--tool memcheck --leak-check full`.