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

[FEA] Batching NN Descent #2403

Merged
merged 49 commits into from
Aug 23, 2024
Merged

[FEA] Batching NN Descent #2403

merged 49 commits into from
Aug 23, 2024

Commits on Jul 31, 2024

  1. nn descent batch

    jinsolp committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b7d8d2c View commit details
    Browse the repository at this point in the history
  2. remove print statements

    jinsolp committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    68e3081 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acaed4e View commit details
    Browse the repository at this point in the history
  4. fix debug log

    jinsolp committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4175a0f View commit details
    Browse the repository at this point in the history
  5. trigger CI

    jinsolp committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    581db66 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. optimize memory usage

    jinsolp committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    39c44f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. trigger CI

    jinsolp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    38f1185 View commit details
    Browse the repository at this point in the history
  2. remove printf

    jinsolp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    91bb1d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. change tests

    jinsolp committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f4ac2d4 View commit details
    Browse the repository at this point in the history
  2. Trigger CI

    jinsolp committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    294f493 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Trigger CI

    jinsolp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5939638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd55dd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    6155dec View commit details
    Browse the repository at this point in the history
  2. to check nnd is problem

    jinsolp committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    45f38cd View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    1c81be9 View commit details
    Browse the repository at this point in the history
  2. change to raft managed types

    jinsolp committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    35e5617 View commit details
    Browse the repository at this point in the history
  3. remove unused code

    jinsolp committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    3d05246 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. for CI debugging

    jinsolp committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    74cdf6a View commit details
    Browse the repository at this point in the history
  2. debugging CI purposes

    jinsolp committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    b3a8590 View commit details
    Browse the repository at this point in the history
  3. for CI debugging purposes

    jinsolp committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    d722997 View commit details
    Browse the repository at this point in the history
  4. for debugging purposes

    jinsolp committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    7c7817c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. last check

    jinsolp committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f0f0909 View commit details
    Browse the repository at this point in the history
  2. remove all print statements

    jinsolp committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0ee8553 View commit details
    Browse the repository at this point in the history
  3. remove print

    jinsolp committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    53bf47c View commit details
    Browse the repository at this point in the history
  4. Trigger CI

    jinsolp committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    483fabf View commit details
    Browse the repository at this point in the history
  5. trigger CI

    jinsolp committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7eb33ac View commit details
    Browse the repository at this point in the history
  6. Trigger CI

    jinsolp committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8768b1c View commit details
    Browse the repository at this point in the history
  7. Trigger CI

    jinsolp committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    320958d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. update graph nrow every iter

    jinsolp committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    460eff2 View commit details
    Browse the repository at this point in the history
  2. Trigger CI

    jinsolp committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    997e225 View commit details
    Browse the repository at this point in the history
  3. Trigger CI

    jinsolp committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9e984c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. better usage of memory

    jinsolp committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    de63ee3 View commit details
    Browse the repository at this point in the history
  2. Trigger CI

    jinsolp committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    9cf61af View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Trigger CI

    jinsolp committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8065dfe View commit details
    Browse the repository at this point in the history
  2. Trigger CI

    jinsolp committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f85d196 View commit details
    Browse the repository at this point in the history
  3. Trigger CI

    jinsolp committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b8a41b0 View commit details
    Browse the repository at this point in the history
  4. Trigger CI

    jinsolp committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3d29bbc View commit details
    Browse the repository at this point in the history
  5. Trigger CI

    jinsolp committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d0a4011 View commit details
    Browse the repository at this point in the history
  6. Trigger CI

    jinsolp committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ed29707 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e31d044 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    aa6979d View commit details
    Browse the repository at this point in the history
  2. remove macro

    jinsolp committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3e429c1 View commit details
    Browse the repository at this point in the history
  3. Trigger CI

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

Commits on Aug 22, 2024

  1. address comments

    jinsolp committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c7613a3 View commit details
    Browse the repository at this point in the history
  2. Remove public api for testing

    jinsolp committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0b6a370 View commit details
    Browse the repository at this point in the history
  3. Trigger CI

    jinsolp committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b872901 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f08335c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b1c509 View commit details
    Browse the repository at this point in the history