- 25 Dec, 2020 1 commit
-
-
Quan (Andy) Gan authored
* first commit * some thoughts * move around * more commit * more fixes * now it uses torch allocator * fix symbol export error * fix * fixes * test fix * add script * building separate library per version * fix for vs2019 * more fixes * fix on windows build * update jenkinsfile * auto copy built dlls for windows * lint and installation guide update * fix * specify conda environment * set environment for ci * fix * fix * fix * fix again * revert * fix cmake * fix * switch to using python interpreter path * remove scripts * debug * oops sorry * Update index.rst * Update index.rst * copies automatically, no need for this * do not print message if library not found * tiny fixes * debug on nightly * replace add_compile_definitions to make CMake 3.5 happy * fix linking to wrong lib for multiple pytorch envs * changed building strategy * fix nightly * fix windows * fix windows again * setup bugfix * address comments * change README
-
- 21 Dec, 2020 1 commit
-
-
Zihao Ye authored
* upd * fix-link * lint
-
- 20 Dec, 2020 1 commit
-
-
Mufei Li authored
* Update gatedgraphconv.py * Update entity_classify.py * Update data-process.rst * Update reading_data.py * Update data-process.rst * Update utils.py * Update knowledge_graph.py * Update entity_classify.py * Update rdf.py * Update entity_classify_mb.py * Update test_classify.py * Update tensor.py * Update sparse.py * Update entity_classify_mp.py * Update 6_line_graph.py
-
- 14 Dec, 2020 1 commit
-
-
xiang song(charlie.song) authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-57-25.ec2.internal>
-
- 08 Dec, 2020 1 commit
-
-
张天启 authored
The variable name 'eid' should be 'nid'
-
- 07 Dec, 2020 1 commit
-
-
Mufei Li authored
* Update * Update
-
- 03 Dec, 2020 2 commits
-
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * data pipeline user guide * remove chapter numbers * Update data.rst * image in dataset userguide * update links using ref * modify the link of save_graphs and load_graphs in dataset user guide * move image to s3 server. * fix links and ref * Hide implementations that may cause confusions to the user
-
Zihao Ye authored
* upd * lint * lint1
-
- 30 Nov, 2020 2 commits
-
-
Quan (Andy) Gan authored
-
Mufei Li authored
* Update * Update * Update * Update * Update
-
- 27 Nov, 2020 1 commit
-
-
Zihao Ye authored
-
- 24 Nov, 2020 1 commit
-
-
Quan (Andy) Gan authored
* speed up batching * more fix * lint * fix
-
- 22 Nov, 2020 2 commits
- 19 Nov, 2020 1 commit
-
-
Mufei Li authored
* Update * Update * Update
-
- 10 Nov, 2020 2 commits
-
-
vill authored
The l in "bool" is lost. Co-authored-by:Zihao Ye <expye@outlook.com>
-
Mufei Li authored
-
- 07 Nov, 2020 2 commits
-
-
Minjie Wang authored
* add support for cuda 11 * fix inc bug in pytorch 1.8 * poke ci * fix * small fix * try fix * try fix Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
nv-dlasalle authored
* Disable copying for anywhere but the GPU * Remove unused import and remove references to transferring from the GPU from the docs * Skip gpu test in cpu mode Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 05 Nov, 2020 1 commit
-
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * check whether the original labels are valid * add unit test for gin dataset * bug of asscalar in mxnet<=1.6 * mxnet<=1.6 asscalar requires ndarray to be shaped (1,) * skip gpu while testing datasets * Update test_data.py * test of gin dataset takes too much time
-
- 02 Nov, 2020 2 commits
-
-
nv-dlasalle authored
[Performance] In HeteroNodeView, build arange on target device, instead of on CPU and copying it (#2266) * Build arange on target device * Utilize arange device in viewpy:HeteroNodeView.__call__ * Work around uint64 error in TF to_dlpack * Restore else clause Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Da Zheng <zhengda1936@gmail.com>
-
nv-dlasalle authored
* Update docs * Make non-default streams non-blocking
-
- 30 Oct, 2020 1 commit
-
-
nv-dlasalle authored
* Add async transferer class * Add async ndarray copy interface * Add python bindings * Fix comment * Add python class * Fix linting issues * Add python unit test * Update python interface * move async_transferer to cuda only directory * Fix linting issue * Move out of contrib * Add doc strings * Move test compute from backend * Update comment * Fix test naming * Fix argument usage * Wrap/unwrap backend parameters * Move to dataloading * Move to 'dataloading' * Make GPU/CPU compatible * Fix unit tests * Add docs * Use only backend interface for datamovement in unit test
-
- 29 Oct, 2020 1 commit
-
-
chwan-rice authored
* upd * upd * upd * upd * upd * fix OpenMP compatibility issues * typo * partition * misc * fix typo * num_parts=1 * import torch * long * print info * print info * print info * upd * remove debug code * revert partition.py * fix cut count * fix cut count * Revert "fix cut count" This reverts commit 10926b4fd48f45c8f1ddb58be7db6c22e653effd. * Revert "fix cut count" This reverts commit 76465283bef093a2b4209ad70dd15d2437b2ec8a. * type of deprecate * typo in deprecate info * fix typo * use cv for partitioning * CE * no message * revert * typo * no message * no message * no message * practice * dmlc-core * DGLGraph Co-authored-by:
yzh119 <expye@outlook.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
- 19 Oct, 2020 1 commit
-
-
ZenoTan authored
-
- 09 Oct, 2020 2 commits
-
-
nv-dlasalle authored
[Bugfix][Performance] Fix Column to copy 'self.index' to location of 'self.storage' only on read, and use kwargs. (#2267) * Pass framework arguments to copy of frames * Copy for subframe * Fix mismatched contexts Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Sami Issaadi authored
An unexpected `AttributeError` exception is launched whenever the user defines `save_dir` on `DGLDataset` instantiation and uses `self._save_dir` within `has_cache` method. This commit fixes the issue.
-
- 29 Sep, 2020 1 commit
-
-
Zihao Ye authored
* udp * add test * udp * fix mxnet
-
- 25 Sep, 2020 1 commit
-
-
Junki Ishikawa authored
Co-authored-by:Chao Ma <mctt90@gmail.com>
-
- 24 Sep, 2020 2 commits
-
-
Mingjian Wen authored
Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Mufei Li authored
[HeteroGraph] Fix the failure of apply_nodes when the input function changes feature size for all nodes (#2223) * Fix * Fix
-
- 20 Sep, 2020 1 commit
-
-
Quan (Andy) Gan authored
* fix doc * fix doc
-
- 18 Sep, 2020 1 commit
-
-
Mufei Li authored
-
- 16 Sep, 2020 1 commit
-
-
Mufei Li authored
* Fix doc and user guide * Update heterograph.py Co-authored-by:Ubuntu <ubuntu@ip-172-31-13-9.us-west-2.compute.internal>
-
- 13 Sep, 2020 1 commit
-
-
Quan (Andy) Gan authored
* fix node and edge dataloader on windows * fix distributed
-
- 12 Sep, 2020 2 commits
-
-
Mufei Li authored
* Update Doc for UDFs * add degree bucketing explanation * Update udf.rst * Update Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Jinjing Zhou authored
* update dmlc-core to latest * fix hdfs
-
- 11 Sep, 2020 3 commits
-
-
Quan (Andy) Gan authored
* fix dataloading docs * fix another
-
Quan (Andy) Gan authored
* fix cumsum * udp Co-authored-by:Zihao <expye@outlook.com>
-
Henry Kenlay authored
* [Bugfix] fix TUDataset labelling issue (#2165) * [Bugfix] fix TUDataset labelling issue (dmlc#2165) * update docstring according to discussion Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-