H-BF
An efficient implementation of the Bellman-Ford algorithm for Kepler GPU architectures
H-BF
October, 2015H-BF a high-performance implementation of the Bellman-Ford algorithm for GPUs, which exploits the more advanced features of GPU architectures to improve the execution speedup.
H-BF is developed in C++ for CUDA under GNU\Linux. It requires NVIDIA GPU devices with compute capability 3.5 and above (Kepler and Maxwell architectures).
See the related scientific article for more details.
License
H-BF is distributed under the MIT license. This means that it is free for both academic and commercial use.
Note however that some third party components in H-BF require that you reference certain works in scientific publications.
You are free to link or use H-BF inside source code of your own program. If do so, please reference (cite) H-BF and this website.
We appreciate bug fixes and would be happy to collaborate for improvements.
Copyright © 2015 by Nicola Bombieri
H-BF is provided under the terms of The MIT License (MIT):
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
Contacts
For helps and bugs please send an email to Nicola Bombieri (nicola [dot] bombieri [at] univr [dot] it) and Federico Busato (federico [dot] busato [at] univr [dot] it).
H-BF
is developed by
Federico Busato¹, Nicola Bombieri¹
¹University of Verona, Italy
Downloads
Software Sources
GNU\Linux C++ source code of H-BF.
H-BF is distributed under the MIT license.
References
If you have used any of the H-BF project software or dataset, please cite the following article:@article{busatoefficient, title={An efficient implementation of the Bellman-Ford algorithm for Kepler GPU architectures}, author={Busato, Federico and Bombieri, Nicola}, publisher={IEEE Transaction on Parallel and Distributed System} year={2015} }