summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-xrt
Commit message (Collapse)AuthorAgeFilesLines
...
* xrt: Xilinx Runtime User Space Libraries and headersMin Ma2019-06-281-0/+28
| | | | | | | | | | | This recipe enables building of Xilinx Runtime User Space Libraries and headers. Xilinx Runtime (XRT) is implemented as as a combination of userspace and kernel driver components. XRT supports both PCIe based boards like U200, U250 and MPSoC base embedded platforms. XRT provides a standardized software interface to Xilinx FPGA Signed-off-by: Min Ma <min.ma@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* zocl: Recipe for Xilinx runtime driver moduleMin Ma2019-06-281-0/+14
| | | | | | | | Xilinx Runtime driver module provides memory management and compute unit schedule. This recipe builds the associated kernel module Signed-off-by: Min Ma <min.ma@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* opencl-clhpp_git.bb: Recipe for OpenCL Host API C++ bindingsMin Ma2019-06-281-0/+27
| | | | | | | | | Recipe for OpenCL Host API C++ bindings. The interface is contained with a single C++ header file cl2.hpp and all definitions are contained within the namespace cl. Signed-off-by: Min Ma <min.ma@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* ocl-icd_git.bb: Add recipe for OpenCL ICD loadersMin Ma2019-06-281-0/+19
This recipe creates package which aims at creating an Open Source alternative to vendor specific OpenCL ICD loaders. Signed-off-by: Min Ma <min.ma@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>