Quan (Andy) Gan
|
6e7f3f3d24
|
Find OpenMP in CMake (#402)
|
2019-02-20 17:00:15 -05:00 |
|
Lingfan Yu
|
a1d50f0f53
|
[Refactor] Rename before release (#261)
* include/dgl/runtime
* include
* src/runtime
* src/graph
* src/scheduler
* src
* clean up CMakeLists
* further clean up in cmake
* install commands
* python/dgl/_ffi/_cython
* python/dgl/_ffi/_ctypes
* python/dgl/_ffi
* python/dgl
* some fix
* copy right
|
2018-12-05 16:45:36 -05:00 |
|
Da Zheng
|
40506ecc20
|
use openmp to accelerate nid mapping (#242)
* use openmp.
* update cmake.
|
2018-12-05 09:55:59 -08:00 |
|
Lingfan Yu
|
750e50372a
|
Efficient send_and_recv (#83)
* python side send_and_recv shortcut
* common util function for c apis
* degree bucketing scheduler
* scheduler c apis
* cmake
* python side logics
* minor
* fix multiple msg/red func cases
* remove shell echo command in Jenkinsfile...
* fuse apply for send_and_recv
* fuse update func for update_all
* typo...
* handle anonymous
* add degree bucketing for entire graph
* degree bucketing executor
* minor
* style
* rename graph_mapping to recv_nodes
* fix some comments
|
2018-10-17 11:14:52 -04:00 |
|
Minjie Wang
|
d772d390b2
|
fix
|
2018-09-25 03:55:18 +00:00 |
|
Minjie Wang
|
2694b12725
|
import ffi solution from TVM
|
2018-09-05 10:51:31 -04:00 |
|