Alex
Alex
Here is a [question ](https://cs.stackexchange.com/questions/159591/louvain-algorithm-self-loop-weight-calculations-for-super-node) at cs.stackexchange where I added math considerations on why actually using factor 1 is correct and wonder why authors used factor 2 for intra-edges.
@ashvardanian I reproduced the issue with a manually built oneTBB. This code compiled with `-DPAR` increases memory consumption, reaching 6GB at its peak, after which the script finishes. The increase...
@ashvardanian The problem lies with **libstdc++**. We are waiting for a fix here: [https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117276](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117276) Currently, one can fix it locally by modifying the **libstdc++** files at: `/usr/include/c++/13/pstl/parallel_backend_tbb.h` This works for...
I will be able to write fix and add tests tomorrow **Proposed Fix** 1. **Using `carray` with Null Terminator** ```cpp inline carray const &digits() noexcept { static carray const all...
@ashvardanian I’m picking this up.
@ashvardanian Apparently, neither AWS Graviton 4 nor GCS analogs support SME, so this task might face significant delays. Running `cat /proc/cpuinfo` shows support only for `sve` and `sve2`. And directly...