caojy1998

Results 5 issues of caojy1998

I come up with a bug when I try to use `DglNodePropPredDataset` to load dataset `ogbn-papers100M` as DGL form. I use the script ``` from ogb.nodeproppred import DglNodePropPredDataset graph_name =...

### 🐛 Describe the bug when I try to build the environment through a yaml file ``` name: __NAME__ dependencies: - python=__PYTHON_VERSION__ - pip - graphviz - pandoc - pygraphviz...

bug
installation

## 🐛 Bug `apply_edges` on cpu device has performance drop recently. The code for this api is in `python/dgl/heterograph.py`. The result of time consumption is as follow: api.bench_builtin_apply_edges 'cora' 'coo'...

stale-issue

## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: run `bash script/build_dgl.sh -t dev` This would cause error in the build stage of DGL: ``` cc1plus: all warnings...

bug:confirmed

## Description This code is a draft for the preprocess algorithm. Here we deal with the first outer sort algorithm and leaving the construction of `csc` graph for future exploration....