LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
parcon18:project1 [2018/02/14 16:57]
guillaume
parcon18:project1 [2018/02/14 17:11]
guillaume
Line 1: Line 1:
- 
 ====== Parallel Box Blur Filter ====== ====== Parallel Box Blur Filter ======
  
 +==== Deadline ====
 +
 +Please deliver your project before:
 +**Friday 2<​sup>​nd</​sup>​ March 2018, 23:59.**
 +
 +==== Handout ====
 +
 +[[http://​alaska.epfl.ch/​~dockermoocs/​parprog1/​scalashop.zip|Click here to obtain the handout]] for this assignment.
 +
 +==== Setup ====
 +
 +Before proceeding any further, please follow the following instructions:​
 +
 +  - [[parcon18:​setup|Setup]],​ instructions on how setup your computer for the programming assignments. These instructions need to be followed only once.
 +  - [[parcon18:​git-setup|Git Instructions]],​ instructions on how to set up the ''​git''​ repository for the programming assignment and how to submit code to the grading infrastructure. These instructions must be followed once per project.
 +
 +==== Description ===
  
 In this assignment, we will implement a box blur filter, used in applications In this assignment, we will implement a box blur filter, used in applications
Line 29: Line 45:
   * see how to agglomerate parallel computations into batches   * see how to agglomerate parallel computations into batches
   * better understand how memory access patterns affect performance of parallel algorithms   * better understand how memory access patterns affect performance of parallel algorithms
- 
-===== Handout ===== 
- 
-[[http://​alaska.epfl.ch/​~dockermoocs/​parprog1/​scalashop.zip|Click here to obtain the handout]] for this assignment. 
- 
-Copy everything contained in the folder to your **repository folder**, i.e. //​parcon2017-group??//​. 
-Please refer to the [[parcon18:​setup|setup instructions]] for how to send code to the server for grading. 
- 
-==== Setup ==== 
- 
-Before proceeding any further, please follow the following instructions:​ 
- 
-  - [[parcon18:​setup|Setup]],​ instructions on how setup your computer for the programming assignments. These instructions need to be followed only once. 
-  - [[parcon18:​git-setup|Git Instructions]],​ instructions on how to set up the ''​git''​ repository for the programming assignment and how to submit code to the grading infrastructure. These instructions must be followed once per project. 
  
 ===== Preliminaries ===== ===== Preliminaries =====