Implementation of IEEE PacificVis 2020 paper titled "BatchLayout: A batch-parallel force-directed graph layout algorithm in shared memory"
-
Updated
Sep 27, 2020 - Jupyter Notebook
Implementation of IEEE PacificVis 2020 paper titled "BatchLayout: A batch-parallel force-directed graph layout algorithm in shared memory"
Implentation of Back Substitution, Conjugate Gradient and Gauss Seidel using OpenMP parallelization
Sequential, multithreaded and parallel implementation of kNN classifier with the use of modern C++ and OpenMP/OpenMPI (CPU) and CUDA (GPU).
Parallel Implementation of RL Algorithms
Sequential, multithreaded and parallel implementation of Monte Carlo method with the use of modern C++ and OpenMP/OpenMPI (CPU) and CUDA (GPU).
Parallel MPI implementation of Bruteforce and Divide et Impera approaches to solve the Closest Pair of Points problem leveraging the HPC infrastructure provided by the University of Trento
Project for Parallel Computing course. Sequential and parallel implementations of K-Means algorithm in C++ with OpenMP and CUDA.
Sequential, multithreaded and parallel implementation of digital image transformation with the use of modern C++ and OpenMP/OpenMPI (CPU) and CUDA (GPU).
Calculates a definite integral by using three different rules. Compares sequential to parallel implementations.
Project for Parallel Computing course. Sequential and parallel implementations of Bigrams search algorithm in Java.
Add a description, image, and links to the parallel-implementations topic page so that developers can more easily learn about it.
To associate your repository with the parallel-implementations topic, visit your repo's landing page and select "manage topics."