[SDK] remove HIP_MEMSET_NODE_PARAMS for HIP step version to 13 (#343)

* Update api_args.h hip_memset_node_params to version 13

* Update format.hpp move version to 13 hip_memset_node_params

[ROCm/rocprofiler-sdk commit: 235a148ce6]
This commit is contained in:
Kandula, Venkateshwar reddy
2025-04-16 12:34:48 -05:00
کامیت شده توسط GitHub
والد a15f26f7ef
کامیت 9b26fd9c08
2فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
@@ -2782,10 +2782,10 @@ typedef union rocprofiler_hip_api_args_t
hipGraph_t hGraph;
const hipGraphNode_t* dependencies;
size_t numDependencies;
#if HIP_RUNTIME_API_TABLE_STEP_VERSION < 12
#if HIP_RUNTIME_API_TABLE_STEP_VERSION < 13
const HIP_MEMSET_NODE_PARAMS* memsetParams;
#endif
#if HIP_RUNTIME_API_TABLE_STEP_VERSION >= 12
#if HIP_RUNTIME_API_TABLE_STEP_VERSION >= 13
const hipMemsetParams* memsetParams;
#endif
hipCtx_t ctx;
@@ -2971,10 +2971,10 @@ typedef union rocprofiler_hip_api_args_t
{
hipGraphExec_t hGraphExec;
hipGraphNode_t hNode;
# if HIP_RUNTIME_API_TABLE_STEP_VERSION < 12
# if HIP_RUNTIME_API_TABLE_STEP_VERSION < 13
const HIP_MEMSET_NODE_PARAMS* memsetParams;
# endif
# if HIP_RUNTIME_API_TABLE_STEP_VERSION >= 12
# if HIP_RUNTIME_API_TABLE_STEP_VERSION >= 13
const hipMemsetParams* memsetParams;
# endif
hipCtx_t ctx;