Change-Id: I7631965286bad5684bacb7e38c63031b5c691dc0
Этот коммит содержится в:
Sarbojit Sarkar
2020-05-20 03:50:36 -04:00
родитель 50be95e169
Коммит 87d1101a33
+3
Просмотреть файл
@@ -110,6 +110,9 @@ hipError_t ihipMemcpy(void* dst, const void* src, size_t sizeBytes, hipMemcpyKin
// Skip if nothing needs writing.
return hipSuccess;
}
if (dst == nullptr || src == nullptr) {
return hipErrorInvalidValue;
}
amd::Command* command = nullptr;
amd::Command::EventWaitList waitList;