640 skills found · Page 8 of 22
jiachengpan / CudaMSTCUDA-accelerated minimum spanning tree algorithm -- data parallel Boruvka's algorithm
ucrparlay / Parallel SSSPSPAA'21: Efficient Stepping Algorithms and Implementations for Parallel Shortest Paths
Master32L / Parallel Genetic Algorithm UAV Path PlanningUAV (Unmanned Aerial Vehicle) path planning using the Genetic Algorithm parallelized with CUDA.
FelixOpolka / Pnerf Pytorch🔗 PyTorch implementation of the Parallelized Natural Extension Reference Frame algorithm
llens / QuantumComputingEvolutionaryAlgorithmDesignA Python program to both simulate a quantum computer and use parallel evolutionary techniques to design algorithms for it.
JuliaAstroSim / ParallelOperations.jlBasic parallel algorithms for Julia
vinayak1998 / Parallel K Means ClusteringSequential and Parallel(using Open MP and Pthreads) Implementations(c++) of the K Means Clustering Algorithm and visualizing the results for a comparative study of the Speedup and Efficiency achieved in 3 different implementations
rbga / CUDA Merge And Bitonic SortEfficient implementations of Merge Sort and Bitonic Sort algorithms using CUDA for GPU parallel processing, resulting in accelerated sorting of large arrays. Includes both CPU and GPU versions, along with a performance comparison.
kibaekkim / DualDecomposition.jlAn algorithmic framework for parallel dual decomposition methods in Julia
robertnishihara / GessAn MCMC algorithm for sampling continuous probability distributions in parallel
gssci / NGM Sentiment AnalysisImplementation of Neural Graph Machine inspired by the paper [2017 - Bui, Ravi Ramavajjala - Neural Graph Machines: Learning Neural Networks Using Graphs] (https://arxiv.org/abs/1703.04818) for binary Sentiment Analysis using the Large Movie Review Dataset. This is an optional project for a class in Advanced Algorithms and Parallel Programming
qbx2 / PAAC.pytorchPytorch implementation of the PAAC algorithm presented in Efficient Parallel Methods for Deep Reinforcement Learning https://arxiv.org/abs/1705.04862
lanl / BransonA Monte Carlo transport mini-app for studying new parallel algorithms
naps62 / Parallel SortParallel sorting algorithm implementation in OpenMP and MPI
jlabeit / Parallel DivsufsortParallel Lightweight Suffix Array Algorithm.
HPSCIL / PRPLparallel Raster Processing Library (pRPL) is a MPI-enabled C++ programming library that provides easy-to-use interfaces to parallelize raster/image processing algorithms
Brayzen403 / FastFourierTransformImplementation of a Fast Fourier Transform (FFT) algorithm in serial and parallel using open MPI.
fede-vaccaro / CUDA MeanShiftA CUDA implementation of MeanShift clustering algorithm. Written as Parallel Computing course project.
iassael / Cuda Aho Corasick Wu ManberA Hybrid Parallel Implementation of the Aho-Corasick and Wu-Manber Algorithms Using NVIDIA CUDA and MPI Evaluated on a Biological Sequence Database. Charalampos S. Kouzinopoulos, Yannis M. Assael, Themistoklis K. Pyrgiotis, and Konstantinos G. Margaritis
khaled-rahman / BatchLayoutImplementation of IEEE PacificVis 2020 paper titled "BatchLayout: A batch-parallel force-directed graph layout algorithm in shared memory"