SWDEV-429053 - Add more check for hipStreamLegacy

Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: Iaf802372b160b09e5e8451074af1731e4f1d410a
This commit is contained in:
sdashmiz
2024-05-31 10:09:20 -04:00
committed by Shadi Dashmiz
parent e3114e8f38
commit 7257f56c60
+1 -1
View File
@@ -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; \