Skip to content

Instantly share code, notes, and snippets.

View arielmol's full-sized avatar
🚀
for fun, ... and glory!

Ariel Molina arielmol

🚀
for fun, ... and glory!
View GitHub Profile
@arielmol
arielmol / HungarianCUDA.cu
Created October 22, 2021 04:01 — forked from paclopes/HungarianCUDA.cu
Fast CUDA implementation of the Hungarian algorithm.
// Fast Block Distributed CUDA Implementation of the Hungarian Algorithm
//
// Annex to the paper:
// Paulo A. C. Lopes, Satyendra Singh Yadav, Aleksandar Ilic, Sarat Kumar Patra ,
// "Fast Block Distributed CUDA Implementation of the Hungarian Algorithm",
// Parallel Computing
//
// Hungarian algorithm:
// (This algorithm was modified to result in an efficient GPU implementation, see paper)
//