-
Ben and Aydin were discussing about a zero-copy interface for GraphBLAS matrices. This is something Tim D. wanted and he probably hacked it by giving CSR pointers, which is something Ben is also doing…
-
When trying to build SuiteSparse newer than 5.8.1 with either intel compilers version `2021.2.0` or `2021.4.0`, the build fails whilst building GraphBLAS with:
```
/dev/shm/jfg508/SuiteSparse/5.11.0…
-
I don't believe this operation exists (in previous discussions about implementing a feature it wasn't mentioned) but I'm hoping it can be added:
Some C libraries would like to take ownership of arr…
-
Where scalars and vectors are automatically promoted to vectors and matrices through replication of values to carry out existing GraphBLAS operations
[RankPromotionProposal.pdf](https://github.com/…
-
`GrB_init` should be extended to pass in pointers to `malloc`, `calloc`, `realloc`, and `free`. Required for matrix import/export. See SuiteSparse:GraphBLAS `GxB_init()`.
-
When using `GxB_*_serialize`, I would like the option to set the name of a user-defined type to be used in the output blob. This is for maximum portability.
A sufficient solution for me would be t…
-
@willow-ahrens here's some things I'd like your thoughts on:
1. Function traits. The GraphBLAS spec only has a couple required traits, essentially: `Monoid` and `Semiring`. I think we want more tha…
-
We might benefit from have GraphBLAS op equivalents of the following NumPy functions:
- np.ones
- np.eye
- np.arange
- np.full
Motivation: GraphWave uses `np.eye` and `np.arange`. I mentioned `…
-
Hi @eriknw,
Many thanks for pioneering this and for all your impressive work on `grblas`!
Searching for "dask" and "GraphBLAS" together brought me here.
As part of an open-source home-project…
-
As seen here (https://github.com/python-graphblas/python-graphblas/actions/runs/5337195569/jobs/9672901538#step:9:731), the tests for `awkward` are failing. I don't know why or when or for what enviro…