Frog
Frog copied to clipboard
Frog is Asynchronous Graph Processing on GPU with Hybrid Coloring Model. The fundamental idea is based on Pareto principle (or 80-20 rule) about coloring algorithms as we observed through masses of re...
Hello, I ran the Frog framework `exp` executable on the V100 and K40 GPU by changing `-arch=sm_20` in the `Makefile` to support `-arch=sm_70` and `-arch=sm_35` respectively. I also enabled the...
Hi, the Frog technical report indicates that it can process the twitter graph (41.7M vertices and 1.47B edges) on K20m with 6GB of memory. However, when I tested it on...