Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 399 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 399 Bytes

Parallel talk examples

odds22.cpp - calculate number of odds in square matrix, no synchronization

odds25.cpp - calculate number of odds in square matrix, mutex

odds23.cpp - calculate number of odds in square matrix, atomic

odds34_no_pad.cpp - calculate number of odds in square matrix, size_t per thread

odds34.cpp - calculate number of odds in square matrix, size_t wth padding per thread