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:
- Concurrent CPU-GPU Programming using Task Models☆105Updated 6 years ago
- ☆31Updated 5 years ago
- a CUDA implementation of a priority queue☆84Updated 5 years ago
- Abstractions of memory, allocator, vector, tuple, shared_ptr, unique_ptr, bitset, variant and string working on both CPU and GPU☆31Updated 5 months ago
- Implementation of parallel Breadth First Algorithm for graph traversal using CUDA and C++ language.☆34Updated 6 years ago
- Some CUDA design patterns and a bit of template magic for CUDA☆157Updated 2 years ago
- Parallel Algorithm Scheduling Library☆107Updated 8 years ago
- Learn OpenMP examples step by step☆101Updated 11 months ago
- CUDA kernel author's tools☆115Updated 3 years ago
- A warp-oriented dynamic hash table for GPUs☆76Updated last year
- Directed Acyclic Graph Execution Engine (DAGEE) is a C++ library that enables programmers to express computation and data movement, as ta…☆49Updated 4 years ago
- supplementary material/programming exercises☆74Updated 4 years ago
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆57Updated 3 years ago
- A Library for fast Hash Tables on GPUs☆131Updated 2 months ago
- C++ implementation of sparse matrix using CRS (Compressed Row Storage) format☆124Updated 5 years ago
- Scalable High-performance Algorithms and Data-structures☆135Updated last month
- GPU B-Tree with support for versioning (snapshots).☆51Updated last year
- Algorithms implemented in CUDA + resources about GPGPU☆62Updated 3 years ago
- Source code examples from the Parallel Forall Blog☆96Updated 6 years ago
- Implementation of breadth first search on GPU with CUDA Driver API.☆54Updated 4 years ago
- Boost.org graph_parallel module☆33Updated last month
- 🎃 GPU load-balancing library for regular and irregular computations.☆64Updated 4 months ago
- Parallel Graph Input Output☆18Updated 2 years ago
- A simple profiler to count Nvidia PTX assembly instructions of OpenCL/SYCL/CUDA kernels for roofline model analysis.☆57Updated 9 months ago
- ☆48Updated 5 years ago
- A task benchmark☆44Updated last year
- The Berkeley Container Library☆126Updated 3 weeks ago
- Intel Data Parallel C++ (and SYCL 2020) Tutorial.☆95Updated 4 years ago
- Code samples for the CUDA tutorial "CUDA and Applications to Task-based Programming"☆95Updated 2 years ago
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…☆48Updated last year