blob: 726c57a0a72556ad283cd9a6252ceba07de98706 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
The Combinatorial BLAS (CombBLAS) is an extensible distributed-memory parallel
graph library offering a small but powerful set of linear algebra primitives
specifically targeting graph analytics.
* The Combinatorial BLAS development influences the Graph BLAS standardization
process.
* CombBLAS achieves scalability via its two dimensional distribution and
coarse-grained parallelism.
* CombBLAS powers HipMCL, a highly-scalable parallel implementation of the
Markov Cluster Algorithm (MCL).
|