Increased the number of implicit-kernarg bytes to 56 (#1217)

这个提交包含在:
cdevadas
2019-07-19 10:15:34 +05:30
提交者 Maneesh Gupta
父节点 fa4d6b353a
当前提交 d5dba47804
+1 -1
查看文件
@@ -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 {