divyanshu-talwar / Parallel-DFSLinks
CUDA implementation of parallel Depth First Search (DFS) algorithm and it's comparison with a serial C++ DFS implementation.
☆29Updated 7 years ago
Alternatives and similar repositories for Parallel-DFS
Users that are interested in Parallel-DFS are comparing it to the libraries listed below
Sorting:
- A warp-oriented dynamic hash table for GPUs☆76Updated 2 years ago
- a CUDA implementation of a priority queue☆84Updated 5 years ago
- Learn OpenMP examples step by step☆101Updated last year
- Concurrent CPU-GPU Programming using Task Models☆106Updated 6 years ago
- CUDA kernel author's tools☆115Updated 3 years ago
- A Toolkit for Programming Parallel Algorithms on Shared-Memory Multicore Machines☆422Updated 2 months ago
- Abstractions of memory, allocator, vector, tuple, shared_ptr, unique_ptr, bitset, variant and string working on both CPU and GPU☆31Updated 6 months ago
- A Library for fast Hash Tables on GPUs☆132Updated 3 months ago
- Some CUDA design patterns and a bit of template magic for CUDA☆158Updated 2 years ago
- Implementation of parallel Breadth First Algorithm for graph traversal using CUDA and C++ language.☆34Updated 6 years ago
- A simple profiler to count Nvidia PTX assembly instructions of OpenCL/SYCL/CUDA kernels for roofline model analysis.☆57Updated 10 months ago
- Runs a single CUDA/OpenCL kernel, taking its source from a file and arguments from the command-line☆24Updated 2 months ago
- Code samples for the CUDA tutorial "CUDA and Applications to Task-based Programming"☆95Updated 2 years ago
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆58Updated 3 years ago
- Algorithms implemented in CUDA + resources about GPGPU☆62Updated 4 years ago
- BGHT: High-performance static GPU hash tables.☆71Updated 7 months ago
- ☆31Updated 5 years ago
- A minimalistic header only C++11 Neural Network library based on Eigen::Tensor☆20Updated 8 years ago
- GPU B-Tree with support for versioning (snapshots).☆51Updated last year
- Intel Data Parallel C++ (and SYCL 2020) Tutorial.☆95Updated 4 years ago
- Implementation of breadth first search on GPU with CUDA Driver API.☆54Updated 4 years ago
- An expression template based linear algebra library running completely on the GPU using CUDA☆25Updated 4 years ago
- supplementary material/programming exercises☆74Updated 4 years ago
- Scalable High-performance Algorithms and Data-structures☆136Updated 2 months ago
- Galois: C++ library for multi-core and multi-node parallelization☆347Updated last year
- NeuroVectorizer is a framework that uses deep reinforcement learning (RL) to predict optimal vectorization compiler pragmas for for loops…☆98Updated 3 years ago
- Source code examples from the Parallel Forall Blog☆96Updated 6 years ago
- Thrust, CUB, TBB, AVX2, AVX-512, CUDA, OpenCL, OpenMP, Metal, and Rust - all it takes to sum a lot of numbers fast!☆116Updated 6 months ago
- Implementation of the maximum network flow problem in CUDA.☆31Updated 5 years ago
- Examples for using SYCL on CUDA☆63Updated 5 months ago