此网站需要 JavaScript。
b7ce4b6a0c
Tensorflow examples fix (#5433 )
DominikaJedynak
2023-03-09 03:38:19 +01:00
e102543b5f
Update stale.yml (#5441 )
Minjie Wang
2023-03-09 10:21:21 +08:00
e250ba3d99
[Misc] Rename test_utils -> pytests_utils. (#5438 )
Hongzhi (Steve), Chen
2023-03-09 09:42:29 +08:00
fe3d29ac4d
[Dataloading] Ignore edge types without reverse types in edge dataloader (#5411 )
kkranen
2023-03-08 06:04:51 -08:00
ae4a5b7394
[Feature] Add state_dict, load_state_dict, param_groups to dgl.optim.SparseGradOptimizer (#5311 )
Xin Yao
2023-03-08 16:46:34 +08:00
6ce9c7571c
fix version (#5423 )
Quan (Andy) Gan
2023-03-07 13:41:22 +08:00
178290249e
[Dataset] Add PATTERN dataset (#5422 )
Guangyu Zhou
2023-03-08 14:08:12 +08:00
a454734f16
[Misc] Follow up on the missing comment in PR#4989. (#5437 )
Hongzhi (Steve), Chen
2023-03-08 13:32:21 +08:00
8d5d8962ad
[Refactor] Replace third_party/nccl with PyTorch's NCCL backend (#4989 )
Xin Yao
2023-03-08 12:59:10 +08:00
b1ec112eeb
Fix compile error on ubuntu22.04_g++11.3.0 (#5434 )
Rhett Ying
2023-03-08 09:49:23 +08:00
1313067e9a
[CI] add new into authorized user group
Rhett Ying
2023-03-07 14:01:48 +08:00
aa6c542aab
fix version (#5423 )
Quan (Andy) Gan
2023-03-07 13:41:22 +08:00
d8e22ae517
[Dev] Enable to append more cmake arguments for build (#5431 )
Rhett Ying
2023-03-07 10:26:05 +08:00
5854ef5ec7
[Enhancement]Speed up ToBlockCPU with concurrent id hash map (#5297 )
peizhou001
2023-03-07 09:59:48 +08:00
cce31e9a26
[Misc] Update stale bot policy (#5419 )
Minjie Wang
2023-03-07 09:56:11 +08:00
6093cc5bd9
[Dev] enable to specify torch version when create conda env (#5430 )
Rhett Ying
2023-03-07 09:09:35 +08:00
7b766393f8
[DistDGL][UserEx]Sync parmetis_wrapper with changes in metadata.json (#5385 )
kylasa
2023-03-06 15:50:43 -08:00
894ad1e3ea
Support for no. of chunks smaller than no. of partitions. (#5390 )
kylasa
2023-03-06 14:10:51 -08:00
851d66fa65
[Bugfix] Fix duplicate worker_init_fn argument when provided in DataLoader (#5420 )
Quan (Andy) Gan
2023-03-06 23:41:53 +08:00
26b245a09e
[BugFix] fix torch cuda version (#5426 )
Rhett Ying
2023-03-06 17:37:33 +08:00
bfd411d0d5
[Model] Add dgl.nn.CuGraphGATConv model (#5168 )
Tingyu Wang
2023-03-04 01:10:06 -05:00
f00cd6efbd
[Utils] Edge and LINKX homophily measure (#5382 )
Mufei Li
2023-03-03 16:58:20 +08:00
85526e34a1
[FIX] Ubuntu 22 build fix (#5272 )
bgawrych
2023-03-03 03:04:22 +01:00
34d6475490
[Doc] Fix typos in minibatch-edge.rst (#5308 )
czkkkkkk
2023-03-02 11:26:35 +08:00
325e795a18
Revert "Set USE_LIBXSMM default to OFF. (#5287 )" (#5392 )
Hongzhi (Steve), Chen
2023-03-01 16:47:34 +08:00
a53ecd229b
[Dataset] Add CLUSTER dataset (#5389 )
Zhiteng Li
2023-03-01 16:36:12 +08:00
308bd6f5b2
removed pragma omp for (#5334 )
Kacper Pietkun
2023-03-01 04:48:04 +01:00
cf75207761
Distributed Lookup Service Robustness (#5387 )
kylasa
2023-02-28 14:22:17 -08:00
999c624582
[Sparse] Support converson to/from torch sparse tensor. (#5388 )
czkkkkkk
2023-02-28 17:27:23 +08:00
11d12f3cca
[Refactor] Extract common code in gpu and cpu ToBLock (#5305 )
peizhou001
2023-02-27 18:04:05 +08:00
2238386ad0
[CI] enable more options for conda env creation (#5386 )
Rhett Ying
2023-02-27 17:46:28 +08:00
c396942d06
[CI] add always_yes mode for conda evn creation (#5384 )
Rhett Ying
2023-02-27 13:12:58 +08:00
a14f69c97d
[DistDGL][Feature_Request]Changes in the metadata.json file for input graph dataset. (#5310 )
kylasa
2023-02-24 17:01:04 -08:00
fcf5ad5f49
[Utils] Node homophily measure (#5376 )
Mufei Li
2023-02-24 14:26:02 +08:00
5ffd2a022c
[Sparse] Support column-wise softmax (#5377 )
czkkkkkk
2023-02-24 10:03:43 +08:00
c42fa8a55c
New script for customers to validate partitioned graph objects (#5340 )
kylasa
2023-02-23 14:30:39 -08:00
bbc538d9c4
[DistDGL][Robustness]Uneven distribution of input graph files for nodes/edges and features. (#5227 )
kylasa
2023-02-23 12:19:02 -08:00
61b6edabae
[DistDGL][Mem_Optimizations]get_partition_ids, service provided by the distributed lookup service has high memory footprint (#5226 )
kylasa
2023-02-23 12:17:01 -08:00
999374224f
[Bugfix] fixed leak in SpMMCreateBlocks (#5210 )
Kacper Pietkun
2023-02-23 09:30:44 +01:00
45153fc078
[Model] Implemented SubgraphX Explainer for Homogeneous graph (#5315 )
Kunal Mukherjee
2023-02-22 22:50:31 -06:00
73a508e156
[Sparse] Stack SparseMatrix COO row and column coordinates into one tensor. (#5314 )
czkkkkkk
2023-02-23 09:53:19 +08:00
5ea04713d2
[DistDGL] Memory optimization to reduce memory footprint of the Dist Graph partitioning pipeline. (#5130 )
kylasa
2023-02-22 11:34:03 -08:00
7ff041528c
[Refactor] Add default ffi namespce capi (#5359 )
peizhou001
2023-02-22 21:33:30 +08:00
30b89e6a8a
[Sparse] Lower the accuracy requirement of test_twirls in test. (#5364 )
Hongzhi (Steve), Chen
2023-02-22 14:37:51 +08:00
bcf9923b32
[Model] Add dgl.nn.CuGraphSAGEConv model (#5137 )
Tingyu Wang
2023-02-22 00:43:28 -05:00
d8ca6317a3
[Release] Bump nightly version (#5357 )
Quan (Andy) Gan
2023-02-22 09:13:38 +08:00
9ce80e858b
[Misc] Autoformat python dgl. (#5335 )
Hongzhi (Steve), Chen
2023-02-21 23:38:30 +08:00
02f2526b85
[Misc] Fix typo in status.py (#5362 )
Hongzhi (Steve), Chen
2023-02-21 22:37:22 +08:00
085b19d7c2
[Misc] Treat aborted as failure in Jenkins. (#5361 )
Hongzhi (Steve), Chen
2023-02-21 22:19:26 +08:00
529b26627b
autofix (#5337 )
Hongzhi (Steve), Chen
2023-02-21 20:12:43 +08:00
5bfa813761
[Misc] All overrun on master CI. (#5360 )
Hongzhi (Steve), Chen
2023-02-21 20:08:01 +08:00
e41ce0c66a
[Misc] Update Jenkins status. (#5356 )
Hongzhi (Steve), Chen
2023-02-21 18:45:00 +08:00
197f1d25ed
[CI] use more light-weight node for lint check (#5358 )
Rhett Ying
2023-02-21 18:44:30 +08:00
ed2e540911
[Enhancement] Change id hash map (#5304 )
peizhou001
2023-02-21 16:47:03 +08:00
4706b6bf72
[Misc] Autoformat python dgl. (#5338 )
Hongzhi (Steve), Chen
2023-02-21 15:24:06 +08:00
71f7e96aeb
[Misc] Abort previous CI. (#5346 )
Hongzhi (Steve), Chen
2023-02-21 15:09:30 +08:00
27b3cd87e2
fix (#5349 )
Hongzhi (Steve), Chen
2023-02-21 14:02:25 +08:00
b8ed4d9ba3
[Misc] Revert status.py (#5348 )
Hongzhi (Steve), Chen
2023-02-21 14:00:08 +08:00
e4e0132972
[Misc] Add debug output to avoid silent failure. (#5347 )
Hongzhi (Steve), Chen
2023-02-21 13:42:00 +08:00
0127a2ea4d
[Misc] Update Jenkins status. (#5345 )
Hongzhi (Steve), Chen
2023-02-21 12:29:00 +08:00
e330954ca6
[Misc] Print jenkins response for test. (#5344 )
Hongzhi (Steve), Chen
2023-02-21 11:32:29 +08:00
deed945625
[Misc] Revert jenkins update change and add build url in log. (#5343 )
Hongzhi (Steve), Chen
2023-02-21 11:18:05 +08:00
f87e98e4b5
Update Jenkins response status (#5342 )
Hongzhi (Steve), Chen
2023-02-21 11:06:56 +08:00
36065bfd4e
autofix (#5336 )
Hongzhi (Steve), Chen
2023-02-21 09:39:35 +08:00
a566b60be4
auto-fix (#5331 )
Hongzhi (Steve), Chen
2023-02-21 01:25:16 +08:00
d18274885d
autofix2 (#5333 )
Hongzhi (Steve), Chen
2023-02-20 23:27:27 +08:00
3e5137feaf
[Misc] Autoformat python dgl (Part 2). (#5332 )
Hongzhi (Steve), Chen
2023-02-20 20:56:25 +08:00
6e58f5f1a5
[Misc] Auto format with manual fix of 3 files and add pylint: disable= too-many-lines for functional.py. (#5330 )
Hongzhi (Steve), Chen
2023-02-20 17:14:10 +08:00
f17c0d6224
[CI] add boto3 to interactive with AWS services like batch (#5329 )
Rhett Ying
2023-02-20 11:37:33 +08:00
dce899190e
[Misc] Auto-reformat multiple python folders. (#5325 )
Hongzhi (Steve), Chen
2023-02-20 10:09:22 +08:00
ab812179a3
[Misc] Auto reformat data/. (#5318 )
Hongzhi (Steve), Chen
2023-02-19 22:50:55 +08:00
f0759a96ee
[Misc] Auto-reformat test/. (#5324 )
Hongzhi (Steve), Chen
2023-02-19 22:50:37 +08:00
9fe5092c17
lintrunner (#5326 )
Hongzhi (Steve), Chen
2023-02-19 22:50:07 +08:00
9836f78e77
autoformat (#5322 )
Hongzhi (Steve), Chen
2023-02-19 11:24:16 +08:00
704bcaf6dd
examples (#5323 )
Hongzhi (Steve), Chen
2023-02-19 08:35:15 +08:00
6bc8216118
[Misc] auto-format tools. (#5321 )
Hongzhi (Steve), Chen
2023-02-19 08:34:23 +08:00
63ac788ff4
auto-reformat-nn (#5319 )
Hongzhi (Steve), Chen
2023-02-19 08:33:30 +08:00
0b3a447ba4
auto format distributed (#5317 )
Hongzhi (Steve), Chen
2023-02-19 08:33:09 +08:00
74c9d27d16
[Misc] Auto-format tests. (#5313 )
Hongzhi (Steve), Chen
2023-02-17 23:33:44 +08:00
86193c26f7
[Misc] Reorg python test (with backend) according to the guideline. (#5312 )
Hongzhi (Steve), Chen
2023-02-17 16:11:39 +08:00
d9e550369f
[Misc] Reorg python test according to the guideline. (#5307 )
Hongzhi (Steve), Chen
2023-02-17 16:08:20 +08:00
2bf2566fed
remove (#5309 )
Hongzhi (Steve), Chen
2023-02-17 12:14:02 +08:00
03dbe75808
blabal (#5306 )
Hongzhi (Steve), Chen
2023-02-17 11:17:08 +08:00
9ce800d2f3
[DistDGL][Optimizations]Rehash code to optimize for loop (#5224 )
kylasa
2023-02-16 09:34:07 -08:00
e25f47dea2
[DistDGL][Mem_Optimizations]Edge Ownership processes are computed on the fly when required. (#5225 )
kylasa
2023-02-16 09:33:40 -08:00
1329be9606
[Misc] Fix build warnings (#5303 )
Songqing Zhang
2023-02-16 16:44:50 +08:00
85dfcea0bc
[Dev] Create a script for kick off python test. (#5298 )
Hongzhi (Steve), Chen
2023-02-16 14:57:46 +08:00
ccbc30fdd2
[Dev] Create a script for building dgl from source. (#5294 )
Hongzhi (Steve), Chen
2023-02-16 13:46:05 +08:00
2bbca12ad5
[bugfix] Fix assertions in /src/runtime/workspace.h and expand unit tests for sparse optimizer (#5299 )
nv-dlasalle
2023-02-15 21:43:03 -08:00
a5e3139155
Set USE_LIBXSMM default to OFF. (#5287 )
Hongzhi (Steve), Chen
2023-02-16 13:08:11 +08:00
0552466c9c
sort (#5281 )
Hongzhi (Steve), Chen
2023-02-16 13:06:46 +08:00
f7a0c4bbf9
remove (#5280 )
Hongzhi (Steve), Chen
2023-02-16 12:57:49 +08:00
19b3cea166
[Model] Update CuGraphRelGraphConv to use pylibcugraphops=23.02 (#5217 )
Tingyu Wang
2023-02-15 07:11:20 -05:00
cc2e9933f3
update version
1.0.1
Quan Gan
2023-02-15 08:32:06 +00:00
ec11d5ab10
fix build for multiple pytorch versions (#5289 )
Quan (Andy) Gan
2023-02-15 15:22:50 +08:00
363f78d9c4
[Misc] Remove unnecessary clean up before build to accelerate incremental build. (#5267 )
Hongzhi (Steve), Chen
2023-02-03 15:11:16 +08:00
30f4932687
[Bugfix] Fix Column.record_stream(...) for unmaterialized tensors (#5240 )
Nicolas Castet
2023-02-10 00:36:46 -06:00
e5b548465f
Documentation equation syntax fix for EGATConv (#5284 )
Zahi Kakish
2023-02-12 23:58:11 -07:00
31e34bc6fb
fix rounding issue (#5159 )
Krzysztof Sadowski
2023-02-13 11:02:55 +01:00
3b0c0cec46
enable sparse on windows and mac (#5277 )
Quan (Andy) Gan
2023-02-13 13:16:17 +08:00