BFS-4K

An efficient implementation of BFS for Kepler GPU architectures.

BFS-4K Documentation Page

January, 2014

BFS-4K is a parallel implementation of vreadth-first search (BFS) for GPUs that exploits the more advanced features of GPU-based platforms (i.e., NVIDIA Kepler). It implements different strategies to deal with the potential workload imbalance and thread divergence caused by any actual graph non-homogeneity.


BFS-4K is developed in C for CUDA under GNU\Linux. It requires NVIDIA GPU devices with compute capability 3.5 (Kepler GK110 architectures).


See the related scientific article for more details.

License

BFS-4K 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 BFS-4K require that you reference certain works in scientific publications.
You are free to link or use BFS-4K inside source code of your own program. If do so, please reference (cite) BFS-4K and this website. We appreciate bug fixes and would be happy to collaborate for improvements.

Copyright © 2013 by Nicola Bombieri

BFS-4K 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 (fedebusato [at] gmail [dot] com).


BFS-4K
is developed by

Federico Busato, Nicola Bombieri
University of Verona

Downloads

Software Sources

GNU\Linux C++ source code of BFS-4K.
BFS-4K is distributed under the MIT license.

Graph Datasets

Usage

References

If you have used any of the BFS-4K project software or dataset, please cite the following article:

Request BFS-4K

(*)
(*) required