-
From this issue:
https://github.com/metagraph-dev/mlir-graphblas/issues/90#issue-935014370
It seems that we are assuming that the return value of `site.getsitepackages()` will have only one elem…
-
I don't understand the point of the red text on line 564. What do you mean by "domain compatible casting?
-
https://github.com/jart/cosmopolitan
"Cosmopolitan Libc makes C a build-once run-anywhere language, like Java, except it doesn't need an interpreter or virtual machine. Instead, it reconfigures sto…
-
The new draft spec has a GrB_IndexUnaryOp, which will be used in GrB_apply and GrB_select. The underlying function has the following proposed signature:
`void func (void *result, const void *aij, …
-
The names TRIL and TRIU for the biult-in GrB_IndexUnaryOps derive from the MATLAB functions of the same name, but they are off by one from MATLAB.
In MATLAB,
TRIL (A, 0) returns entries on or belo…
-
There seems to be an intermittent segfault in the pagerank test. So far I can only reproduce it on Linux with:
```
pytest -v --forked -k test_pagerank
```
(`--forked` comes from the `pytest-forke…
-
In several places throughout our code base (e.g. in `tersify_mlir`) and documentation, we have two names for sparse vector encodings, `#SparseVec64` and `#CV64`.
```
#SparseVec64 = #sparse_tensor.…
-
Please consider the GrB_PAIR_T as a GrB_BinaryOp that computes f(x,y)=1, for all built-in types T. GrB_PAIR_BOOL would return true. This operator is **essential** for implementing asymptotically fas…
-
Hello.
Do you know about ["Path Problems in Networks"](https://www.semanticscholar.org/paper/Path-Problems-in-Networks-Baras-Theodorakopoulos/0fae6d70a155e78592e65c1f589274bfee64f323)? Looks releva…
-
Since we've updated our version of MLIR, the JIT engine docs are out of date.