parallel-algorithm
There are 179 repositories under parallel-algorithm topic.
BSF-Jacobi
Parallel implementation of Jacobi method using the higher-order functions Map and Reduce
Dual-Population-Genetic-Algorithm
A genetic algorithm variant to run parallel populations to save time while acting similar to the original one
odd-even-sort
odd even sorting algorithm with "open mpi" for parallel systems.
Parallel-Computing-Projects
Projects for CS 426 Parallel Computing
Parallel-BFS
Course project of Advances in Parallel Computing
Implementation-of-Parallel-String-Matching-Algorithms-with-CUDA
Implement parallel string matching algorithms with CUDA in C
FPBHCPLEX.jl
A Feasibility Pump based Heuristic for Multi-objective Mixed Integer Linear Programming using CPLEX
parallel-letter-frequency
Count the frequency of letters in texts using parallel computation.
ReadWriteLock
Read-Write Lock in C++11
multithreading
C++ programs showcasing multithreading, concurrent programming, and parallel algorithms.
SUPerman
Computing Matrix Permanents In Parallel
cnn-image-classification-parallel
AI-based image classification via parallel CNN networks
cs470_CUDA
Implementation of parallel Asendorf Pixel-Sort algorithm and parallel background removal function using CUDA for enhanced rendering efficiency.
parallel-prefix-scan
Work-efficient Parallel Prefix Scan with Blelloch Algorithm
DeMe-Net
A CNN architecture to Diagnosis of Dermatology Melanoma Skin Cancer using parallel convolution.
PMedian
PMedian: Parallel Selection and Median Finding
PSRS
PSRS: Parallel Sorting using Regular Sampling
ParJedi
ParJedi: Parallel Code for the State Assignment of large Finite State Machines
SWARM
SWARM: Software and Algorithms for Running on Multicore
Parallel-Particle-Swarm-Optimization
This project is an attempt to parallelize the Processing Swarm Algorithm
BSF-gravity
Implementation of a parallel algorithm solving a simplified n-body problem
ParallelWatorCA
An MPI+OpenMP implementation of a cellular automata based on the known Wator model.
conveyorpp
A simple С++ library for building conveyor-like pipelines
Tic-Tac-Toe
MinMax Algorithm
cuda-dapa
Implementation of Matrix Transpose using Mesh Architecture and Perfect Shuffle
Image-Denoising
In this project, I experienced parallel programming with C++ using MPI library. I implemented a parallel algorithm for image denoising with the Ising model using Metropolis- Hastings algorithm.
parallel-sum-MPI
Implementation of sum of two vectors using MPI
parallel-programming
Parallel programming learning code snippets
MScaleJoin
A parallel multi-way stream join algorithm based on ScaleJoin (https://doi.org/10.1109/TBDATA.2016.2624274)
DownloadManager
DownloadManager, a Java application that divides the files to be downloaded into multiple streams and facilitates the downloading of the file streams in parallel.
LoadBalance
Load balance computation across several MPI ranks (parallel computation)
jacobi-eigenvalues
Implementation of serial and parallel(MPI) Jacobi algorithm for estimating of eigenvalues of symmetric matrix
axbc
Multi-heuristics optimization for approximating BC on large-scale graphs on Multi-GPUs
LoadBalancers.jl
Dynamic load balancing in Julia.
DensestSubgraphInForkJoin
Bachelor’s thesis about Densest Subgraph in Fork/Join