Overview of Hello World XRT Example
mainThis example demonstrates vector addition using the XRT (Xilinx Runtime) Native APIs. It is designed to illustrate how to interact with hardware devices, manage memory buffers, and execute kernels using C++.
Key Concepts:
- XRT Native APIs: The low-level interface for managing kernels and hardware resources.
- Task Level Parallelism: The kernel utilizes HLS Dataflow to schedule multiple tasks together for higher throughput.
Note: This example is not compatible with NoDMA platforms (e.g., u50 nodma).