文件历史

提交图

6 次代码提交

作者 SHA1 备注 提交日期
Jinjing Zhou 704ec68576 [Benchmark] Fix benchmark tests and add script to generate excel result (#2681)
* add script

* 21

* log

* fix regression tests

* add iter time

* fix

* Revert "fix"

This reverts commit 9b4587ad61dfeb82dcce6d1de188809f62947663.

* fix

* fix

* add

* add ogb instruction

* add cu11 dockerfile

* fix

* fix

* more iter apply_edge

* add iteration time

Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
2021-02-24 19:41:49 +08:00
Minjie Wang 362f72cbe9 [Test] Performance benchmarks for DGL kernels (#2582)
* add initial kernel benchmarks

* finished kernel benchmarks

* add desc
2021-01-27 21:29:48 +08:00
Hongyu Cai 5d4995e6e8 Update README.md (#2510)
fix typo

Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
2021-01-12 13:14:10 +08:00
Minjie Wang d3c1645550 [Performance][Test] New low memory implementation for RGCN and related regression tests (#2468)
* WIP

* finish lowmem impl; benchmarking

* wip

* wip

* fix benchmarks

* fix bug in searchsorted

* update readme

* update

* lint and ogb dependency

* add flags to to_homogeneous

* fix docstring

* address comments
2021-01-04 22:23:59 +08:00
xiang song(charlie.song) f8b3ebcecc [Regression Test] Add sage neighbor sample test for reddit (#2449)
* Add sage neighbor sample test for reddit

* Add ogbn-products dataset

* upd

* upd

* use symbolic other than copy data for ogb datasets

* upd

* upd

* Add graphsage unsupervised neighbor sampler

Co-authored-by: Ubuntu <ubuntu@ip-172-31-59-204.ec2.internal>
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
2020-12-27 11:00:18 +08:00
Minjie Wang 6634b984f4 [Test] Basic regression test setup. (#2415)
* add machine name

* update scripts

* update script

* test commit

* change run.sh

* model acc bench for gcn and sage

* get basic pipeline setup for local benchmarking

* try to bridge pytest with asv

* fix deps

* move asv to other folders

* move dir

* update script

* new setup

* delete useless file

* delete outputs

* remove dependency on pytest

* update script

* test commit

* stuck by torch version in dgl-ci-gpu

* update readme

* update asv conf

* missing files

* remove the old regression folder

* api bench

* add batch api bench

Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
2020-12-15 14:35:15 +08:00