Mufei Li
9e532e7def
[Dataset] Chameleon ( #5477 )
...
* update
* update
* update
* lint
* update
* CI
* lint
* update doc
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal >
2023-03-23 22:34:00 +08:00
ZhenyuLU_Heliodore
4534650f5f
[Dataset] Add ZINC Dataset ( #5428 )
...
* Update dgl.data.rst
* Add files via upload
* Add files via upload
* Add files via upload
* Update zinc.py
* Update dgl.data.rst
* Update test_data.py
* Add files via upload
* Update cluster.py
* Update pattern.py
* Update zinc.py
* Update zinc.py
* Update test_data.py
* lint
* fix
* fix path
* update test on label shape
---------
Co-authored-by: rudongyu <ru_dongyu@outlook.com >
2023-03-22 18:04:41 +08:00
Hongzhi (Steve), Chen
8a83027274
[Misc] Merge test utils. ( #5440 )
...
* merge
* format
* rename
* sort
* sort
* update
* update
* update
* Update tests/utils/checks.py
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal >
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
2023-03-20 15:32:45 +08:00
Daniil Sizov
87fb7ed05b
[Config] Enable libxsmm by default for AVX cpu ( #5165 )
...
* Enable AVX by default
* Fix linting errors
* Fix win64 build (libxsmm not linked)
Libxsmm on Win64 is not linked, should be disabled by default
* Fix clang format issues
* Change lower supported cpu version to LIBXSMM_X86_AVX2
Change lower supported cpu version to LIBXSMM_X86_AVX2 to address https://github.com/dmlc/dgl/issues/3459 issue
* Fix unit test
Remove assumption that libxsmm is enabled in the config by default (only true for intel CPUs with AVX2 instructions)
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-15-137.us-west-2.compute.internal >
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com >
2023-03-16 02:05:22 +08:00
Gleb Bazhenov
54b4bd0acd
[Data] new functional for creating data splits in graph ( #5418 )
...
* new functional for creating data splits in graph
* minor fix in data split implementation
* apply suggestions from code review
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
* refactoring + unit tests
* fix test file name
* move imports to the top
* Revert "fix test file name"
This reverts commit 126323e38c8de6fdc73c826dccc9048aed8f9634.
* remove nccl submodule
* address linter issues
---------
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com >
2023-03-09 18:55:25 +08:00
Hongzhi (Steve), Chen
e250ba3d99
[Misc] Rename test_utils -> pytests_utils. ( #5438 )
...
* rename
* sort
* rename
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal >
2023-03-09 09:42:29 +08:00
Guangyu Zhou
178290249e
[Dataset] Add PATTERN dataset ( #5422 )
...
* add PATTERN dataset
* fix bug
* fix bugs
* fix issues
* refine according to dongyu's comments
---------
Co-authored-by: BuptTab <gyzhou2000@gmail.com >
Co-authored-by: rudongyu <ru_dongyu@outlook.com >
2023-03-08 14:08:12 +08:00
Xin Yao
8d5d8962ad
[Refactor] Replace third_party/nccl with PyTorch's NCCL backend ( #4989 )
...
* expose GeneratePermutation
* add sparse_all_to_all_push
* add sparse_all_to_all_pull
* add unit test
* handle world_size=1
* remove python nccl wrapper
* remove the nccl dependency
* use pinned memory to speedup D2H copy
* fix lint
* resolve comments
* fix lint
* fix ut
* resolve comments
2023-03-08 12:59:10 +08:00
Mufei Li
f00cd6efbd
[Utils] Edge and LINKX homophily measure ( #5382 )
...
* Update
* lint
* lint
* r prefix
* CI
* lint
* skip TF
* Update
* edge homophily
* linkx homophily
* format
* skip TF
* fix test
* update
* lint
* lint
* review
* lint
* update
* lint
* update
* CI
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal >
2023-03-03 16:58:20 +08:00
Zhiteng Li
a53ecd229b
[Dataset] Add CLUSTER dataset ( #5389 )
...
* add CLUSTER dataset
* refine according to dongyu's comments
---------
Co-authored-by: rudongyu <ru_dongyu@outlook.com >
2023-03-01 16:36:12 +08:00
Mufei Li
fcf5ad5f49
[Utils] Node homophily measure ( #5376 )
...
* Update
* lint
* lint
* r prefix
* CI
* lint
* skip TF
* Update
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal >
2023-02-24 14:26:02 +08:00
peizhou001
7ff041528c
[Refactor] Add default ffi namespce capi ( #5359 )
2023-02-22 21:33:30 +08:00
Hongzhi (Steve), Chen
74c9d27d16
[Misc] Auto-format tests. ( #5313 )
...
* [Misc] Auto-format tests.
* more
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal >
2023-02-17 23:33:44 +08:00
Hongzhi (Steve), Chen
d9e550369f
[Misc] Reorg python test according to the guideline. ( #5307 )
...
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal >
2023-02-17 16:08:20 +08:00