From 4ebc038decd908654757ade550834c852257a12c Mon Sep 17 00:00:00 2001 From: Sarbojit2019 <52527887+SarbojitAMD@users.noreply.github.com> Date: Thu, 7 Jul 2022 12:07:52 +0530 Subject: [PATCH] SWDEV-343159 - corrected macro value (#2785) [ROCm/hip commit: 76ce7131d989f446cb7048fd1d841741b0f4ef0a] --- projects/hip/include/hip/hip_runtime_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/include/hip/hip_runtime_api.h b/projects/hip/include/hip/hip_runtime_api.h index f8a244d046..868f0de44a 100644 --- a/projects/hip/include/hip/hip_runtime_api.h +++ b/projects/hip/include/hip/hip_runtime_api.h @@ -657,7 +657,7 @@ enum hipLimit_t { #define hipDeviceScheduleBlockingSync 0x4 #define hipDeviceScheduleMask 0x7 #define hipDeviceMapHost 0x8 -#define hipDeviceLmemResizeToMax 0x16 +#define hipDeviceLmemResizeToMax 0x10 /** Default HIP array allocation flag.*/ #define hipArrayDefault 0x00 #define hipArrayLayered 0x01