This commit is contained in:
Hendrik Groove
2024-10-20 02:41:57 +02:00
parent e142b52540
commit 288193cf82
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ bool ArrayInterfaceHandler::IsCudaPtr(void const* ptr) {
return true;
default:
LOG(WARNING) << "Unknown memory type: " << attr.type;
return false;
return true;
}
} else {
LOG(WARNING) << "hipPointerGetAttributes failed with error: "