2
0

[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]
Este cometimento está contido em:
Kandula, Venkateshwar reddy
2025-04-16 12:34:48 -05:00
cometido por GitHub
ascendente a15f26f7ef
cometimento 9b26fd9c08
2 ficheiros modificados com 5 adições e 5 eliminações
@@ -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;
@@ -152,7 +152,7 @@ ROCP_SDK_HIP_FORMATTER(hipGraphEdgeData,
v.to_port,
v.type,
'}')
#if HIP_RUNTIME_API_TABLE_STEP_VERSION < 12
#if HIP_RUNTIME_API_TABLE_STEP_VERSION < 13
ROCP_SDK_HIP_FORMATTER(HIP_MEMSET_NODE_PARAMS,
"{}dst={}, pitch={}, value={}, elementSize={}, width={}, height={}{}",
'{',