-
27f6561a89
[Graphbolt] Improve basic feature store test. (#6209)
Hongzhi (Steve), Chen
2023-08-29 14:41:11 +08:00
-
ae49309c93
[Misc] Also remove build fold in graphbolt and dgl_sparse in build_dgl.sh. (#6212)
Hongzhi (Steve), Chen
2023-08-29 14:34:53 +08:00
-
6ceebaa7a0
[GraphBolt] use str etype in data block (#6231)
Rhett Ying
2023-08-29 14:31:49 +08:00
-
ba61a56614
[Bug] fix inference for labor example (#6148)
Muhammed Fatih BALIN
2023-08-29 01:19:20 -04:00
-
3fb81fcaf6
[Graphbolt] LayerNeighborSampler and tests (#6214)
Muhammed Fatih BALIN
2023-08-29 00:41:15 -04:00
-
44a9faad7a
[GraphBolt] add converter of etype and update in dataset (#6230)
Rhett Ying
2023-08-29 11:59:40 +08:00
-
b642c5d897
[GraphBolt] relocate utils (#6227)
Rhett Ying
2023-08-29 09:20:00 +08:00
-
2144a3ce43
[GraphBolt] use str instead of tuple for canonical etype (#6216)
Rhett Ying
2023-08-28 15:41:40 +08:00
-
4c5489e876
[GraphBolt] remove duplicate test utils (#6220)
Rhett Ying
2023-08-28 15:25:35 +08:00
-
bc72349c0d
[Graohbolt] Fix CI bug (#6224)
peizhou001
2023-08-28 14:40:04 +08:00
-
d82cfdc05c
[Graphbolt] Add feature fetcher udf (#6210)
peizhou001
2023-08-28 12:07:08 +08:00
-
5c1206de71
[Graphbolt] Update unit test to match the official edge format. (#6215)
Hongzhi (Steve), Chen
2023-08-25 14:39:54 +08:00
-
968c52dd7b
[Graphbolt] Gpu cache feature store (#6005)
Muhammed Fatih BALIN
2023-08-25 02:14:41 -04:00
-
cbfc8085f3
[Misc] Always use subgraph instead of sub_graph. (#6213)
Hongzhi (Steve), Chen
2023-08-25 14:01:39 +08:00
-
b8e935751d
[Graphbolt] Add BasicFeatureStore. (#6204)
Hongzhi (Steve), Chen
2023-08-25 09:42:11 +08:00
-
60d4ea69d1
[Misc] Keep import in order. (#6207)
Hongzhi (Steve), Chen
2023-08-24 23:30:37 +08:00
-
f8c60a1819
[Graphbolt] Introduce an
is_homogeneous option for converting from COO to CSC format. (#6202)
LastWhisper
2023-08-24 17:34:13 +08:00
-
a38bb5d1c6
[Misc] Better naming. (#6206)
Hongzhi (Steve), Chen
2023-08-24 17:20:36 +08:00
-
a438565e30
[Misc] Move impl related tests to impl directory. (#6205)
Hongzhi (Steve), Chen
2023-08-24 17:16:31 +08:00
-
019a1a6072
[Optimization] Use scipy's eigs instead of numpy in lap_pe (#5855)
Quan (Andy) Gan
2023-08-24 10:34:59 +08:00
-
95221f01c3
[Example] Fix core hetero-rgcn example API name. (#6201)
xiangyuzhi
2023-08-23 18:21:20 +08:00
-
c3a043eb23
[Sparse] Fix hetero-rgcn example datasets (#6200)
xiangyuzhi
2023-08-23 17:24:50 +08:00
-
b1153db9b2
[Graphbolt] Rewrite sampling process to eliminate torch::cat (#6152)
Ramon Zhou
2023-08-23 14:38:46 +08:00
-
64df37f7eb
Improving gpu_cache test. (#6195)
Andrei Ivanov
2023-08-22 22:46:08 -07:00
-
f6dec3596c
[Graphbolt]Subgraph sampler udf (#6129)
peizhou001
2023-08-23 13:42:06 +08:00
-
4663cb0c91
[Sparse] A hetero-relational GCN example (#6157)
xiangyuzhi
2023-08-23 10:15:51 +08:00
-
c7e252cd19
Testing a data frame with unnamed columns. (#6186)
Andrei Ivanov
2023-08-21 22:16:53 -07:00
-
9ef80a6e54
[BugFix] remove non-existent arg (#6188)
Rhett Ying
2023-08-22 11:43:49 +08:00
-
e362f02393
[Graohbolt] Fix negative sampler hetero bugs (#6185)
peizhou001
2023-08-22 10:09:20 +08:00
-
f2d4226617
[CI] add 4 new windows nodes (#6182)
Rhett Ying
2023-08-22 09:50:27 +08:00
-
82b11b6ca3
[Graphbolt] Patch: Change compact to list (#6183)
peizhou001
2023-08-22 09:50:06 +08:00
-
8b23ec6082
Fix a bug in standalone mode (#6179)
Da Zheng
2023-08-21 02:03:02 -07:00
-
c6cdeb6b9b
[Graphbolt] Adapt negative sampler input (#6177)
peizhou001
2023-08-21 16:36:31 +08:00
-
405de769b7
[Graphbolt]Add compact for node list (#6176)
peizhou001
2023-08-21 15:13:23 +08:00
-
24c875c6dc
[CI] add more nodes for linux jobs (#6172)
Rhett Ying
2023-08-21 11:22:51 +08:00
-
89f8d5f60a
Improving propagate and filter tests. (#6146)
Andrei Ivanov
2023-08-20 06:55:03 -07:00
-
8b839a2398
Improving data tests. (#6144)
Andrei Ivanov
2023-08-20 06:43:59 -07:00
-
1320438392
Improving basic tests. (#6145)
Andrei Ivanov
2023-08-20 06:43:15 -07:00
-
44f4b0e29d
[Graphbolt]Adapt negative sampler (#6165)
peizhou001
2023-08-18 12:35:32 +08:00
-
ceb2572475
[Misc] re-enable destructor method of WorkspacePool. (#6173)
Hongzhi (Steve), Chen
2023-08-18 12:32:12 +08:00
-
7ed2991f6e
[Example] Polish GraphSAGE link prediction example and move it to sampling folder. (#6163)
LastWhisper
2023-08-18 12:19:00 +08:00
-
1f2cb6d9f6
[CI improvement] Move dataset_tests to an independent directory (#6158)
caojy1998
2023-08-18 12:02:59 +08:00
-
2593c92583
Improving sparse tests. (#6168)
Andrei Ivanov
2023-08-17 20:00:15 -07:00
-
5a41741485
[Bug] fix memory leak in cpp tests (#6141)
Songqing Zhang
2023-08-17 16:10:52 +08:00
-
97c3f870c7
Improving sampling tests. (#6167)
Andrei Ivanov
2023-08-17 00:24:46 -07:00
-
f586c415eb
[CI] increase timeout for linux unit test
Rhett Ying
2023-08-17 15:04:44 +08:00
-
fd6587459c
Improving sparse_ops tests. (#6147)
Andrei Ivanov
2023-08-16 21:49:07 -07:00
-
976970554d
[Grapbolt]Add unified data structure (#6140)
peizhou001
2023-08-17 10:04:48 +08:00
-
a78e6a02b4
change negative sampler
peizhou/negative__patch
Ubuntu
2023-08-16 10:34:05 +00:00
-
7c157384b7
revert
Ubuntu
2023-08-16 09:32:08 +00:00
-
a26891b95a
lint
Ubuntu
2023-08-16 08:51:55 +00:00
-
8616748bb4
lint
Ubuntu
2023-08-16 06:26:02 +00:00
-
f654285843
typo
Ubuntu
2023-08-16 06:23:56 +00:00
-
0f84212137
add default value
Ubuntu
2023-08-16 06:17:38 +00:00
-
612a38e29d
change test
Ubuntu
2023-08-16 05:44:31 +00:00
-
55492b9520
lint
Ubuntu
2023-08-16 05:43:59 +00:00
-
b31a532028
fix comments
Ubuntu
2023-08-16 05:38:38 +00:00
-
38e2709601
change back input to node pair
Ubuntu
2023-08-16 05:36:40 +00:00
-
3833faf6e5
change negative sampler
Ubuntu
2023-08-16 05:32:56 +00:00
-
432b6b5a87
change name
Ubuntu
2023-08-16 04:59:51 +00:00
-
c461d2be0b
remove unused header
Ubuntu
2023-08-15 09:57:10 +00:00
-
6f5b6a067e
fix comments
Ubuntu
2023-08-15 09:56:31 +00:00
-
19a50d3c07
change subgraph to list
Ubuntu
2023-08-15 07:47:38 +00:00
-
78cfed2429
move seed node out
Ubuntu
2023-08-15 07:04:42 +00:00
-
e02dc3a7f3
move unified data out from impl
Ubuntu
2023-08-15 06:59:00 +00:00
-
6a0cbb81d7
add input nodes
Ubuntu
2023-08-15 06:54:40 +00:00
-
5360650ed0
add desc
Ubuntu
2023-08-14 08:46:19 +00:00
-
afe46260f9
add unified data structure
Ubuntu
2023-08-11 08:56:13 +00:00
-
593ed557a5
add unified data structure
Ubuntu
2023-08-11 08:53:06 +00:00
-
-
-
7467da9a39
[dev] configure optimize options explicitly for different build types (#6161)
Rhett Ying
2023-08-16 14:29:31 +08:00
-
346410928f
[Misc] Cleanup old flags, and rely on BUILD_TYPE for all features. (#6154)
Hongzhi (Steve), Chen
2023-08-15 16:31:44 +08:00
-
7119422936
[Misc] Support build type in build dgl script. (#6153)
Hongzhi (Steve), Chen
2023-08-15 12:04:33 +08:00
-
b1dd592da7
[Graphbolt] 2-step loading, Add
OnDiskDataset.load() method to trigger actual loading. (#6142)
keli-wen
2023-08-14 15:34:18 +08:00
-
d40a3c37e5
1.1.x candidate (#6155)
1.1.2
Rhett Ying
2023-08-14 14:35:06 +08:00
-
58d98e0390
[Graphbolt] Utilize pre-allocation in sampling (#6132)
Ramon Zhou
2023-08-14 13:20:55 +08:00
-
d95058fb7c
[Dev] Change CXX standard to 17 (#6138) (#6151)
Rhett Ying
2023-08-14 12:51:40 +08:00
-
b64940b43c
[release] 1.1.x revert #5648 (#6150)
Rhett Ying
2023-08-14 10:37:47 +08:00
-
f0d8ca1e40
[Dev] Change CXX standard to 17 (#6138)
Muhammed Fatih BALIN
2023-08-13 22:26:40 -04:00
-
08d18a47f2
[Build] Fix bf16/fp16 building issues for CUDA 12.2 (#6074)
Xin Yao
2023-08-14 10:12:41 +08:00
-
de344fa49a
[Misc] Small fix of cpp tests (#6137)
Songqing Zhang
2023-08-12 00:11:10 +08:00
-
2c64ae0330
[Graphbolt] Enhance preprocessing: Ensure relative paths in YAML and convert to absolute paths before loading. (#6110)
keli-wen
2023-08-11 16:19:07 +08:00
-
f0189a4fcb
Removing warnings appearing in NN tests. (#6109)
Andrei Ivanov
2023-08-10 21:24:46 -07:00
-
ef3919a730
[Misc] Fix typo. (#6136)
Hongzhi (Steve), Chen
2023-08-11 11:07:53 +08:00
-
9c36f24fb4
Cpu docker tcmalloc (#5969)
Daniil Sizov
2023-08-11 04:12:58 +02:00
-
78d8b808b0
[Doc] Update README about DGL container access from NGC (#6133)
Triston
2023-08-10 19:04:48 -07:00
-
9116f67304
[Graphbolt]Unique and compact OP (#6098)
peizhou001
2023-08-11 07:58:33 +08:00
-
88964a8253
[Bugfix] Fix cusparseCreateCsr format for cuda12 (#6121)
Chang Liu
2023-08-10 07:35:32 -07:00
-
1e16e4ca5f
[Graphbolt]Throw exception when id not found (#6128)
peizhou001
2023-08-10 17:02:48 +08:00
-
b328b85f61
[CI] update python version for tensorflow (#6125)
Rhett Ying
2023-08-10 16:17:37 +08:00
-
c8414962f1
[Misc] Remove blank files. (#6126)
Hongzhi (Steve), Chen
2023-08-10 16:14:53 +08:00
-
e258450cbe
[release] bump version to 1.1.2 (#6124)
Rhett Ying
2023-08-10 14:51:35 +08:00
-
7e4c226de4
[Model] Simplify labor example, add proper inference code (#6104)
Muhammed Fatih BALIN
2023-08-09 23:54:13 -04:00
-
cf829dc38e
Fixing some unittest warnings. (#6122)
Andrei Ivanov
2023-08-09 20:53:20 -07:00
-
77c84834c8
Improving serialize tests (#6116)
Andrei Ivanov
2023-08-09 19:21:01 -07:00
-
d19887cde5
Improving transform tests. (#6123)
Andrei Ivanov
2023-08-09 18:59:25 -07:00
-
c63a83f103
[BugFix] add input/output shape check in GatedGraphConv (#6119)
paoxiaode
2023-08-09 19:16:46 +08:00
-
4693fa43be
[Bug fix] Fix the bug in creating unibipartite heterogenous graph (#6093)
caojy1998
2023-08-07 18:50:22 +08:00
-
e568e8e69e
[Misc] Lower the test threshold for hgnn example. (#6107)
Hongzhi (Steve), Chen
2023-08-07 16:24:51 +08:00
-
46b411104f
[Example] polish the example for heterograph node classification (#6063)
keli-wen
2023-08-07 14:42:57 +08:00
-
7e1ad69014
Add new intern (#6105)
xiangyuzhi
2023-08-07 12:34:04 +08:00