-
Thank you for implementation of high performance sparse representation for graph. I am curious about the roadmap of this repo. Would it provide integration with CUDA.jl? I want to integrate this repo …
-
Hello @eriknw, thanks for your help with pointing me to the ``.ss`` namespace for methods such as ``flatten()`` and ``reshape()``.
I have since found some implementations examples in your unit-test …
-
I'll gather some thoughts on organization of the notebook examples that aren't bugs but style and readability suggestions here, rather than opening several issues:
## Global Structure
- It's not…
-
It might be a bit too early to be submitting feature requests, but I recently started toying with LoopModels and thought it would not be a bad idea to copy over some of the LoopVectorizations feature …
-
We've discussed this before, but I think it deserves an issue. SuiteSparse:GraphBLAS added ewise-union, which allows a left-default and a right-default value to be given for a binary operator. We wr…
-
Would be nice if pygraphblas was possible to install using pip or conda.
-
Tim Davis wrote:
Many algorithms use a MIN-SECOND or MIN-FIRST semiring, to find the parent in the BFS tree, for example. The MIN is not always strictly required. A faster monoid would be based on…
-
Created by: @sandys
Source: https://github.com/RedisGraph/RedisGraph/issues/889
i recognize that RedisGraph has the PageRank algorithm, but the label propagation algorithm is a more general case of th…
-
The [benchmark section](https://github.com/JuliaSparse/SuiteSparseGraphBLAS.jl#benchmarks) shows faster execution with more threads. However, I cannot reproduce such parallel scaling.
The benchmark…
-
This would probably be straightforward to do. For functions that accept matrix expressions and can auto-compute, I would probably want a `MatrixType` that is a union of e.g. `Matrix`, `TransposedMatr…