-
**Is your feature request related to a problem? Please describe.**
I'm working with large sparse boolean matrices. These matrices are in the order of 10^5 to 10^7 rows and columns, and a density of…
-
Hey @jim22k!
This is more of a comment than an actual issue or request, but just letting you know you almost have zarr support already.
The netcdf4 C library has a zarr implementation (which the…
-
Scipy in gensim is only needed for its `scipy.sparse` toolbox for handling sparse matrices, which is a huge overkill. We'd like to finally get rid of scipy as a dependency, keeping only numpy.
Now th…
-
I would expect some select operations to be more memory efficient then they currently are.
Here are a couple examples where I get `OutOfMemory` error:
- Large, full iso-valued Matrix as input and …
-
Should DLPack also define a stable format for sparse arrays?
-
Two of the largest complaints about RAFT's vector search layer is that libraft is 1) huge, and 2) takes forever to compile. There's been a lot of great progress to reduce the compile time and binary s…
-
It'd be very nice to replace `(1,1) [user-defined value]` with the actual value using a user provided `print` function of some sort. I'm not sure what signature the function pointer would have, but I'…
-
The `buildMatrixUnique` test for the bsp1d backend fails only for the biggest dense matrix, corresponding to the following line
https://github.com/Algebraic-Programming/ALP/blob/dbe9a76ad9ba56e7bb6…
-
Hi,
Any idea where this comes from during compilation on Ubuntu 20.04 ?
What other info might be needed ?
[ 32%] Building C object CMakeFiles/GraphBLAS_static.dir/Source/FactoryKernels/GB_AxB__…
-
I can get decent parallel speed-up for sparse matmul and sparse matvec, but the dot product between two vectors seems very slow:
```julia
using SuiteSparseGraphBLAS
using BenchmarkTools
gbset(…