vulq / Flo
Parallel network flows using OpenMP and CUDA.
☆28Updated 6 years ago
Alternatives and similar repositories for Flo:
Users that are interested in Flo are comparing it to the libraries listed below
- Whippletree, a novel approach to scheduling dynamic, irregular workloads on the GPU☆21Updated 9 years ago
- This example builds on the parallel-forall repo separate compilation example by adding CMake to it.☆17Updated 7 years ago
- A library that implements the maxflow-mincut algorithm.☆44Updated 4 years ago
- Set of basic classes (vector, matrix, images and memory array) for CPU and GPU☆17Updated 4 years ago
- ☆44Updated 7 years ago
- GPU Optimization and Memory Abstraction Framework☆32Updated 5 years ago
- Communication-Minimizing 2D Convolution in GPU Registers☆30Updated 11 years ago
- A portable high-level API with CUDA or OpenCL back-end☆54Updated 7 years ago
- Example of how to use CUDA with CMake >= 3.8☆69Updated last year
- GPU accelerated first order primal-dual algorithm for solving convex optimization problems, and its application in maximum flow minimum c…☆17Updated 4 years ago
- SuiteSparse: a suite of sparse matrix packages by @DrTimothyAldenDavis et al. with native CMake support☆53Updated 9 months ago
- CNNs in Halide☆23Updated 9 years ago
- Skeletonide is a parallel implementation of Zhang-Suen morphological thinning algorithm written in Halide-lang. Use it for fast skeletoni…☆13Updated 4 years ago
- Generalized Histograms for CUDA-capable GPUs☆43Updated 9 years ago
- EGGS, a method to speed up sparse matrix operations when the same sparsity is used for multiple times. This repo contains examples that s…☆25Updated 4 years ago
- ANN: A Library for Approximate Nearest Neighbor Searching☆33Updated last month
- Implementation of the maximum network flow problem in CUDA.☆32Updated 4 years ago
- This is a cross-platform, CUDA-based C++ library for general-purpose, unconstrained nonlinear optimization on the GPU. It implements the …☆136Updated 5 years ago
- Efficient graph clustering software for normalized cut and ratio association on undirected graphs. Copyright(c) 2008 Brian Kulis, Yuqiang…☆22Updated 12 years ago
- TTC: A high-performance Compiler for Tensor Transpositions☆20Updated 7 years ago
- Some CUDA design patterns and a bit of template magic for CUDA