SWDEV-360748 - Update return value for hipExtGetLinkTypeAndHopCount_Positive_Basic test on Windows

Change-Id: I0eb984da6e96c2409e1b1bbda61ae694c8bebe94


[ROCm/clr commit: 9d616ad0f4]
This commit is contained in:
Julia Jiang
2022-10-25 17:14:52 -04:00
committed by Julia Jiang
parent 50e08f9511
commit a83594277d
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -1928,7 +1928,6 @@ class Device : public RuntimeObject {
//! Returns value for LinkAttribute for lost of vectors
virtual bool findLinkInfo(const amd::Device& other_device,
std::vector<LinkAttrType>* link_attr) {
ShouldNotReachHere();
return false;
}
+2 -2
View File
@@ -617,8 +617,8 @@ class Device : public NullDevice {
virtual bool findLinkInfo(const amd::Device& other_device,
std::vector<LinkAttrType>* link_attr) {
// Not implemented in PAL yet
ShouldNotReachHere();
// Unsupported in PAL
LogPrintfError("The function is unsupported on Windows");
return false;
}