-
Tried a build from master branch today on OSX and and got the following.
[ 0%] Building C object CMakeFiles/graphblas.dir/Source/GB_AxB_builtin.c.o
In file included from ../redisgraph/deps/GraphB…
-
WP's Typed+cast memory model (Byte not implemented yet) does support heterogeneous casts of polymorphic void ptrs, so long as it is casted to the proper type ptr that it should be.
Ie.
```c
…
-
-----
Summary
Unable to install suite-sparse
### Expected Result
To install dealii@develop and dependencies
### Actual Result
Fails at suite-sparse
```
20 make[1]: Leav…
-
Inspired by several presentations, including [Azad & Buluc](http://chapel.cray.com/CHIUW/2017/azad-slides.pdf), [graphBlas](http://graphblas.org/index.php?title=Graph_BLAS_Forum) and the field of [Alg…
-
### Summary of Problem
The performance of array slicing seems to be much slower than I would have expected. The problem was presented in this Stack Overflow post: https://stackoverflow.com/qu…
-
The CSR as described in the paper _To Push or To Pull: On Reducing Communication and Synchronization in Graph Computations_ says that (the normal way is that) "A CSR representation stores each row of …
-
gunrock_bc() runs multiple orders of magnitude slower than CPU implementations.
struct GRTypes data_t; // data type structure
data_t.VTXID_TYPE = VTXID_INT; // vert…
-
Dear all,
As a side note, when I talk about a graph here I mean `Graph`, `DiGraph`, `MultiGraph` and `MultiDiGraph`.
I want to start a discussion here about the use for dense and sparse matrix based…