Changes between Version 9 and Version 10 of Public/User_Guide/DEEP-EST_DAM


Ignore:
Timestamp:
Nov 7, 2019, 12:47:11 PM (5 years ago)
Author:
Jochen Kreutz
Comment:

Added link to FPGA vector addition tutorial in Gitlab

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/DEEP-EST_DAM

    v9 v10  
    6363
    6464In addition, you will have to adapt the OpenCL host file to select the correct platform ("Intel(R) FPGA SDK for OpenCL(TM)" or "Intel(R) FPGA Emulation Platform for OpenCL(TM) (preview)").
     65
    6566**Attention:** Compiling kernels for the FPGA device (instead of the emulator) might take several hours.
    6667
    6768Although eclipse is available on the DAM nodes, compiling and running the example applications might not work out, so you have to fall back to the command line as described in the exercise manual and by using
    6869the provided `simple_compile.sh` scripts.
     70
     71=== Vector addition tutorial ===
     72A short tutorial to use the Intel FPGA Stratix 10 in the DAM nodes for the vector addition kernel in C++/OpenCL and PyOpenCL can be found in the DEEP-EST Gitlab:
     73https://gitlab.version.fz-juelich.de/DEEP-EST/fpga_usage
     74
     75
    6976
    7077== Filesystems and local storage ==