-
I think it is or will be relatively common for some calculations to be too large to fit in memory. Sometimes an intermediate step will be too large, but the final result will be sparse. In these cases…
-
## Is your feature request related to a problem? Please describe.
It would be great if scipy's sparse matrix multiplication was multithreaded. It is the bottleneck in many computations in [`scanpy`…
-
Currently, in our lowering passes, we add `graphblas.convert_layout` ops when we're given a CSC matrix when the "real" lowering expects a CSR matrix.
It might be cleaner to use [canonicalization p…
-
There is no convenient C parser for the Binsparse format, but one is needed for this benchmark suite. See https://github.com/GraphBLAS/binsparse-specification/issues/42
-
Any plans for GraphBLAS GPU support such as: https://github.com/gunrock/graphblast
?
-
We need to document the parallel systems we must be able to support with the graphBLAS. This would include:
* Multi-core, multi-CPU in a shared address space. Explicit management of NUMA features …
-
[18Mar2020] Should LAGraph return a GrB_Matrix that is deferred?
Related question: are the algorithms is composable for which the result of one is passed to another.
Is GraphBLAS execution mode …
-
Many examples should go in a future GraphBLAS.jl, but I'll add some here anyway.
- [x] Triangle Counting
- [ ] Centrality
- [x] PageRank
- [ ] Something Boolean? Look to Xboole for inspiration?
-
As-is, only the top-level classes are included in the API documentation, which seems to leave out most of the user-facing functions if i'm not mistaken?
Eg. I was trying to figure out how I would k…
-
Created by: @obkhan
Source: https://github.com/RedisGraph/RedisGraph/issues/1312
Any plans for GraphBLAS GPU support such as: https://github.com/gunrock/graphblast
?