"vscode:/vscode.git/clone" did not exist on "843cdbe01a63fe2e0eca35e4d910130b1b8a5aad"
- 20 Mar, 2023 2 commits
-
-
Hongzhi (Steve), Chen authored
* 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>
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 17 Mar, 2023 1 commit
-
-
Theodore Vasiloudis authored
-
- 16 Mar, 2023 1 commit
-
-
yangbaechu authored
-
- 15 Mar, 2023 3 commits
-
-
Daniil Sizov authored
* 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>
-
Minjie Wang authored
-
czkkkkkk authored
* [Sparse] Remove the Python DiagMatrix class * Update * Update * update * Update
-
- 14 Mar, 2023 1 commit
-
-
Mufei Li authored
-
- 10 Mar, 2023 3 commits
-
-
kylasa authored
* Replacing numpy's unique with custom implementation * Added docstring to the new function. * Adding unit tests * Numpy's version issues with the 'kind' argument. * Addressing CI Test Failure. * Addressing CI review comments. * revised implementation, optimized for time. * added missing arguments for fallback case. * Addressing CI test failures. * Resolving issues with PYTHONPATH * Fix CI Test Failure issues. * fix CI test failures. --------- Co-authored-by:Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
-
Rhett Ying authored
* [DistDGL] add log when load graph and data * fix lint * refine log --------- Co-authored-by:Israt Nisa <neesha295@gmail.com>
-
kylasa authored
* Added testcase for testing distributed lookup service. * Applying lintrunner patch. * Fixing CI Test environment failures. * lintrunner patch. * lintrunner patch * Fix CI Failure. * Fixing CI Test failure cases. * lintrunner patch. * lintrunner patch and CI test failure. * Restore no. of test cases. * Resolving pythonpath issues. * lintrunner patch. * updating PYTHONPATH to resolve lib path * Resolve merge conflicts * Resolving issues with PYTHONPATH env variable. * fix module path * rename utils script under test to avoid ambiguity * remove unnecessary pythonpath * fix lint error * fix lint error --------- Co-authored-by:RhettYing <rhett_ying@qq.com>
-
- 09 Mar, 2023 5 commits
-
-
Gleb Bazhenov authored
* 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>
-
czkkkkkk authored
* [Sparse] Support Diag sparse format in C++ * update * Update
-
DominikaJedynak authored
-
Minjie Wang authored
-
Hongzhi (Steve), Chen authored
* rename * sort * rename --------- Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 08 Mar, 2023 6 commits
-
-
kkranen authored
* Bugfix for reverse edge issue. * Resolved copy/paste transcription error * lint * Added unit tests for graph with not all reverses. * linting + added backend device test --------- Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
-
Xin Yao authored
[Feature] Add `state_dict`, `load_state_dict`, `param_groups` to `dgl.optim.SparseGradOptimizer` (#5311) * init update * all get/set optm_state * add unit tests * add docstring * fix for multiple embeddings * move embedding methods to private * fix lint * fix unit tests * resolve comments * merge master
-
Guangyu Zhou authored
* 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>
-
Hongzhi (Steve), Chen authored
Co-authored-by:
Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal> Co-authored-by:
Xin Yao <yaox12@outlook.com>
-
Xin Yao authored
* 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
-
Rhett Ying authored
-
- 07 Mar, 2023 6 commits
-
-
Rhett Ying authored
-
Quan (Andy) Gan authored
-
Rhett Ying authored
-
peizhou001 authored
-
Minjie Wang authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
Rhett Ying authored
* [Dev] enable to specify torch version when create conda env * Update script/create_dev_conda_env.sh * Update script/create_dev_conda_env.sh
-
- 06 Mar, 2023 4 commits
-
-
kylasa authored
* Sync parmetis_wrapper with changes in metadata.json 1. In the preprocess.py, make sure that num_partitions is defined as input argument. Also, align 'input_dir' with the input dataset. schema_file is assumed to be located inside the input_dir. Also, graph_stats.txt file is assumed to be present in the input_dir. 2. Use DGL_HOME environment variable so that parmetis_wrapper command can be run anywhere. * Fix CI test failure cases. * Addressing CI review comments. * Addressing CI test failures. * Applying lintrunner patch
-
kylasa authored
* Support for no. of chunks smaller than no. of partitions and Adding appropriate test cases. Following changes are made with this PR. 1. Code changes for handling no. of chunks smaller than no. of partitions 2. Adding new test cases, which were previously deleted, for no. of chunks smaller than no. of partitions. 3. Also adding test cases, where multiple partitions are handled by a single process. * Committing the missing files in this commit. * lintrunner patch. * lintrunner check * lintrunner patch here. * CI review comments.
-
Quan (Andy) Gan authored
* fix duplicate worker_init_fn * lint * lint again * uugh
-
Rhett Ying authored
-
- 04 Mar, 2023 1 commit
-
-
Tingyu Wang authored
* add CuGraphGATConv model * lintrunner * update model to reflect changes in make_mfg_csr(), move max_in_degree to forward() * simplify pytest markers * fall back to FG option for large fanout * update error msg * add feat_drop and activation options * add residual option * Update python/dgl/nn/pytorch/conv/cugraph_gatconv.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/conv/cugraph_gatconv.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * reset res_fc --------- Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 03 Mar, 2023 2 commits
-
-
Mufei Li authored
* 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>
-
bgawrych authored
* Fix ubuntu 22 build * Add one more flag
-
- 02 Mar, 2023 1 commit
-
-
czkkkkkk authored
-
- 01 Mar, 2023 3 commits
-
-
Hongzhi (Steve), Chen authored
This reverts commit a5e31391.
-
Zhiteng Li authored
* add CLUSTER dataset * refine according to dongyu's comments --------- Co-authored-by:rudongyu <ru_dongyu@outlook.com>
-
Kacper Pietkun authored
-
- 28 Feb, 2023 1 commit
-
-
kylasa authored
Handling corner cases in the distributed lookup service. When the get partition ids function is invoked with empty request. This is needed because we are using alltoall function in the get_partition_ids function.
-