VART-X  0.3.0
vart_device.hpp File Reference

Device module managing hardware context and xclbin loading. More...

#include <memory>
#include <string>
Include dependency graph for vart_device.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vart::Device
 Manages the hardware context and loading of xclbin onto the device. Any module utilizing hardware acceleration requires a Device instance. Instances are not constructed directly; use the static factory get_device_hdl(), which caches results per (dev_idx, xclbin_loc). More...
 

Namespaces

 vart
 VART (Vitis AI Runtime) public API namespace.
 

Detailed Description

Device module managing hardware context and xclbin loading.