From 763dd0cb766a80147a82096e91cdefdd2dd077f4 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 --- hipamd/tests/src/runtimeApi/memory/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/tests/src/runtimeApi/memory/CMakeLists.txt b/hipamd/tests/src/runtimeApi/memory/CMakeLists.txt index 2846fab194..2a911bbea8 100644 --- a/hipamd/tests/src/runtimeApi/memory/CMakeLists.txt +++ b/hipamd/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 " ")