[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
This commit is contained in:
کامیت شده توسط
GitHub
والد
6cea857c6a
کامیت
235a148ce6
@@ -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={}{}",
|
||||
'{',
|
||||
|
||||
مرجع در شماره جدید
Block a user