Disabling default-stream per-thread tests

This commit is contained in:
Aditya Atluri
2016-03-21 14:42:23 -05:00
parent ab910efb96
commit 6d1420ab68
+4 -4
View File
@@ -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 )