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:
- Runs a single CUDA/OpenCL kernel, taking its source from a file and arguments from the command-line☆24Updated last week
- A simple profiler to count Nvidia PTX assembly instructions of OpenCL/SYCL/CUDA kernels for roofline model analysis.☆55Updated 6 months ago
- A warp-oriented dynamic hash table for GPUs☆74Updated last year
- a CUDA implementation of a priority queue☆83Updated 5 years ago
- Implementation of parallel Breadth First Algorithm for graph traversal using CUDA and C++ language.☆32Updated 5 years ago
- ☆32Updated 5 years ago
- CUDA kernel author's tools☆113Updated 3 years ago
- Learn OpenMP examples step by step☆96Updated 8 months ago
- Concurrent CPU-GPU Programming using Task Models☆103Updated 5 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
- Abstractions of memory, allocator, vector, tuple, shared_ptr, unique_ptr, bitset, variant and string working on both CPU and GPU☆31Updated last month
- GPU B-Tree with support for versioning (snapshots).☆49Updated 11 months ago
- Parallel Algorithm Scheduling Library☆107Updated 8 years ago
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆57Updated 3 years ago
- BGHT: High-performance static GPU hash tables.☆72Updated 2 months ago
- Examples for using SYCL on CUDA☆62Updated 3 weeks ago
- Algorithms implemented in CUDA + resources about GPGPU☆56Updated 3 years ago
- Some CUDA design patterns and a bit of template magic for CUDA☆156Updated 2 years ago
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…☆48Updated 10 months ago
- Little OpenMP Library☆167Updated 2 years ago
- A GPU accelerated error-bounded lossy compression for scientific data.☆89Updated 4 months ago
- Intel Data Parallel C++ (and SYCL 2020) Tutorial.☆95Updated 3 years ago
- Implementation of breadth first search on GPU with CUDA Driver API.☆51Updated 4 years ago
- A Library for fast Hash Tables on GPUs☆126Updated 3 years ago
- 🎃 GPU load-balancing library for regular and irregular computations.☆62Updated 2 weeks ago
- A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directe…☆50Updated 4 years ago
- ☆48Updated 5 years ago
- Source code examples from the Parallel Forall Blog☆96Updated 6 years ago
- Stencil Probe - a stencil microbenchmark☆30Updated 12 years ago
- Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template…☆364Updated last year