# Hardware Accelerator

For higher-end devices like drones, service robots, industrial cobots, the Idle Network stack can include the Edge-AI Accelerator IP:

* IP Core licensed to OEMs → integrated alongside their main SoC.
* Provides 140 FPS inference throughput @ 50 W, nearly 2× faster than equivalent GPU at 60% less power.
* Optimized for matrix multiplications (GEMM ops) common in CNNs (Convolutional Neural Nets).
* Interfaces with the Idle Compiler to accept quantized model binaries.

This gives OEM devices a dual purpose: they perform their primary function and generate financial yield through Idle tasks when idle.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.idlenetwork.com/oem-licensing-stack/hardware-accelerator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
