From 4892259a5acccbeae4e5726be684fcf79288c93a Mon Sep 17 00:00:00 2001 From: Minjie Wang Date: Sat, 4 May 2019 12:23:53 -0400 Subject: [PATCH] Update readme --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 10e672f..0d2baf1 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # MiniGun: Light-weight GPU kernel interface for graph operations -The project is heavily influenced by the Gunrock project. The goal is to define a general kernel library -that can cover a wide range of graph operations. +The project is heavily influenced by the [Gunrock project](https://github.com/gunrock/gunrock). +The goal is to define a general kernel library that can cover a wide range of graph operations used in [DGL](https://github.com/dmlc/dgl). -Roadmap: +Current roadmap: - [x] Port basic advance operator (all edge policy). -- [ ] Port advance operator with dynamic frontiers. +- [x] Port advance operator with dynamic frontiers. - [ ] Port more advance kernel policies - [ ] TWC - [ ] Inbound edge partition - - [ ] outbound edge partition -- [ ] CPU implementation for advance -- [ ] Integration with DGL + - [x] outbound edge partition +- [x] CPU implementation for advance +- [x] Integration with DGL - [ ] Filter ## Build @@ -34,3 +34,6 @@ You could run sample by (in the `build` folder): ```bash ./samples/spmv/spmv ``` + +------------- +*Disclaimer:* Minigun project is not related to the ["mini-gunrock" project](https://github.com/gunrock/mini).