Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 744 Bytes

README.adoc

File metadata and controls

12 lines (9 loc) · 744 Bytes

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.