-
Some of them can be ported over from Zygote.
cf. https://github.com/FluxML/Zygote.jl/issues/906
https://github.com/FluxML/Zygote.jl/blob/956cbcf3c572c0eb09c146189bb38b1b434634ff/src/lib/array.jl#…
-
According to the spec (and what one would expect from the argument list to the functions), `GrB_Matrix_apply_BinaryOp1st` uses `GrB_INP1` to indicate the input matrix is transposed, and `GrB_Matrix_ap…
-
As discussed on the forum adding this here for tracking.
> GrB_Vector_size (&n, v) reports n = 5, and if k = 0, then GxB_diag (&A, v, 0) would create a 5-by-5 diagonal matrix.
>
> If k = 1 or -1…
-
- [ ] Get a GPU version in a new repo
- [x] SWIPAT
- [ ] create an infrastructure that produces and deploy binaries
- [ ] upgrade cugraph to download these binaries and link against it
-
Hi,
I wish to subtract the negative transpose of a matrix from itself as part of a max-flow algorithm.
I created a descriptor to transpose the second intput, and use element-wise addition with …
-
`GxB_Matrix_concat`, `GxB_Matrix_diag`, `GxB_Matrix_split`, `GxB_Vector_diag` were not externed with `GB_PUBLIC`. I suspect this was a simple oversight. Sorry for not checking this earlier!
-
I had this error a couple of times, but it previously could be resolved by restarting the computer.
OS: Ubuntu 20.04.1
Previous commands:
```
git clone --recurse-submodules https://github.com/fabi…
-
As a maintainer, I want a fully automated way to create a header file to be used by cffi starting with the header file directly from SuiteSparse:GraphBLAS. Ideally:
- Can create two versions of head…
-
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?
…
-
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…