SWDEV-253349 - Add a SKIP state for hip directed tests when HIP_BRINGUP_SKIP macro is used.
Change-Id: If176cf775e568d4b32982127731223fe96a38f0d
[ROCm/hip commit: d1f82881f6]
Este commit está contenido en:
cometido por
Karthik Jayaprakash
padre
7fde2122aa
commit
722bfd0a5d
@@ -77,6 +77,9 @@ int main() {
|
||||
HIPCHECK(hipFree(Z_d));
|
||||
} else {
|
||||
std::cout<<"Machine does not seem to have P2P Capabilities, Empty Pass"<<std::endl;
|
||||
if (hip_skip_tests_enabled()) {
|
||||
return hip_skip_retcode();
|
||||
}
|
||||
}
|
||||
}
|
||||
passed();
|
||||
|
||||
Referencia en una nueva incidencia
Block a user