OlegKonings / CUDA_Floyd_Warshall_Links
CUDA implementation of the Floyd-Warshall All pairs shortest path graph algorithm(with path reconstruction)
☆38Updated 11 years ago
Alternatives and similar repositories for CUDA_Floyd_Warshall_
Users that are interested in CUDA_Floyd_Warshall_ are comparing it to the libraries listed below
Sorting:
- Parallel k-D Tree Construction☆57Updated 13 years ago
- Skeletonide is a parallel implementation of Zhang-Suen morphological thinning algorithm written in Halide-lang. Use it for fast skeletoni…☆14Updated 4 years ago
- This repository contains easy-to-read Python/CUDA implementations of fundamental GPU computing primitives.☆36Updated 10 years ago
- An implementation of the maxflow algorithm by Yuri Boykov and Vladimir Kolmogorov.☆12Updated 10 years ago
- Parallel network flows using OpenMP and CUDA.☆28Updated 6 years ago
- A computational geometry library for C++ and Python☆86Updated 4 years ago
- High-Performance Streaming Graph Analytics on GPUs☆33Updated 6 years ago
- This is a cross-platform, CUDA-based C++ library for general-purpose, unconstrained nonlinear optimization on the GPU. It implements the …☆138Updated 5 years ago
- A well-documented C++ implementation of the cover tree datastructure for quick k-nearest-neighbor search. Allows single-point insertion a…☆62Updated 7 years ago
- ecto is a dynamically configurable Directed Acyclic processing Graph (DAG) framework.☆99Updated 7 years ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆67Updated 10 years ago
- kmeans☆55Updated 9 years ago
- Code accompanying my blog post on k-means in Python, C++ and CUDA☆58Updated 8 years ago
- Cover Tree implementation in C++ for k-Nearest Neighbours and range search☆94Updated 5 years ago
- Research compiler based on algorithmic skeletons☆21Updated 10 years ago
- Communication-Minimizing 2D Convolution in GPU Registers☆30Updated 12 years ago
- 2d medial axis transform using tracing paths [Joan-Arinyo et al.]☆34Updated 6 years ago
- Fast computation of Gauss transforms in multiple dimensions; enables efficient Kernel Density Estimation (KDE) with Gaussian kernels.☆65Updated 6 years ago
- A lightweight and efficient Python Morton encoder with support for geo-hashing☆115Updated 2 years ago
- This example builds on the parallel-forall repo separate compilation example by adding CMake to it.☆17Updated 7 years ago
- Fast, vectorized C++ implementation of K-Means using the Eigen matrix template library. Includes Matlab and Python interfaces.☆57Updated 8 years ago
- Tutorials for the geometry-central geometry processing library.☆14Updated 5 years ago
- Python Octree implemetation (GPL) Go Nuts world! My first libaray that others may actually benefit from!☆14Updated 14 years ago
- SuiteSparse: a suite of sparse matrix packages by @DrTimothyAldenDavis et al. with native CMake support☆53Updated last month
- Implements the Agglomerative Hierarchical Clustering algorithm.☆68Updated 6 years ago
- Numerical optimization in C++☆40Updated 11 years ago
- Simple non-academic performance comparison of available open source implementations of R-tree spatial index using linear, quadratic and R…☆49Updated 6 years ago
- Compute morton keys using a look-up table generated at compile-time.☆31Updated 8 years ago
- Jonker-Volgenant / LAPJV algorithm for the linear assignment problem, in Python☆51Updated last year
- This repository contains components that will support percolation via OpenCL and CUDA☆32Updated 3 years ago