pf-un
pf-un
Thanks for the explanation! I think I'm still a bit confused, though. Please consider the following graph `1->2->0`: ``` 1 2 2 0 ``` with `prop(0) = 1, prop(1) =...
I see. I'm having to recompile to verify this, so I'll only be able to reply tomorrow. However, I've checked `MEM_ID_PUSHIN_PROP`. It seems to work like an input-only buffer. In...
Hongshi, I was just about to start a new issue regarding the verification I've mentioned above. If you could take a look, I'd appreciate it.
So sorry, I ended up deleting it (limited disk space!). I'll recompile and share it in the other issue.
Thank you! Meanwhile, I've prepared an [example application using SSSP](https://github.com/pfsi/ThunderGP-mySSSP/) showing this and another issue which I believe is likely related to partitioning. Host and FPGA binaries are included. Please...