Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 371 Bytes

File metadata and controls

14 lines (10 loc) · 371 Bytes

Concurrent-Computing

Monorepo for programming multiprocessor and multicore systems

Parallelization

Set of practical resources to tackle implementation of parallel programs.

  • Parallelization
    • PI Calculation
    • Quicksort with a hypercube topology
    • Floyd–Warshall broadcast and pipeline
  • Multicore
    • Cell Growth simulation using OpenGL, TBB and OpenCL