malkadi / FGPU_IPython

GNU General Public License v3.0
23 stars 8 forks source link

PYNQ-Z1 board support #2

Closed davidbrochart closed 4 years ago

davidbrochart commented 6 years ago

Hi @malkadi,

I understand that this project has been developed on a ZC706 board, does it mean it doesn't work on a PYNQ-Z1 board? It doesn't seem so, because it hangs when executing fgpu.download_kernel().

malkadi commented 6 years ago

The z020 on PYNQ-Z1 is about 1/4 as big as the z045 on the ZC706. You may try to compile the FGPU for the Z1 board. However, I think that the performance would hardly meet the ARM Cortex-A9.

davidbrochart commented 6 years ago

I see, thanks.

beef9 commented 4 years ago

When I try to compile for a different architecture (arm) for PYNQ-Z1 board, there is a file named "benchmark.cl" which is missing from repo.

xilinx@pynq:~/jupyter_notebooks/FGPU_IPython/FGPU$ ./compile.sh
OpenCL file is needed!
malkadi commented 4 years ago

@beef9 you may use any .cl file FGPU_IPython/notebooks/OpenCL_code