Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jermainewang committed May 4, 2019
1 parent 65b0a47 commit 4892259
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions 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
Expand All @@ -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).

0 comments on commit 4892259

Please sign in to comment.