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☆106Updated 6 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
- A warp-oriented dynamic hash table for GPUs☆76Updated 2 years ago
- Some CUDA design patterns and a bit of template magic for CUDA☆158Updated 2 years ago
- a CUDA implementation of a priority queue☆84Updated 5 years ago
- Runs a single CUDA/OpenCL kernel, taking its source from a file and arguments from the command-line☆24Updated 2 months ago
- Algorithms implemented in CUDA + resources about GPGPU☆62Updated 4 years ago
- Learn OpenMP examples step by step☆101Updated last year
- supplementary material/programming exercises☆74Updated 4 years ago
- ☆31Updated 5 years ago
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆58Updated 3 years ago
- A Toolkit for Programming Parallel Algorithms on Shared-Memory Multicore Machines☆418Updated 2 months ago
- Implementation of parallel Breadth First Algorithm for graph traversal using CUDA and C++ language.☆34Updated 6 years ago
- BGHT: High-performance static GPU hash tables.☆71Updated 6 months ago
- CUDA kernel author's tools☆115Updated 3 years ago
- Parallel Graph Input Output☆18Updated 2 years ago
- 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
- A Library for fast Hash Tables on GPUs☆132Updated 3 months ago
- GPU B-Tree with support for versioning (snapshots).☆51Updated last year
- Parallel Algorithm Scheduling Library☆106Updated 8 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
- Implementation of the maximum network flow problem in CUDA.☆31Updated 5 years ago
- Boost.org graph_parallel module☆33Updated last month
- A minimalistic header only C++11 Neural Network library based on Eigen::Tensor☆20Updated 8 years ago
- C++ implementation of sparse matrix using CRS (Compressed Row Storage) format☆125Updated 5 years ago
- Intel Data Parallel C++ (and SYCL 2020) Tutorial.☆95Updated 4 years ago
- Examples for using SYCL on CUDA☆63Updated 4 months ago
- An expression template based linear algebra library running completely on the GPU using CUDA☆25Updated 4 years ago
- Unofficial unmaintained clone of LEMON Graph Library☆50Updated 6 years ago
- vectorization of the kd-tree data structure and search algorithm☆41Updated 8 years ago