640 skills found · Page 7 of 22
loxxous / JampackExperimental parallel compression algorithm
ParCIS / Ok TopkOk-Topk is a scheme for distributed training with sparse gradients. Ok-Topk integrates a novel sparse allreduce algorithm (less than 6k communication volume which is asymptotically optimal) with the decentralized parallel Stochastic Gradient Descent (SGD) optimizer, and its convergence is proved theoretically and empirically.
basic-toolbox-sample-code / Basic Toolbox Sample CodeSample Code for “Sequential and Parallel Algorithms and Data Structures -- The Basic Toolbox” Book
madhug-nadig / Parallel ProcessingParallel computing implementation examples
marcsous / ParallelA few parallel MRI reconstruction algorithms in MATLAB.
adrianbelgun / AES OpenCLAES-OpenCL - An AES implementation in OpenCL. This is the source code for my Bachelor's diploma. I did research on accelerating cryptographic algorithms using parallel computing languages (eg. OpenCL), in order make use of the full power of graphic processing units.
lixueclaire / Parallel SVDparallel SVD algorithm (Jacobis Rotations) using OpenMP
schlatterbeck / PgapackParallel Genetic Algorithm Library originally by David Levine from Argonne National Laboratory
lanl / PyBNFAn application for parameterization of biological models available in SBML and BNGL formats. Features include parallelization, metaheuristic optimization algorithms, and an adaptive Markov chain Monte Carlo (MCMC) sampling algorithm.
parallax-compiler / Parallax RuntimeUniversal GPU runtime for C++ parallel algorithms
weifengliu-ssslab / Benchmark SpTRSV Using CSCA Synchronization-Free Algorithm for Parallel Sparse Triangular Solves (SpTRSV)
HandingWangXDGroup / SAEAPRGA Surrogate-Assisted Evolutionary Feature Selection Algorithm with Parallel Random Grouping for High-Dimensional Classification
drsrinathsridhar / KaadugalKaadugal is a parallelized multi-core C++ implementation of the random forests algorithm for classification, regression, and structured prediction problems.
eXascaleInfolab / ClubmarkClubmark: a Parallel Isolation Framework for Benchmarking and Profiling of Clustering (Community Detection) Algorithms Considering Overlaps (Covers)
uwescience / GossipMapGossipMap: distributed parallel community detection algorithm
zfy0701 / Parallel LZ77an new parallel algorithm for LZ77 compression based on suffix array
n3554 / N3554A proposal for a standard parallel algorithms library for ISO C++.
Zagrosss / MaxflowAn efficient C++ implementation of various sequential and parallel maximum flow algorithms.
karrenberg / WfvIMPORTANT NOTICE: This implementation is long outdated. Whole-Function Vectorization is an algorithm that transforms a scalar function in such a way that it computes W executions of the original code in parallel using SIMD instructions (W is the target architecture's SIMD width).
kidaa / Parallel AlgorithmsCMU 15210 Parallel and Sequential Data Structures and Algorithms