morpheusthewhite / parallel-dfs-dagLinks
A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directed-acyclic-graphs)
☆50Updated 4 years ago
Alternatives and similar repositories for parallel-dfs-dag
Users that are interested in parallel-dfs-dag are comparing it to the libraries listed below
Sorting:
- a CUDA implementation of a priority queue☆84Updated 5 years ago
- A C/C++ task-based programming model for shared memory and distributed parallel computing.☆72Updated 5 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
- performance experiments for C++ exception handling☆32Updated 3 years ago
- The Berkeley Container Library☆126Updated 3 weeks ago
- A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).☆23Updated last month
- Profiling Taskflow Programs through Visualization☆50Updated 2 years ago
- SYCL-ML is a C++ library, implementing classical machine learning algorithms using SYCL.☆66Updated 5 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆97Updated last year
- Interchangeable AoS and SoA containers☆25Updated 3 years ago
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- pika is a C++ tasking library built on std::execution with fibers, CUDA, HIP, and MPI support.☆79Updated last week
- ☆71Updated 5 years ago
- A fast implementation of log() and exp()☆56Updated 3 years ago
- Scheduling examples using C++20 coroutines☆28Updated 2 years ago
- a small lightweight std::execution work-alike☆65Updated 9 months ago
- Benchmarks for our memory allocator