SWDEV-465461 - Use command's queue instead as it might be changed while constructing memcpy command on MGPU.
Change-Id: Ia6ac40289e1eea320925203cbd52b30f3b64ad2b
Этот коммит содержится в:
@@ -548,7 +548,7 @@ hipError_t ihipMemcpy(void* dst, const void* src, size_t sizeBytes, hipMemcpyKin
|
||||
}
|
||||
command->enqueue();
|
||||
if (!isHostAsync) {
|
||||
stream.finish();
|
||||
command->queue()->finish();
|
||||
} else if (!isGPUAsync) {
|
||||
hip::Stream* pStream = hip::getNullStream(dstMemory->GetDeviceById()->context());
|
||||
amd::Command::EventWaitList waitList;
|
||||
|
||||
Ссылка в новой задаче
Block a user