Skip to content

Latest commit

 

History

History
35 lines (34 loc) · 936 Bytes

README.md

File metadata and controls

35 lines (34 loc) · 936 Bytes

HY 2024–2025 — University of Helsinki course CSM14212 Programming Parallel Computers

This contains the exercise solutions for the course. Solutions are written in C++. The exericses can be found here.

Current Status

CP — correlated pairs

  • CP1
  • CP2a
  • CP2b
  • CP2c
  • CP3a - Can improve the logic more to utilize maximum CPU performance
  • CP3b - Can improve the logic more to utilize maximum CPU performance
  • CP4
  • CP5
  • CP9a

IS — image segmentation

  • IS2
  • IS4
  • IS6a
  • IS6b
  • IS9a

MF — median filter

  • MF1
  • MF2
  • MF9a

SO — sorting

  • SO4
  • SO5
  • SO6
  • LLM
  • LLM9a

X — extra

  • X0a
  • X0b
  • X9a