Repository for the Parallel Computation course (CPAR)
- Raul Viana
- Jorge Pacheco
- Pedro Alves
C++, Java, PAPI, SYCL, OpenMP
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.
Parallelization of the block matrix multiplication algorithm with SYCL and OpenMp.