Disabling default-stream per-thread tests
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user