From fc0aca2a7dd092a74fe8db1bbadf2ce42b088c8b Mon Sep 17 00:00:00 2001 From: cdevadas Date: Fri, 19 Jul 2019 10:15:34 +0530 Subject: [PATCH] Increased the number of implicit-kernarg bytes to 56 (#1217) --- hipamd/src/hip_module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/src/hip_module.cpp b/hipamd/src/hip_module.cpp index 594555e2b8..c9b6c39c29 100644 --- a/hipamd/src/hip_module.cpp +++ b/hipamd/src/hip_module.cpp @@ -56,7 +56,7 @@ using namespace ELFIO; using namespace std; // For HIP implicit kernargs. -static const size_t HIP_IMPLICIT_KERNARG_SIZE = 48; +static const size_t HIP_IMPLICIT_KERNARG_SIZE = 56; static const size_t HIP_IMPLICIT_KERNARG_ALIGNMENT = 8; struct amd_kernel_code_v3_t {