🖼️ Parallel Image Convolution, applying a blur filter to images. Written in C, optimized in three different ways: MPI, MPI & OpenMP and CUDA.
-
Updated
Dec 4, 2017 - C
🖼️ Parallel Image Convolution, applying a blur filter to images. Written in C, optimized in three different ways: MPI, MPI & OpenMP and CUDA.
As the field of Computational Fluid Dynamics (CFD) progresses, the fluid flows are more and more analysed by using simulations with the help of high speed computers. In order to solve and analyse these fluid flows we require intensive simulation involving mathematical equations which governs the fluid flow, these are Navier Stokes (NS) equation.…
TransferCL: an open framework for transfer learning on mobile device
This repository contains an MPI program written in C that calculates the Riemann zeta function and evaluates its performance using MPI collective communication functions. The program approximates the value of ζ(3) with a given value of `s` (3 - Apéry's constant). It calculates the runtime, speedup, and efficiency for different numbers of processes.
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.
C library for interfacing with icepool-board on Linux using libftdi.
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.
It's a high-performance computing program that utilizes MPI to process a list of student grades in parallel and determine which students have passed the exam and which ones need to repeat it.
OpenMP Source Code Reference
Super fast extraction and count of words from a very large text corpus
An extension of an ongoing research project. We are tasked to conduct research on Homomorphic Encryption and find ways to implement parallel processing by using programs such as MPI or OpenMP.
Parallel programming on an SMP and a multicomputer, using OpenMP and MPI, respectively for Parallel and Distributed Computing course. For this purpose, it was developed a serial and two parallel implementations of a sudoku solver.
Programa que explora o poder do processamento paralelo para acelerar o processamento de imagens.
Паралелно и Дистрибуирано Процесирање (Parallel and DIstributed Processing)
Distributed Remote Sensing Processing
Impletation of FFT using MPI in C(Parallel Computing)
A serial/parallel implementation of an Othello AI using Monte Carlo Tree Search.
Parallel graphical fractal generation that creates wonderful computer generated images from code and a lot of high-effiency computing even on slow architectures.
a parallel program to search a given corpus and return the most relevant search results. You are given a corpus called Aristo Mini Corpus
Add a description, image, and links to the parallel-processing topic page so that developers can more easily learn about it.
To associate your repository with the parallel-processing topic, visit your repo's landing page and select "manage topics."