Skip to content
#

multi-core-cpu

Here are 2 public repositories matching this topic...

Language: All
Filter by language

A C++ program that implements parallelized matrix multiplication and convolution using OpenMP. The program compares the performance of sequential and parallel executions across matrix sizes of 10x10, 50x50, 100x100, and 500x500, with detailed timing outputs for various thread configurations (1, 2, 4, and 8 threads).

  • Updated Oct 13, 2024
  • C++

Improve this page

Add a description, image, and links to the multi-core-cpu topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multi-core-cpu topic, visit your repo's landing page and select "manage topics."

Learn more