divyanshu-talwar / Parallel-DFS
CUDA implementation of parallel Depth First Search (DFS) algorithm and it's comparison with a serial C++ DFS implementation.
☆29Updated 6 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 CUDA implementation of a priority queue☆84Updated 4 years ago
- A warp-oriented dynamic hash table for GPUs☆73Updated last year
- Implementation of parallel Breadth First Algorithm for graph traversal using CUDA and C++ language.☆32Updated 5 years ago
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆55Updated 2 years ago
- Parallel Graph Input Output☆19Updated last year
- Directed Acyclic Graph Execution Engine (DAGEE) is a C++ library that enables programmers to express computation and data movement, as ta…☆47Updated 3 years ago
- ☆32Updated 4 years ago
- Implementation of breadth first search on GPU with CUDA Driver API.☆50Updated 4 years ago
- Scalable High-performance Algorithms and Data-structures☆128Updated 3 months ago
- GPU B-Tree with support for versioning (snapshots).☆47Updated 6 months ago
- Implementation of the maximum network flow problem in CUDA.☆32Updated 4 years ago
- BGHT: High-performance static GPU hash tables.☆63Updated last month
- A simple profiler to count Nvidia PTX assembly instructions of OpenCL/SYCL/CUDA kernels for roofline model analysis.☆52Updated last month
- Learn OpenMP examples step by step☆93Updated 3 months ago
- Some CUDA design patterns and a bit of template magic for CUDA☆151Updated last year
- Runs a single CUDA/OpenCL kernel, taking its source from a file and arguments from the command-line☆23Updated 3 weeks ago
- CUDA kernel author's tools☆111Updated 3 years ago
- Concurrent CPU-GPU Programming using Task Models☆102Updated 5 years ago
- A Library for fast Hash Tables on GPUs☆117Updated 2 years ago
- Boost.org graph_parallel module☆30Updated 2 weeks ago
- A Toolkit for Programming Parallel Algorithms on Shared-Memory Multicore Machines☆363Updated last week
- Dynamic data structure for sparse graphs.☆30Updated last year
- ❤️ CUDA/C++ GPU graph analytics simplified.☆31Updated 2 years ago
- Abstractions of memory, allocator, vector, tuple, shared_ptr, unique_ptr, bitset, variant and string working on both CPU and GPU☆30Updated last month
- Sparse-dense matrix-matrix multiplication on GPUs☆14Updated 6 years ago
- TopK Algorithms Benchmark☆10Updated 5 years ago
- Code for paper "Design Principles for Sparse Matrix Multiplication on the GPU" accepted to Euro-Par 2018☆71Updated 4 years ago
- New version of pbbs benchmarks☆90Updated 10 months ago
- ☆29Updated 5 years ago
- The Combinatorial BLAS (CombBLAS) is an extensible distributed-memory parallel graph library offering a small but powerful set of linear …☆72Updated last month