SWDEV-253349 - Add a SKIP state for hip directed tests when HIP_BRINGUP_SKIP macro is used.

Change-Id: If176cf775e568d4b32982127731223fe96a38f0d


[ROCm/hip commit: d1f82881f6]
This commit is contained in:
kjayapra-amd
2020-09-21 21:18:25 -04:00
committed by Karthik Jayaprakash
parent 7fde2122aa
commit 722bfd0a5d
15 changed files with 74 additions and 5 deletions
+3
View File
@@ -395,6 +395,9 @@ int main(int argc, char* argv[]) {
if (gpuCount < 2) {
printf("P2P application requires atleast 2 gpu devices\n");
if (hip_skip_tests_enabled()) {
return hip_skip_retcode();
}
} else {
if (p_tests & 0x100) {
testPeerHostToDevice(false /*useAsyncCopy*/);