cuBool icon indicating copy to clipboard operation
cuBool copied to clipboard

Sparse linear Boolean algebra for Nvidia Cuda

Results 4 cuBool issues
Sort by recently updated
recently updated
newest added

I think this library is very interesting for my project, however I couldn't find whether there is support for multiplication of a sparse, boolean matrix with a dense matrix. Could...

question

[`setup_default_logger()`](https://github.com/JetBrains-Research/cuBool/blob/ab425e17000af8763e7b2cdf020589f8b2db371d/python/pycubool/utils.py#L51) creates log files with names in format "cubool-*.textlog" in pycubool's install directory. After this, when pycubool is initialized the next time, if `CUBOOL_PATH` is not set, pycubool iterates over...

Hello, I am experimenting with the library but when I compile my project using the .so file in the python package I get the error: undefined reference to `cuBool_Matrix_EWiseMult'. If...

bug
help wanted

I hope that it could be easily wrapped with Kotlin via JNI or KotlinNative

enhancement
help wanted
question