项目文件夹

文件
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
..
2020-03-04 21:01:29 +08:00

Build docker image for CI

CPU image

docker build -t dgl-cpu -f Dockerfile.ci_cpu .

GPU image

docker build -t dgl-gpu -f Dockerfile.ci_gpu .

Lint image

docker build -t dgl-lint -f Dockerfile.ci_lint .

CPU image for kg

wget https://data.dgl.ai/dataset/FB15k.zip -P install/
docker build -t dgl-cpu:torch-1.2.0 -f Dockerfile.ci_cpu_torch_1.2.0 .

GPU image for kg

wget https://data.dgl.ai/dataset/FB15k.zip -P install/
docker build -t dgl-gpu:torch-1.2.0 -f Dockerfile.ci_gpu_torch_1.2.0 .