# FGPU_IPython **Repository Path**: research-project-team/FGPU_IPython ## Basic Information - **Project Name**: FGPU_IPython - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-12 - **Last Updated**: 2021-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## FGPU Demo using PYNQ on the Xilinx ZC706 FGPU is a soft GPU-like architecture for FPGAs. It can be programmed using OpenCL and customized according to application needs. ### Website http://www.esit.rub.de ### Package Installation * the package installation is part of the example notebook in the 'notebooks' folder * manual install from terminal via: ```sh sudo -H pip install --upgrade 'git+https://github.com/malkadi/FGPU_IPython' ``` ### Usage See example notebooks in the 'notebooks' folder. ### Papers * [FGPU: An SIMT-Architecture for FPGAs] (http://dl.acm.org/citation.cfm?id=2847273) * Integer Computations with Soft GPGPU on FPGAs