From d5dba4780446906bdfef4fd7d69dc74003013572 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) --- src/hip_module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hip_module.cpp b/src/hip_module.cpp index 594555e2b8..c9b6c39c29 100644 --- a/src/hip_module.cpp +++ b/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 {