TIOVX User Guide

Detailed Description

Target static configuration values.

Defines

#define TIVX_TARGET_MAX_TARGETS_IN_CPU   (64u)
 Max number of Target that can exist on a CPU.
 
#define TIVX_TARGET_MAX_JOB_QUEUE_DEPTH   (96u)
 Max depth of queue associated with target. More...
 
#define TIVX_MAX_DSP_BAM_USER_PLUGINS   (8u)
 Max number of BAM user plugins on DSP (in addition to builtin vxlib plugins)
 
#define TIVX_DEFAULT_TILE_WIDTH   (64u)
 Default tile width.
 
#define TIVX_DEFAULT_TILE_HEIGHT   (48u)
 Default tile height.
 
#define TIVX_MAX_KERNEL_ID   (VX_KERNEL_MASK)
 Max number of kernel ID's.
 
#define TIVX_MAX_LIBRARY_ID   (VX_LIBRARY(VX_LIBRARY_MASK))
 Max number of kernel library ID's.
 

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 303 of file tivx_config.h.