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:
committed by
Karthik Jayaprakash
parent
7fde2122aa
commit
722bfd0a5d
Regular → Executable
+3
@@ -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*/);
|
||||
|
||||
Reference in New Issue
Block a user