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

[WIP] Speedup Connected Components #302

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2024

  1. Speedup fuzzy dedup by avoiding merge

    Signed-off-by: Vibhu Jawa <vibhujawa@gmail.com>
    Signed-off-by: Vibhu Jawa <vjawa@nvidia.com>
    VibhuJawa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3cbb5f5 View commit details
    Browse the repository at this point in the history
  2. Remove unused function

    Signed-off-by: Vibhu Jawa <vibhujawa@gmail.com>
    Signed-off-by: Vibhu Jawa <vjawa@nvidia.com>
    VibhuJawa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    730d985 View commit details
    Browse the repository at this point in the history
  3. Clean up PR based on Praateeks reviews

    Signed-off-by: Vibhu Jawa <vjawa@login-eos02.eos.clusters.nvidia.com>
    Signed-off-by: Vibhu Jawa <vjawa@nvidia.com>
    Vibhu Jawa authored and VibhuJawa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    29edceb View commit details
    Browse the repository at this point in the history
  4. style fixes

    Signed-off-by: Vibhu Jawa <vjawa@nvidia.com>
    VibhuJawa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    60dd747 View commit details
    Browse the repository at this point in the history
  5. style fixes

    Signed-off-by: Vibhu Jawa <vjawa@nvidia.com>
    VibhuJawa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5caa34a View commit details
    Browse the repository at this point in the history
  6. Remove dangling print

    Signed-off-by: Vibhu Jawa <vjawa@nvidia.com>
    VibhuJawa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d8e46c1 View commit details
    Browse the repository at this point in the history
  7. Add handling for multiple columns

    Signed-off-by: Vibhu Jawa <vjawa@nvidia.com>
    VibhuJawa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    de821d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Nuking convert to strings

    Signed-off-by: Vibhu Jawa <vibhujawa@gmail.com>
    VibhuJawa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    780b8fe View commit details
    Browse the repository at this point in the history
  2. Nuking convert to strings

    Signed-off-by: Vibhu Jawa <vibhujawa@gmail.com>
    VibhuJawa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5c76836 View commit details
    Browse the repository at this point in the history
  3. Verify it works on exp-01

    Signed-off-by: Vibhu Jawa <vibhujawa@gmail.com>
    VibhuJawa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8396237 View commit details
    Browse the repository at this point in the history
  4. Verify it works on redpajama

    Signed-off-by: Vibhu Jawa <vjawa@nvidia.com>
    VibhuJawa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ebb9a0e View commit details
    Browse the repository at this point in the history
  5. Ensure clean logging

    Signed-off-by: Vibhu Jawa <vjawa@nvidia.com>
    VibhuJawa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cc68c4d View commit details
    Browse the repository at this point in the history
  6. Style fixes

    Signed-off-by: Vibhu Jawa <vjawa@nvidia.com>
    VibhuJawa committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    df62a1f View commit details
    Browse the repository at this point in the history