SWDEV-429053 - Add more check for hipStreamLegacy
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: Iaf802372b160b09e5e8451074af1731e4f1d410a
[ROCm/clr commit: 7257f56c60]
Этот коммит содержится в:
коммит произвёл
Shadi Dashmiz
родитель
386c8a80b0
Коммит
0678768fd3
@@ -235,7 +235,7 @@ const char* ihipGetErrorName(hipError_t hip_error);
|
||||
hipStreamCaptureStatusActive) { \
|
||||
hipError_t status = hip::capture##name(stream, ##__VA_ARGS__); \
|
||||
return status; \
|
||||
} else if (stream != nullptr && \
|
||||
} else if (stream != nullptr && stream != hipStreamLegacy && \
|
||||
reinterpret_cast<hip::Stream*>(stream)->GetCaptureStatus() == \
|
||||
hipStreamCaptureStatusInvalidated) { \
|
||||
return hipErrorStreamCaptureInvalidated; \
|
||||
|
||||
Ссылка в новой задаче
Block a user