From 3638db85a304874323edba8e23e65f9184317f6d Mon Sep 17 00:00:00 2001 From: sdashmiz Date: Fri, 12 Jan 2024 10:53:40 -0500 Subject: [PATCH] SWDEV-429053 - Add hipStreamLegacy define Signed-off-by: sdashmiz Change-Id: Idfbb2d15280f12f747b95125dfe6982b1722fca1 --- include/hip/hip_runtime_api.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/hip/hip_runtime_api.h b/include/hip/hip_runtime_api.h index a6acf64418..6d936a40cf 100644 --- a/include/hip/hip_runtime_api.h +++ b/include/hip/hip_runtime_api.h @@ -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 /**