Matrix multiplication with ring rotation
-
Updated
Oct 17, 2019 - C
Matrix multiplication with ring rotation
Programs and scripts developed for the Parallel Programming curse
Statistics algorithms, sequential and parallel implementations
Calculates a definite integral by using a quadrature rule. Uses worksharing directives.
Matrix operations in C, sequential and parallel implementations (Open MP)
Parallel Computing University Project
Calculates a definite integral by using a quadrature rule. Doesn't use worksharing directives, but shares loop iterations manually.
Some projects implementing different parallel processing techniques
Parallel Game of Life using OpenMPI and OpenMP
Parallel Matrix Multiplication with OpenMP, MPI and CUDA
Matrix Multiplication of non-square matrices in C, including parallel versions
An efficient implementation of the Parallel Sum Reduction operator that computes the sum of a large array of values in both OpenMP and OpenCL.
Exercises and practises for our subject of Parallel Computing at the University of Valladolid
This program implements the K-means clustering algorithm using OpenMP APIs. The K-means algorithm is a popular method of vector quantization that aims to partition n observations into k clusters. Each observation is assigned to the cluster with the nearest mean, serving as a prototype of the cluster.
This program implements a histogram using MPI and OpenMP to analyze a dataset containing group ages that watch a TV show. The goal is to calculate statistics about the groups of age and generate a frequency histogram.
Add a description, image, and links to the open-mp topic page so that developers can more easily learn about it.
To associate your repository with the open-mp topic, visit your repo's landing page and select "manage topics."