The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_INTEL_GNA_MAX_PENDING_REQUESTS

Max number of pending inference requests

Type: int

Help

Maximum number of pending inference requests in the driver

Direct dependencies

INTEL_GNA && NEURAL_NET_ACCEL

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/neural_net/Kconfig.intel_gna:33

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:86drivers/neural_net/Kconfig:19

Menu path: (top menu) → Device Drivers → Neural Network Accelerator Drivers → Intel GNA Inferencing Engine

config INTEL_GNA_MAX_PENDING_REQUESTS
    int
    prompt "Max number of pending inference requests" if INTEL_GNA && NEURAL_NET_ACCEL
    default 4 if INTEL_GNA && NEURAL_NET_ACCEL
    depends on INTEL_GNA && NEURAL_NET_ACCEL
    help
      Maximum number of pending inference requests in the driver

(Definitions include propagated dependencies, including from if’s and menus.)