@@ -1616,8 +1616,8 @@ typedef struct hip_api_data_s {
1616
1616
const hipGraphNode_t* dependencies;
1617
1617
hipGraphNode_t dependencies__val;
1618
1618
size_t numDependencies;
1619
- const HIP_MEMSET_NODE_PARAMS * memsetParams;
1620
- HIP_MEMSET_NODE_PARAMS memsetParams__val;
1619
+ const hipMemsetParams * memsetParams;
1620
+ hipMemsetParams memsetParams__val;
1621
1621
hipCtx_t ctx;
1622
1622
} hipDrvGraphAddMemsetNode;
1623
1623
struct {
@@ -1630,8 +1630,8 @@ typedef struct hip_api_data_s {
1630
1630
struct {
1631
1631
hipGraphExec_t hGraphExec;
1632
1632
hipGraphNode_t hNode;
1633
- const HIP_MEMSET_NODE_PARAMS * memsetParams;
1634
- HIP_MEMSET_NODE_PARAMS memsetParams__val;
1633
+ const hipMemsetParams * memsetParams;
1634
+ hipMemsetParams memsetParams__val;
1635
1635
hipCtx_t ctx;
1636
1636
} hipDrvGraphExecMemsetNodeSetParams;
1637
1637
struct {
@@ -4059,13 +4059,13 @@ typedef struct hip_api_data_s {
4059
4059
cb_data.args.hipDrvGraphAddMemcpyNode.copyParams = (const HIP_MEMCPY3D*)copyParams; \
4060
4060
cb_data.args.hipDrvGraphAddMemcpyNode.ctx = (hipCtx_t)ctx; \
4061
4061
};
4062
- // hipDrvGraphAddMemsetNode[('hipGraphNode_t*', 'phGraphNode'), ('hipGraph_t', 'hGraph'), ('const hipGraphNode_t*', 'dependencies'), ('size_t', 'numDependencies'), ('const HIP_MEMSET_NODE_PARAMS *', 'memsetParams'), ('hipCtx_t', 'ctx')]
4062
+ // hipDrvGraphAddMemsetNode[('hipGraphNode_t*', 'phGraphNode'), ('hipGraph_t', 'hGraph'), ('const hipGraphNode_t*', 'dependencies'), ('size_t', 'numDependencies'), ('const hipMemsetParams *', 'memsetParams'), ('hipCtx_t', 'ctx')]
4063
4063
#define INIT_hipDrvGraphAddMemsetNode_CB_ARGS_DATA(cb_data) { \
4064
4064
cb_data.args.hipDrvGraphAddMemsetNode.phGraphNode = (hipGraphNode_t*)phGraphNode; \
4065
4065
cb_data.args.hipDrvGraphAddMemsetNode.hGraph = (hipGraph_t)hGraph; \
4066
4066
cb_data.args.hipDrvGraphAddMemsetNode.dependencies = (const hipGraphNode_t*)dependencies; \
4067
4067
cb_data.args.hipDrvGraphAddMemsetNode.numDependencies = (size_t)numDependencies; \
4068
- cb_data.args.hipDrvGraphAddMemsetNode.memsetParams = (const HIP_MEMSET_NODE_PARAMS *)memsetParams; \
4068
+ cb_data.args.hipDrvGraphAddMemsetNode.memsetParams = (const hipMemsetParams *)memsetParams; \
4069
4069
cb_data.args.hipDrvGraphAddMemsetNode.ctx = (hipCtx_t)ctx; \
4070
4070
};
4071
4071
// hipDrvGraphExecMemcpyNodeSetParams[('hipGraphExec_t', 'hGraphExec'), ('hipGraphNode_t', 'hNode'), ('const HIP_MEMCPY3D*', 'copyParams'), ('hipCtx_t', 'ctx')]
@@ -4075,11 +4075,11 @@ typedef struct hip_api_data_s {
4075
4075
cb_data.args.hipDrvGraphExecMemcpyNodeSetParams.copyParams = (const HIP_MEMCPY3D*)copyParams; \
4076
4076
cb_data.args.hipDrvGraphExecMemcpyNodeSetParams.ctx = (hipCtx_t)ctx; \
4077
4077
};
4078
- // hipDrvGraphExecMemsetNodeSetParams[('hipGraphExec_t', 'hGraphExec'), ('hipGraphNode_t', 'hNode'), ('const HIP_MEMSET_NODE_PARAMS *', 'memsetParams'), ('hipCtx_t', 'ctx')]
4078
+ // hipDrvGraphExecMemsetNodeSetParams[('hipGraphExec_t', 'hGraphExec'), ('hipGraphNode_t', 'hNode'), ('const hipMemsetParams *', 'memsetParams'), ('hipCtx_t', 'ctx')]
4079
4079
#define INIT_hipDrvGraphExecMemsetNodeSetParams_CB_ARGS_DATA(cb_data) { \
4080
4080
cb_data.args.hipDrvGraphExecMemsetNodeSetParams.hGraphExec = (hipGraphExec_t)hGraphExec; \
4081
4081
cb_data.args.hipDrvGraphExecMemsetNodeSetParams.hNode = (hipGraphNode_t)hNode; \
4082
- cb_data.args.hipDrvGraphExecMemsetNodeSetParams.memsetParams = (const HIP_MEMSET_NODE_PARAMS *)memsetParams; \
4082
+ cb_data.args.hipDrvGraphExecMemsetNodeSetParams.memsetParams = (const hipMemsetParams *)memsetParams; \
4083
4083
cb_data.args.hipDrvGraphExecMemsetNodeSetParams.ctx = (hipCtx_t)ctx; \
4084
4084
};
4085
4085
// hipDrvGraphMemcpyNodeGetParams[('hipGraphNode_t', 'hNode'), ('HIP_MEMCPY3D*', 'nodeParams')]
@@ -6510,7 +6510,7 @@ static inline void hipApiArgsInit(hip_api_id_t id, hip_api_data_t* data) {
6510
6510
if (data->args.hipDrvGraphAddMemcpyNode.dependencies) data->args.hipDrvGraphAddMemcpyNode.dependencies__val = *(data->args.hipDrvGraphAddMemcpyNode.dependencies);
6511
6511
if (data->args.hipDrvGraphAddMemcpyNode.copyParams) data->args.hipDrvGraphAddMemcpyNode.copyParams__val = *(data->args.hipDrvGraphAddMemcpyNode.copyParams);
6512
6512
break;
6513
- // hipDrvGraphAddMemsetNode[('hipGraphNode_t*', 'phGraphNode'), ('hipGraph_t', 'hGraph'), ('const hipGraphNode_t*', 'dependencies'), ('size_t', 'numDependencies'), ('const HIP_MEMSET_NODE_PARAMS *', 'memsetParams'), ('hipCtx_t', 'ctx')]
6513
+ // hipDrvGraphAddMemsetNode[('hipGraphNode_t*', 'phGraphNode'), ('hipGraph_t', 'hGraph'), ('const hipGraphNode_t*', 'dependencies'), ('size_t', 'numDependencies'), ('const hipMemsetParams *', 'memsetParams'), ('hipCtx_t', 'ctx')]
6514
6514
case HIP_API_ID_hipDrvGraphAddMemsetNode:
6515
6515
if (data->args.hipDrvGraphAddMemsetNode.phGraphNode) data->args.hipDrvGraphAddMemsetNode.phGraphNode__val = *(data->args.hipDrvGraphAddMemsetNode.phGraphNode);
6516
6516
if (data->args.hipDrvGraphAddMemsetNode.dependencies) data->args.hipDrvGraphAddMemsetNode.dependencies__val = *(data->args.hipDrvGraphAddMemsetNode.dependencies);
@@ -6520,7 +6520,7 @@ static inline void hipApiArgsInit(hip_api_id_t id, hip_api_data_t* data) {
6520
6520
case HIP_API_ID_hipDrvGraphExecMemcpyNodeSetParams:
6521
6521
if (data->args.hipDrvGraphExecMemcpyNodeSetParams.copyParams) data->args.hipDrvGraphExecMemcpyNodeSetParams.copyParams__val = *(data->args.hipDrvGraphExecMemcpyNodeSetParams.copyParams);
6522
6522
break;
6523
- // hipDrvGraphExecMemsetNodeSetParams[('hipGraphExec_t', 'hGraphExec'), ('hipGraphNode_t', 'hNode'), ('const HIP_MEMSET_NODE_PARAMS *', 'memsetParams'), ('hipCtx_t', 'ctx')]
6523
+ // hipDrvGraphExecMemsetNodeSetParams[('hipGraphExec_t', 'hGraphExec'), ('hipGraphNode_t', 'hNode'), ('const hipMemsetParams *', 'memsetParams'), ('hipCtx_t', 'ctx')]
6524
6524
case HIP_API_ID_hipDrvGraphExecMemsetNodeSetParams:
6525
6525
if (data->args.hipDrvGraphExecMemsetNodeSetParams.memsetParams) data->args.hipDrvGraphExecMemsetNodeSetParams.memsetParams__val = *(data->args.hipDrvGraphExecMemsetNodeSetParams.memsetParams);
6526
6526
break;
0 commit comments