SWDEV-429053 - Add check for StreamLegacy
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com> Change-Id: I402185a3b81935aaa1c8c4963407b8de21c72d8a
This commit is contained in:
@@ -91,7 +91,7 @@ void setCurrentDevice(unsigned int index) {
|
||||
}
|
||||
|
||||
hip::Stream* getStream(hipStream_t stream, bool wait) {
|
||||
if (stream == nullptr) {
|
||||
if (stream == nullptr || stream == hipStreamLegacy) {
|
||||
return getNullStream(wait);
|
||||
} else {
|
||||
hip::Stream* hip_stream = reinterpret_cast<hip::Stream*>(stream);
|
||||
|
||||
Reference in New Issue
Block a user