gbtl icon indicating copy to clipboard operation
gbtl copied to clipboard

GraphBLAS Template Library (GBTL): C++ graph algorithms and primitives using semiring algebra as defined at graphblas.org

Results 6 gbtl issues
Sort by recently updated
recently updated
newest added

Need to decide if apply+binaryop should stay gone (in c++ lambdas and std::bind are idiomatic options). If it should be restored then we need some sort of enable-if mechanism.

There are numerous performance issues that need to be addressed when time allows.

Need to either restrict swap to matrices that have the same number of rows and columns or handle different sizes.

Add IndexT to Matrix/Vector template parameters. Accomodate elsewhere as needed.

I am running into problems running tests for the GPU implementation of GBTL. I am thinking the issue is with the cusplibrary version I'm using not matching up with the...

I've begun implementing the GraphBLAS C++ Specification on top of GBTL. Creating this as a new PR to keep everything on the cmu-sei GBTL repo, instead of using my fork.