From fb98883e2b06a5c477cc27c00bd8196590eb6fa9 Mon Sep 17 00:00:00 2001 From: Tobias Ribizel Date: Thu, 5 Nov 2020 15:39:53 +0100 Subject: CTest: Add cuda-memcheck to Dart and CTest module Issue: #21388 --- Modules/CTest.cmake | 2 +- Modules/DartConfiguration.tcl.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Modules/CTest.cmake b/Modules/CTest.cmake index 8109108..8265bd2 100644 --- a/Modules/CTest.cmake +++ b/Modules/CTest.cmake @@ -174,7 +174,7 @@ if(BUILD_TESTING) "How many times to retry timed-out CTest submissions.") find_program(MEMORYCHECK_COMMAND - NAMES purify valgrind boundscheck drmemory + NAMES purify valgrind boundscheck drmemory cuda-memcheck compute-sanitizer PATHS "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Rational Software\\Purify\\Setup;InstallFolder]" DOC "Path to the memory checking command, used for memory error detection." diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index 086ba07..d318c26 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -71,6 +71,8 @@ ValgrindCommand: @VALGRIND_COMMAND@ ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@ DrMemoryCommand: @DRMEMORY_COMMAND@ DrMemoryCommandOptions: @DRMEMORY_COMMAND_OPTIONS@ +CudaMemcheckCommand: @CUDA_MEMCHECK_COMMAND@ +CudaMemcheckCommandOptions: @CUDA_MEMCHECK_COMMAND_OPTIONS@ MemoryCheckType: @MEMORYCHECK_TYPE@ MemoryCheckSanitizerOptions: @MEMORYCHECK_SANITIZER_OPTIONS@ MemoryCheckCommand: @MEMORYCHECK_COMMAND@ -- cgit v0.12