Andi Skrgat
Andi Skrgat
### Description Implementing link prediction module with DGL. Work includes train, predict, set_model_parameters and test method. The goal is to implement a robust system that can work with a wide...
### Description Added python and cpp random walk modul. DGL link prediction example. ### Pull request type
### Description Added GPU support and hopefully solved tests failing. ### Pull request type - [x] Feature - [x] Code style update (formatting, renaming) ###################################### ### Reviewer checklist (the reviewer...
### Description Fix for installing the DGL on M1 machines. Issue connected with `https://github.com/dmlc/dgl/issues/4344`. ### Pull request type - [x] Build related changes ###################################### ### Reviewer checklist (the reviewer checks...
[master < Epic] PR - [ ] Check, and update documentation if necessary - [ ] Write E2E tests - [ ] Compare the [benchmarking results](https://bench-graph.memgraph.com/) between the master branch...
[master < Epic] PR - [ ] Check, and update documentation if necessary - [ ] Write E2E tests - [ ] Compare the [benchmarking results](https://bench-graph.memgraph.com/) between the master branch...
I would be super interesting to see whether path compression works better than path splitting in find operation of union-find algorithm. Maybe if someone would be using it on a...
I found data race using TSAN in my code. The issue seems to be in peer. ``` WARNING: ThreadSanitizer: data race (pid=182953) Write of size 8 at 0x7b5800000e50 by thread...
### Description Jepsen found a bug in replication. When replica recovered completely, on the next txn replication, it expected `replica_stream_` to be already destroyed. [master < Task] PR - [...
### Description Please briefly explain the changes you made here. Please delete either the [master < EPIC] or [master < Task] part, depending on what are your needs. [master <...