This sample is a multithreaded implementation of matrix multipication using OpenMP*. In the implementation, each thread can concurrently compute some submatrix of the product without needing OpenMP data or control synchronization. The algorithm uses OpenMP to parallelize the outer-most loop.

System Requirements

Build Instructions

For Microsoft Visual Studio users:
For Microsoft Windows Command Line users:
For Linux or macOS users: