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 CUDA implementation of a priority queue☆83Updated 4 years ago
- A warp-oriented dynamic hash table for GPUs☆74Updated last year
- Abstractions of memory, allocator, vector, tuple, shared_ptr, unique_ptr, bitset, variant and string working on both CPU and GPU☆30Updated 4 months ago
- A simple profiler to count Nvidia PTX assembly instructions of OpenCL/SYCL/CUDA kernels for roofline model analysis.☆55Updated 4 months ago
- Runs a single CUDA/OpenCL kernel, taking its source from a file and arguments from the command-line☆24Updated last month
- Learn OpenMP examples step by step☆95Updated 6 months ago
- Some CUDA design patterns and a bit of template magic for CUDA☆156Updated 2 years ago
- Implementation of parallel Breadth First Algorithm for graph traversal using CUDA and C++ language.☆32Updated 5 years ago
- Code samples for the CUDA tutorial "CUDA and Applications to Task-based Programming"☆91Updated last year
- Concurrent CPU-GPU Programming using Task Models☆103Updated 5 years ago
- Algorithms implemented in CUDA + resources about GPGPU☆56Updated 3 years ago
- supplementary material/programming exercises☆72Updated 3 years ago
- CUDA kernel author's tools☆113Updated 3 years ago
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆57Updated 3 years ago
- Parallel Algorithm Scheduling Library☆106Updated 8 years ago
- ☆45Updated 4 years ago
- Implementation of the maximum network flow problem in CUDA.☆32Updated 4 years ago
- Directed Acyclic Graph Execution Engine (DAGEE) is a C++ library that enables programmers to express computation and data movement, as ta…☆46Updated 3 years ago
- 🎃 GPU load-balancing library for regular and irregular computations.☆62Updated last year
- ☆32Updated 4 years ago
- A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directe…☆50Updated 4 years ago
- BGHT: High-performance static GPU hash tables.☆70Updated last month
- Source code examples from the Parallel Forall Blog☆96Updated 6 years ago
- A Library for fast Hash Tables on GPUs☆125Updated 3 years ago
- A 128 bit unsigned integer class for CUDA☆46Updated 7 months ago
- A GPU accelerated error-bounded lossy compression for scientific data.☆88Updated 2 months ago
- CUDA implementation of the Blocked Floyd Warshall All pairs shortest path graph algorithm☆42Updated 7 years ago
- Examples for using SYCL on CUDA☆62Updated last month
- Thrust, CUB, TBB, AVX2, AVX-512, CUDA, OpenCL, OpenMP, Metal, and Rust - all it takes to sum a lot of numbers fast!☆104Updated 3 weeks ago
- Stencil Probe - a stencil microbenchmark☆30Updated 12 years ago