:orphan: .. title:: CONFIG_INTEL_GNA_MAX_PENDING_REQUESTS .. kconfig:: CONFIG_INTEL_GNA_MAX_PENDING_REQUESTS CONFIG_INTEL_GNA_MAX_PENDING_REQUESTS ##################################### *Max number of pending inference requests* Type: ``int`` Help ==== .. code-block:: none Maximum number of pending inference requests in the driver Direct dependencies =================== \ :kconfig:`INTEL_GNA ` && \ :kconfig:`NEURAL_NET_ACCEL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== At ``/neural_net/Kconfig.intel_gna:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:88`` → ``/neural_net/Kconfig:17`` Menu path: (Top) → Device Drivers → Neural Network Accelerator Drivers → Intel GNA Inferencing Engine .. code-block:: kconfig config INTEL_GNA_MAX_PENDING_REQUESTS int "Max number of pending inference requests" default 4 depends on INTEL_GNA && NEURAL_NET_ACCEL help Maximum number of pending inference requests in the driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*