[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:
committed by
GitHub
parent
6cea857c6a
commit
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;
|
||||
|
||||
Reference in New Issue
Block a user