Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 842 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 842 Bytes

FEUP-CPAR

Repository for the Parallel Computation course (CPAR)

Group Members

Tools

C++, Java, PAPI, SYCL, OpenMP


First Assignment

Study the effect of the memory hierarchy when accessing large amounts of data on the processor performance using the product of two matrices. Code optimization, cache locality and temporality.

Report 1

Second Assignment

Parallelization of the block matrix multiplication algorithm with SYCL and OpenMp.

Report 2