cupvaDynamicDataFlowParams_t#
Defined in src/host/c_api/include/detail/workloads/cupva_host_dataflow.h
-
struct cupvaDynamicDataFlowParams_t#
Parameters structure for CupvaDynamicDataFlowSetParams.
- Deprecated:
This function is deprecated. Use GatherScatterDataFlow or SequenceDataFlow instead.
This structure is used to setup a DynamicDataFlow with CupvaDynamicDataFlowSetParams
Public Members
-
cupvaParameter_t *handler#
cupvaParameter_t which has been initialized to refer to a DynamicDataFlow handler
-
int32_t nodeCount#
Number of nodes in this DDF. Total number of tiles transferred per trigger is nodeCount * laneCount.
-
int32_t laneCount#
Number of lanes in this DDF. Total number of tiles transferred per trigger is nodeCount * laneCount.