TIOVX User Guide

Detailed Description

TI Extensions static configuration values.

Defines

#define TIVX_TARGET_MAX_JOB_QUEUE_DEPTH   (96u)
 Max depth of queue associated with target. More...
 
#define TIVX_DEFAULT_TILE_HEIGHT   (48u)
 Default tile height.
 
#define TIVX_DEFAULT_TILE_WIDTH   (64u)
 Default tile width.
 
#define TIVX_MAX_DSP_BAM_USER_PLUGINS   (8u)
 Max number of BAM user plugins on DSP (in addition to builtin vxlib plugins)
 
#define TIVX_SUPER_NODE_MAX_NODES   (16u)
 Max number of nodes per super node.
 
#define TIVX_SUPER_NODE_MAX_EDGES   (16u)
 Max number of edges per super node.
 
#define TIVX_SUPER_NODE_MAX_OBJECTS   (16u)
 Max number super node objects supported.
 

Macro Definition Documentation

◆ TIVX_TARGET_MAX_JOB_QUEUE_DEPTH

#define TIVX_TARGET_MAX_JOB_QUEUE_DEPTH   (96u)

Max depth of queue associated with target.

Note
Since this parameter is only used on target, it can not yet be tracked for max usage, so generated report reports static value

Definition at line 166 of file tivx_target.h.