Skip to content

Commit

Permalink
Merge pull request #1 from netsyslab/master
Browse files Browse the repository at this point in the history
Updating the main repository
  • Loading branch information
ahgharaibeh committed Aug 30, 2014
2 parents 4b10dc9 + ccf91f8 commit a011e9f
Show file tree
Hide file tree
Showing 13 changed files with 1,384 additions and 1,046 deletions.
1 change: 1 addition & 0 deletions src/alg/totem_alg.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ error_t bfs_gpu(graph_t* graph, vid_t src_id, cost_t* cost);
error_t bfs_bu_gpu(graph_t* graph, vid_t src_id, cost_t* cost);
error_t bfs_vwarp_gpu(graph_t* graph, vid_t src_id, cost_t* cost);
error_t bfs_hybrid(vid_t src_id, cost_t* cost);
error_t bfs_stepwise_hybrid(vid_t src_id, cost_t* cost);

/**
* Given an undirected, unweighted graph and a source vertex, compute the
Expand Down
678 changes: 326 additions & 352 deletions src/alg/totem_betweenness_hybrid.cu

Large diffs are not rendered by default.

Loading

0 comments on commit a011e9f

Please sign in to comment.