From 05cf6561517d7a6a456b01b3fad2c0aa6b054442 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Sat, 18 Jun 2016 15:48:42 +0530 Subject: [PATCH] Disable hipMemcpyAll test Change-Id: I58ff2e1baa91e3af335dd869ce4f6d56cd81028c [ROCm/hip commit: 50be71206dc6067815f86f5c78a8757ab6036ac4] --- projects/hip/tests/src/runtimeApi/memory/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/tests/src/runtimeApi/memory/CMakeLists.txt b/projects/hip/tests/src/runtimeApi/memory/CMakeLists.txt index 2846fab194..2a911bbea8 100644 --- a/projects/hip/tests/src/runtimeApi/memory/CMakeLists.txt +++ b/projects/hip/tests/src/runtimeApi/memory/CMakeLists.txt @@ -25,7 +25,7 @@ make_named_test(hipMemcpy_simple "hipMemcpyAsync-simple" --async) build_hip_executable (hipMemoryAllocate hipMemoryAllocate.cpp) build_hip_executable (hipMemcpyAll hipMemcpyAll.cpp) -make_test(hipMemcpyAll " ") +#make_test(hipMemcpyAll " ") # Debug synchronization, then enable. make_test(hipMemoryAllocate " ")