SWDEV-429053 - Add more check for hipStreamLegacy
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com> Change-Id: Iaf802372b160b09e5e8451074af1731e4f1d410a
此提交包含在:
@@ -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; \
|
||||
|
||||
新增問題並參考
封鎖使用者