Skip to content

owensgroup/graphblas_proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphblas_proj

Graph projections implemented with graphblas

This is an alternative to the gunrock implementation. That implementation naively allocates a |V|x|V| array to store the projected graph. Unfortunately, this leads to OOM errors very quickly.

Todo

  • Since we're multiplying a matrix with itself, we may to duplicate all of the data?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published