From 6d1420ab683aaeb2d1d1647841a5ecba0898d6ff Mon Sep 17 00:00:00 2001 From: Aditya Atluri Date: Mon, 21 Mar 2016 14:42:23 -0500 Subject: [PATCH] Disabling default-stream per-thread tests --- tests/src/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/src/CMakeLists.txt b/tests/src/CMakeLists.txt index 84b1dfee0b..bbbb3c52ed 100644 --- a/tests/src/CMakeLists.txt +++ b/tests/src/CMakeLists.txt @@ -109,8 +109,8 @@ macro (make_test_matches exe match_string) ) endmacro() -make_hip_executable (hipAPIStreamEnable hipAPIStreamEnable.cpp) -make_hip_executable (hipAPIStreamDisable hipAPIStreamDisable.cpp) +#make_hip_executable (hipAPIStreamEnable hipAPIStreamEnable.cpp) +#make_hip_executable (hipAPIStreamDisable hipAPIStreamDisable.cpp) make_hip_executable (hip_ballot hip_ballot.cpp) make_hip_executable (hip_anyall hip_anyall.cpp) make_hip_executable (hip_popc hip_popc.cpp) @@ -168,6 +168,6 @@ make_test(hipHcc " " ) make_test(hipHostRegister " ") make_test(hipStreamL5 " ") make_test(hipRandomMemcpyAsync " ") -make_test(hipAPIStreamEnable " ") -make_test(hipAPIStreamDisable " ") +#make_test(hipAPIStreamEnable " ") +#make_test(hipAPIStreamDisable " ") make_hipify_test(specialFunc.cu )