-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Dmitry Smekhov edited this page Oct 21, 2017
·
2 revisions
Welcome to the repository which dedicated OpenCL programs for devices on Xilinx FPGA.
- SDAccel - for create and debug OpenCL kernel and create simple console applications
- Qt - for create more complex host applications
- ADM-PCIe-KU3 (Kintex Ultrascale KU060) https://www.alpha-data.com/dcp/products.php?product=adm-pcie-ku3
This examples are testing on Nimbix Cloud: https://www.nimbix.net/xilinx
Development notes are available here: Development Notes
Program for check data transfer between host and Xilinx OpenCL device.
- Doxygen documentation: https://dsmv.github.io/sdaccel/check_transfer/index.html
- Project page: https://github.com/dsmv/sdaccel/projects/1
- Wiki: Check Transfer
OpenCL kernels for Floating point Forward/Inverse Fast Fourier Transform (FFT).
Kernels use project FP23FFTK from Alexander Kapitanov: https://github.com/capitanov/fp23fftk
There are two modifications:
- Software - base on C++ code, work in Emulation-CPU mode.
- Hardware - base on VHDL code, work in Emulation-HW mode and System mode.
Resource:
- Project page: https://github.com/dsmv/sdaccel/projects/2
- Wiki: FP23FFTK_RTL