Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 1.89 KB

PITCHME.md

File metadata and controls

74 lines (56 loc) · 1.89 KB

Accelerator Design with OpenCL

(Athens Week 18-22 March, 2019)

prerequisites

  • Computer Archietcture
  • VLSI
  • C/C++

+++

Prerequisites (Lab Work)

Present Static Block

  • Makefile
  • Git
  • Linux Basics +++

Course Plan

  • Day 1: Introduction to OpenCL API, and Host Program.
  • Day 2: Practical work with ARM MALI OpenCL SDK.
  • Day 3: Hands On experience: Programming GPUs with ODROID XU4 Boards.
  • Day 4: Practical work with Intel FPGA OpenCL SDK.
  • DAY 5: Hands On Experience: Programming FPGAs with Cyclone V DE1SoC Boards. +++

Principles

  • Provenance: Always verify and cite the source of Information.
  • Do not copy code from internet without understanding them.

Evaluation

  • Lab work. At the end of the week you should submit functional code. (10)

There will be a multiple-choice quiz on friday. (10)


+++?image=assets/FF_WV.png&size=auto 90%


Tables Are Cool
col 1 is left-aligned $1600
col 2 is centered $12
col 3 is right-aligned $1

+++ +++?code=assets/hello_world.c&lang=c&title=Hello World