From 8bb3011cb135c2a50cfbf34aae148993dc2e49ff Mon Sep 17 00:00:00 2001 From: jiabaxie Date: Mon, 24 Jul 2023 14:54:47 -0400 Subject: [PATCH] SWDEV-356568 - [ABI Break] changed hipIpcMemLazyEnablePeerAccess flag value Change-Id: I7c8a5d61aebcfc43b36669f36e53f0043f72c963 --- include/hip/hip_runtime_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hip/hip_runtime_api.h b/include/hip/hip_runtime_api.h index 3ee0177138..80d6c36fec 100644 --- a/include/hip/hip_runtime_api.h +++ b/include/hip/hip_runtime_api.h @@ -523,7 +523,7 @@ typedef enum hipDeviceP2PAttr { hipDevP2PAttrHipArrayAccessSupported } hipDeviceP2PAttr; typedef struct ihipStream_t* hipStream_t; -#define hipIpcMemLazyEnablePeerAccess 0 +#define hipIpcMemLazyEnablePeerAccess 0x01 #define HIP_IPC_HANDLE_SIZE 64 typedef struct hipIpcMemHandle_st { char reserved[HIP_IPC_HANDLE_SIZE];