SWDEV-405485 - move the param validation
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com> Change-Id: Ic3a27c47a88954da866a91494bcfb8721f33ad2b
Этот коммит содержится в:
коммит произвёл
Maneesh Gupta
родитель
cfc10d0e1e
Коммит
2cdaf7e80f
@@ -389,6 +389,7 @@ hipError_t hipEventRecord_common(hipEvent_t event, hipStream_t stream) {
|
||||
if (event == nullptr) {
|
||||
return hipErrorInvalidHandle;
|
||||
}
|
||||
getStreamPerThread(stream);
|
||||
if (!hip::isValid(stream)) {
|
||||
return hipErrorContextIsDestroyed;
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user