-
Would it be possible to run the algorithms on the Arrow memory model directly (without copy)?
-
Hey,
I am trying to reproduce your Page Rank number on the socLiveJournal-1. I installed CUDA-9.1 and gcc-5.4.0. I downloaded the data from [here](https://snap.stanford.edu/data/soc-LiveJournal1.ht…
-
```py
A = Matrix.from_lists(
[0, 0, 1, 3, 3, 4, 1],
[1, 3, 2, 4, 5, 2, 5],
[9, 3, 8, 6, 1, 4, 7],
nrows=5, ncols=6)
print(A.to_string())
print(A[1].to_string())
```
```
…
-
I'm constructing a mask, and I have a list of `GrB_Index` that specifies which indexes are to be made false, but all the rest I want true (so I can probe them in the matrix).
I wanted to just use `…
-
Hello,
I tried to install merge-spmm based on the instructions provided in README.
But, I failed to install modern GPU as follows.
I am not sure, but password seems to be required to install …
-
Still tracking this issue down but LAGraph_init includes malloc.h which is deprecated, and now seemingly removed from MacOSX 10.14.
The general advice on the internet is to use stdlib.h instead, bu…
-
### Steps to reproduce the issue
```console
$ spack install suite-sparse
==> pkgconf is already installed in /opt/spack/opt/linux-debian9-x86_64/gcc-6.3.0/pkgconf-1.5.4-govrjwe257pbvbo3uuv2zlgjb7…
-
I am working on the analysis of a graph with my Master's student, @marci543. We have a mid-sized, very sparse graph (60M vertices, 100M edges), which consists of ~10M components. We are looking for di…
-
For example,
```python
mg.translate(
ss.csr_matrix([[1, 0], [0, 0]]),
mg.resolver.types.SparseMatrix.GrblasMatrixType
)
```
complains about not finding `numpy.longlong`. There may be o…
-
I am preparing to create a driver for a platform that strictly supports Matrix Market File format graphs, but I notice that Graphalytics' preferred format is .e and .v files for graphs. Is it expected…