-
Hello,
I would like to run breadth-first search, connected components and triangle counting algorithms. Which implementations should I use? What are the parameters/setup for the best performance?
…
-
It appears that you list this as being deprecated in your header file. I prefer the name `GxB_EQ_BOOL_MONOID` over `GrB_LXNOR_MONOID_BOOL`.
I see that you chose to have `EQ_{EQ,NE,GT,LT,GE,LE,...}…
-
When using
`libgb.GxB_init(libgb.GrB_NONBLOCKING, cglobal(:jl_malloc), cglobal(:jl_calloc), cglobal(:jl_realloc), cglobal(:jl_free), true)`
instead of
`libgb.GrB_init(libgb.GrB_NONBLOCKING)`…
-
I discussed this in the BinaryBuilder Slack, but thought I should open an issue before attempting to retarget the repo. Currently it targets [github.com/DrTimothyAldenDavis/SuiteSparse/](url). This is…
-
Although not common, sometimes we might want to run the same pass multiple times when compiling. The duplicate named pass causes the explorer in the Sequential tab to get confused. Example:
```
pa…
-
Hi,
I have install GraphBLAS on a cuda enabled machine and I can run the demos in Demo successfully on cpu. But How to use the library on cuda? Whether it has independent API w.r.t. cpu?
Best,
…
-
just out of pure curiosity, do you have any plans to vectorize GraphBLAS? (I saw at least `GB_DOT_SIMD` but couldn't locate any usages).
on that topic, avx512 will be closer to penalty-less come Ic…
-
numpy is most likely parallelizing operations (we need to look into how to control the number of threads here), so we should as well.
-
Not sure if this is the right place to post this but here it goes.
Is there a way to obtain an exact execution plan for the matrix algebra multiplications? Especially how you combine expressions fo…
-
- [x] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.
I…