文件历史

50 次代码提交

作者 SHA1 备注 提交日期
Rhett Ying 8568386911 [dev] update system requirements (#7072) 2024-02-02 16:49:59 +08:00
Hongzhi (Steve), Chen 59a0aa971e Revert "[doc] remove --inplace" (#6099) 2023-08-04 13:12:48 +08:00
Rhett Ying ec4f8f999e [doc] remove --inplace (#6094) 2023-08-04 08:18:52 +08:00
Hongzhi (Steve), Chen ffd8edeb2a [Misc] Cleanup duplicated flags. (#6081)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-08-02 13:51:24 +08:00
caojy1998 b981126b75 [doc] modify some expression in docs (#5801)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-22-182.ap-northeast-1.compute.internal>
2023-06-07 12:20:31 +08:00
Hongzhi (Steve), Chen a93e5578d6 [Misc] Remove xbyak (#5752)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-05-30 16:40:20 +08:00
Mufei Li 4c01563245 [Doc] Update for building from source on Linux (#5658) 2023-05-06 17:32:21 +08:00
Rhett Ying 6247b0068a [Doc] add how to build Cython extension (#5564) 2023-04-18 09:15:43 +08:00
Hongzhi (Steve), Chen 8c71628ed4 [Misc] Update build from source doc to use the script in linux. (#5537)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-04-13 10:48:35 +08:00
Xin Yao acb955e15f [Cleanup] Cleanup unused CMake options (#5470)
* cleanup unused cmake options

* disable BUILD_TORCH for cugraph

* resolve comments
2023-03-22 16:06:44 +08:00
Quan (Andy) Gan aa6c542aab fix version (#5423) 2023-03-07 13:41:22 +08:00
Xin Yao 32f12ee19e [Doc] Unify the minimal versions required for PyTorch/TensorFlow/MXNet (#4180) 2022-06-29 18:37:19 +08:00
Jinjing Zhou f67b1908ec add flag (#3264)
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
2021-08-21 12:38:03 +08:00
Quan (Andy) Gan dad8751d29 [Doc] Add instructions for Windows users to install VC2015 redistributable (#3071)
* add instructions for VC2015 redist install

* fix typo
2021-06-29 13:10:48 +08:00
Minjie Wang 8a07ab7737 [Doc] Tutorials re-organization (#2683)
* reorg

* change titles

* rm some stale API doc; minor fix

* fix docs

* add warning

* rm new-tutorial run in ci

* lint
2021-02-20 17:42:45 +08:00
Jinjing Zhou 917a755291 [Fix] fix version check (#2544) 2021-01-19 19:35:43 +08:00
Quan (Andy) Gan d696558b0b fix building script for tensoradapter on mac (#2472)
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
2021-01-02 02:59:14 +08:00
Quan (Andy) Gan 9a7235faf2 [Performance] Use allocator from PyTorch if possible (#2328)
* 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
2020-12-25 13:57:51 +08:00
Minjie Wang 8d0811385b [Doc] Update installation page
Remove the out-dated part. Add a link to the get started page.
2020-12-15 16:58:13 +08:00
Quan (Andy) Gan 38077e298b installation and doc fix (#2379) 2020-11-30 19:47:40 +08:00
Mufei Li 1cb210c832 Update index.rst (#2254) 2020-10-01 21:35:57 +08:00
Jinjing Zhou cc07bd44e4 [Readme] Add cuda 10.2 to docs (#1560)
* add cuda 10.2

* type
2020-05-25 16:24:30 +08:00
Mufei Li d3560b7155 [DGL-LifeSci] Documentation (#1414)
* Update

* Update

* Update
2020-04-02 21:19:07 +08:00
Jinjing Zhou e9440acb06 [TF] TF backend fix and new logic to choose backend (#1393)
* TF backend fix and new logic to choose backend

* fix

* fix

* fix

* fix

* fix backend

* fix

* dlpack alignment

* add flag

* flag

* lint

* lint

* remove unused

* several fixes

Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
2020-03-30 18:45:17 +08:00
Adam J. Stewart 08fcda325b [Doc] Fix link to backends docs (#1376)
Co-authored-by: Tong He <hetong007@gmail.com>
2020-03-25 18:20:09 +08:00
Mufei Li 166275754c Update instructions for building from source (#1363)
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
2020-03-16 19:38:36 +08:00
xiang song(charlie.song) 7ee77f72ae Fix submodule has submodules (#1332)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-60-78.ec2.internal>
2020-03-09 02:40:10 +08:00
Tong He f1a8f926a4 [Feature] Add environment variable to switch on/off MXNet set_np_shape (#1207)
* add env var

* Trigger CI

* simplification

* add doc
2020-01-20 13:54:14 +08:00
Minjie Wang 17aab8128a [Doc] update working with multiple backend section (#1128)
* update work with different backend section

* fix some warnings

* Update backend.rst

* Update index.rst

Co-authored-by: VoVAllen <VoVAllen@users.noreply.github.com>
2019-12-24 17:32:56 +08:00
Da Zheng 65a904c565 update instruction. (#1052) 2019-12-01 15:25:42 -08:00
John Andrilla 72cad95222 [Doc] Grammar and style edit pass (#980)
* Grammar and style edit pass

In the opening, it would be great to provide some rationale for why you recommend conda or pip.

* Update docs/source/install/index.rst

Co-Authored-By: Aaron Markham <markhama@amazon.com>

* Update docs/source/install/index.rst

Co-Authored-By: Aaron Markham <markhama@amazon.com>

* Update docs/source/install/index.rst

Co-Authored-By: Aaron Markham <markhama@amazon.com>
2019-11-27 13:32:22 +08:00
Da Zheng 168fc2cfda fix installation instruction. (#1024) 2019-11-22 17:49:17 +08:00
VoVAllen 8b43e9667f [Docs] Update install instruction in doc.dgl.ai (#863) 2019-09-19 17:43:14 +08:00
Da Zheng 34ac2ab47b [Fix] Fix MXNet install doc (#732) 2019-07-30 09:25:41 +08:00
Da Zheng f79188da4c fix. (#712) 2019-07-15 16:25:29 -07:00
Da Zheng f8feee1cc6 fix install. (#673) 2019-06-19 14:08:35 -07:00
Quan (Andy) Gan 73e5fb552a New installation guide for CUDA builds (#655) 2019-06-14 13:52:17 +08:00
Minjie Wang ebbb6296f9 [Doc] doc page for builtin functions (#642)
* doc page for builtin functions; install from source doc

* upload rst

* update
2019-06-10 18:29:28 -04:00
Quan (Andy) Gan 59ec7a9c93 MSBuild instructions (#393) 2019-02-14 11:56:32 -05:00
Minjie Wang 6f9ae8d61e [Doc] main doc page update and contribute guide (#336)
* reorg the doc mainpage

* contribute guide
2019-01-04 17:02:37 -05:00
Mufei Li 24bbdb745e [Feature] Reversed Graph and Transform Module (#331)
* reverse a graph

* Reverse a graph

* Fix

* Revert "Fix"

This reverts commit 1728826b4f3a083b76dfc0fdecd2bbf943a971b2.

* Fix

* Fix

* Delete vcs.xml

* Delete Project_Default.xml

* Fix

* Fix

* Fix

* Remove outdated test

* Reorg transform and update reverse (#2)

* Reorg transform and update reverse

* Fix doc and test

* Update test

* Resolve conflict

* CI oriented fix

* Remove outdated import

* Fix import

* Fix import

* define __all__ for wildcard imports

* Fix import

* Address circular imports

* Fix

* Fix test case

* Fix

* Fix

* Remove unused import

* Fix

* Fix

* Fix
2019-01-04 13:51:19 -05:00
Haibin Lin d10baaeff6 [DOC] Fix repo link (#295)
* Update index.rst

* Update index.rst
2018-12-11 14:41:15 -05:00
Gan Quan 322bd713e4 [Release] 0.1.2: Require Windows 10 (#277)
* 0.1.2 release

* oops

* more fixes on windows

* [Bugfix] fix download dir (#275)

* fix download dir

* add doc for the env var

* windows 7 -> 10

* doc update
2018-12-07 04:46:21 -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
Gan Quan 419ffbded9 [Doc] Installation guide (#223)
* docstrings for graph mutation & queries

* [Doc] contrib.sampler. (#200)

* subgraph docs

* updates

* added installation guide

* style fix

* package name fixes

* adding it back...

* fix as requested

* adding link

* mac os build instructions

* OS -> macOS
2018-12-03 14:33:21 -05:00
Gan Quan a8fa85c7d5 Conda builds (#187)
* conda recipe

* switching to source build

* trying windows build

* wip

* windows build works
2018-11-29 02:21:53 -05:00
yzh119 1d3de6452f fixed install doc 2018-10-25 00:35:14 +08:00
Minjie Wang 2046980231 [DOC] API tutorials (#96)
* setup sphinx-gallery; work on graph tutorial

* draft dglgraph tutorial

* update readme to include document url

* rm obsolete file

* Draft the message passing tutorial
2018-10-23 16:27:15 -04:00
Minjie Wang 1209978d97 install doc 2018-10-05 16:23:55 -04:00
Minjie Wang c7b9f06946 Init sphinx doc 2018-10-05 14:57:09 -04:00