Increased the number of implicit-kernarg bytes to 56 (#1217)
This commit is contained in:
@@ -56,7 +56,7 @@ using namespace ELFIO;
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
// For HIP implicit kernargs.
|
// 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;
|
static const size_t HIP_IMPLICIT_KERNARG_ALIGNMENT = 8;
|
||||||
|
|
||||||
struct amd_kernel_code_v3_t {
|
struct amd_kernel_code_v3_t {
|
||||||
|
|||||||
Reference in New Issue
Block a user