You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comparing Golang Concurrent Programming with OpenMP in C: Block-wise Matrix-matrix Multiplication Benchmark
1. About
This repository holds the C with OpenMP and Golang implementation of a parallelized blocked matrix-matrix multiplication benchmark. In addition to that the documentation can be directly viewed in the 10-doc folder.