Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support heterogenous fanout type #4608

Open
wants to merge 123 commits into
base: branch-24.12
Choose a base branch
from

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    0adb2fd View commit details
    Browse the repository at this point in the history
  2. remove unusued code

    jnke2016 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bb5a3e2 View commit details
    Browse the repository at this point in the history
  3. fix style

    jnke2016 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    10fa86d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    f904350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fc32c3 View commit details
    Browse the repository at this point in the history
  3. add support for heterogenous fanout support at the plc layer and cons…

    …olidate neighborhood sampling functions
    jnke2016 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8fc21f8 View commit details
    Browse the repository at this point in the history
  4. remove outdated codes

    jnke2016 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    01a57f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    3a6aeb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f6467 View commit details
    Browse the repository at this point in the history
  3. rename variable

    jnke2016 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5d25155 View commit details
    Browse the repository at this point in the history
  4. create new tuple type

    jnke2016 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    80f8b86 View commit details
    Browse the repository at this point in the history
  5. remove unnecessary check

    jnke2016 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    50e0fc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f455bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d114534 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf4a3ae View commit details
    Browse the repository at this point in the history
  9. update docstrings

    jnke2016 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    bc87b50 View commit details
    Browse the repository at this point in the history
  10. update docstrings

    jnke2016 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3013684 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    d6b6234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    068b0a3 View commit details
    Browse the repository at this point in the history
  3. update docstrings

    jnke2016 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6920f65 View commit details
    Browse the repository at this point in the history
  4. re-order arguments

    jnke2016 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    760c5cd View commit details
    Browse the repository at this point in the history
  5. remove outdated comments

    jnke2016 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1e0ef27 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. add arguments and type check

    jnke2016 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    de79620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c17009 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. update neighbor sample API

    jnke2016 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7b95c5e View commit details
    Browse the repository at this point in the history
  2. remove outdated code

    jnke2016 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    19fc765 View commit details
    Browse the repository at this point in the history
  3. remove outdated comment

    jnke2016 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e30766c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    5dd66f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    4b2764c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    4c1c610 View commit details
    Browse the repository at this point in the history
  2. add exit condition

    jnke2016 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fe35c80 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. remove comments

    jnke2016 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a658b29 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Add Implementation

    ChuckHastings committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e52a38a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    c416439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98d6c57 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    d7165af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    579fd0a View commit details
    Browse the repository at this point in the history
  3. update API and docstring

    jnke2016 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5cdf40a View commit details
    Browse the repository at this point in the history
  4. remove unsued variable

    jnke2016 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a8fbd9d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    9d5b3dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0358c6e View commit details
    Browse the repository at this point in the history
  3. update CAPI

    jnke2016 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    799c35d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. undo changes to k-truss

    jnke2016 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    ab8aa72 View commit details
    Browse the repository at this point in the history
  2. undo changes to tests

    jnke2016 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    7d8b5ad View commit details
    Browse the repository at this point in the history
  3. clean up code

    jnke2016 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f2190ba View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. update docs

    jnke2016 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1e96dcf View commit details
    Browse the repository at this point in the history
  2. fix typo

    jnke2016 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    36c25ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4857b36 View commit details
    Browse the repository at this point in the history
  4. fix typo

    jnke2016 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    263b6ac View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. update neighbor sample API

    jnke2016 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9dff3ab View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. update CAPI

    jnke2016 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    33c8b3d View commit details
    Browse the repository at this point in the history
  2. remove unsued code

    jnke2016 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e357f42 View commit details
    Browse the repository at this point in the history
  3. remove outdated comment

    jnke2016 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6081978 View commit details
    Browse the repository at this point in the history
  4. remove unnecessary copy

    jnke2016 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    73b3ffe View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. remove outdate arguments

    jnke2016 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ea972f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix typo

    jnke2016 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8822192 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e02a513 View commit details
    Browse the repository at this point in the history
  3. fix typo

    jnke2016 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d6cb1d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54fa155 View commit details
    Browse the repository at this point in the history
  5. fix typo

    jnke2016 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    499e041 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b571deb View commit details
    Browse the repository at this point in the history
  7. properly handle edge types

    jnke2016 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f6c4ce3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e71660d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e2c8cf View commit details
    Browse the repository at this point in the history
  10. update type combination

    jnke2016 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2458149 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    df3e4ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4847e4 View commit details
    Browse the repository at this point in the history
  3. remove outdated tests

    jnke2016 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    dc2c9ba View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. add SG python implementation of neighborhood sampling both homogeneou…

    …s and heterogeneous, with/without biases
    jnke2016 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c01f4e4 View commit details
    Browse the repository at this point in the history
  2. remove unused argument

    jnke2016 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    dabd0c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    95ca286 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    383bfc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68fa2f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18899ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57e6f96 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    d34d85c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aa0903 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa0cb88 View commit details
    Browse the repository at this point in the history
  4. remove outdated code

    jnke2016 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    990d2ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d44a46f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1a6180 View commit details
    Browse the repository at this point in the history
  7. add new tests to CMakeLists

    jnke2016 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    36ce4fc View commit details
    Browse the repository at this point in the history
  8. remove unsued variable

    jnke2016 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c0a618f View commit details
    Browse the repository at this point in the history
  9. fix illegal memory access

    jnke2016 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    965001b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a005a19 View commit details
    Browse the repository at this point in the history
  11. fix style

    jnke2016 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    11f9c40 View commit details
    Browse the repository at this point in the history
  12. fix style

    jnke2016 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6b547fb View commit details
    Browse the repository at this point in the history
  13. update cmakelist

    jnke2016 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    14e9a99 View commit details
    Browse the repository at this point in the history
  14. update type combination

    jnke2016 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    aebfd08 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. fix symbol lookup error

    jnke2016 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b159e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b0c016 View commit details
    Browse the repository at this point in the history
  3. remove python implementation of heterogeneous neighborhood sampling a…

    …nd push it to a different PR
    jnke2016 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    da82567 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b1bbb4 View commit details
    Browse the repository at this point in the history
  5. remove o utdated fixme

    jnke2016 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6d69f88 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary call

    jnke2016 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    79d4527 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a66928 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c3d871 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae92c9f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d7d6109 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6b3ffbd View commit details
    Browse the repository at this point in the history
  12. fix style

    jnke2016 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    67d7d0a View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'upstream/branch-24.12' into branch-24.1…

    …0_support_heterogeneous_fanout
    jnke2016 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3386230 View commit details
    Browse the repository at this point in the history
  14. fix type error

    jnke2016 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    413a577 View commit details
    Browse the repository at this point in the history
  15. fix import error

    jnke2016 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    22db98d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. remove redundant tests

    jnke2016 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    6a95852 View commit details
    Browse the repository at this point in the history
  2. remove hardcoded path

    jnke2016 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4f5dc3e View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/branch-24.12' into branch-24.1…

    …0_support_heterogeneous_fanout
    jnke2016 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    334ce6d View commit details
    Browse the repository at this point in the history
  4. fix style

    jnke2016 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9b4683a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    8cb0c94 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    77303d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    117a4ec View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    ac66f13 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. rename variable

    jnke2016 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    114bf56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63a59ca View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. remove unsued function

    jnke2016 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    84face3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab853e5 View commit details
    Browse the repository at this point in the history
  3. rename variable

    jnke2016 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    802d9b0 View commit details
    Browse the repository at this point in the history
  4. remove duplicated functions

    jnke2016 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c5bec5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bd09f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d6cb34 View commit details
    Browse the repository at this point in the history
  7. remove outdated fixme

    jnke2016 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    24e31cb View commit details
    Browse the repository at this point in the history
  8. fix style

    jnke2016 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7ca5d59 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/branch-24.12' into branch-24.1…

    …0_support_heterogeneous_fanout
    jnke2016 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    64b7edc View commit details
    Browse the repository at this point in the history