SWDEV-429053 - Add hipStreamLegacy define

Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: Idfbb2d15280f12f747b95125dfe6982b1722fca1
This commit is contained in:
sdashmiz
2024-01-12 10:53:40 -05:00
committed by Shadi Dashmiz
parent edf2e473e3
commit 3638db85a3
+2
View File
@@ -804,6 +804,8 @@ enum hipLimit_t {
/** Implicit stream per application thread.*/
#define hipStreamPerThread ((hipStream_t)2)
#define hipStreamLegacy ((hipStream_t)1)
// Indicates that the external memory object is a dedicated resource
#define hipExternalMemoryDedicated 0x1
/**