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

Generate group offsets from element labels #11017

Merged
merged 67 commits into from
Jun 3, 2022

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    41a7baa View commit details
    Browse the repository at this point in the history
  2. Remove comments

    ttnghia committed May 23, 2022
    Configuration menu
    Copy the full SHA
    1204e9a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    165f752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f385eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2684625 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cfe856 View commit details
    Browse the repository at this point in the history
  5. Add comment

    ttnghia committed May 24, 2022
    Configuration menu
    Copy the full SHA
    1007176 View commit details
    Browse the repository at this point in the history
  6. Add example

    ttnghia committed May 24, 2022
    Configuration menu
    Copy the full SHA
    9b5a88d View commit details
    Browse the repository at this point in the history
  7. Rename and move file

    ttnghia committed May 24, 2022
    Configuration menu
    Copy the full SHA
    9903007 View commit details
    Browse the repository at this point in the history
  8. Rename variable

    ttnghia committed May 24, 2022
    Configuration menu
    Copy the full SHA
    7bd714d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Add a benchmark

    ttnghia committed May 25, 2022
    Configuration menu
    Copy the full SHA
    031302b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Rewrite label_segments

    ttnghia committed May 26, 2022
    Configuration menu
    Copy the full SHA
    28e1463 View commit details
    Browse the repository at this point in the history
  2. Fix compile error

    ttnghia committed May 26, 2022
    Configuration menu
    Copy the full SHA
    d3708a5 View commit details
    Browse the repository at this point in the history
  3. Hack to test

    ttnghia committed May 26, 2022
    Configuration menu
    Copy the full SHA
    60259c9 View commit details
    Browse the repository at this point in the history
  4. Revert "Add a benchmark"

    This reverts commit 031302b.
    
    # Conflicts:
    #	cpp/benchmarks/groupby/group_struct.cu
    ttnghia committed May 26, 2022
    Configuration menu
    Copy the full SHA
    97b9a57 View commit details
    Browse the repository at this point in the history
  5. Revert "Hack to test"

    This reverts commit 60259c9.
    
    # Conflicts:
    #	cpp/benchmarks/groupby/group_struct.cu
    ttnghia committed May 26, 2022
    Configuration menu
    Copy the full SHA
    a094dab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8315764 View commit details
    Browse the repository at this point in the history
  7. Add comment

    ttnghia committed May 26, 2022
    Configuration menu
    Copy the full SHA
    f5a5520 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3be6b16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a060e3d View commit details
    Browse the repository at this point in the history
  10. Implement labels_to_offsets

    ttnghia committed May 26, 2022
    Configuration menu
    Copy the full SHA
    6ac3f49 View commit details
    Browse the repository at this point in the history
  11. Rewrite example

    ttnghia committed May 26, 2022
    Configuration menu
    Copy the full SHA
    b8cb363 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2218efa View commit details
    Browse the repository at this point in the history
  13. Fix initialization

    ttnghia committed May 26, 2022
    Configuration menu
    Copy the full SHA
    9bdfa6c View commit details
    Browse the repository at this point in the history
  14. Use label_to_offsets

    ttnghia committed May 26, 2022
    Configuration menu
    Copy the full SHA
    baa303f View commit details
    Browse the repository at this point in the history
  15. Change variable name

    ttnghia committed May 26, 2022
    Configuration menu
    Copy the full SHA
    039b92f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ab1e25a View commit details
    Browse the repository at this point in the history
  17. Remove unused headers

    ttnghia committed May 26, 2022
    Configuration menu
    Copy the full SHA
    f9e0819 View commit details
    Browse the repository at this point in the history
  18. Rewrite example

    ttnghia committed May 26, 2022
    Configuration menu
    Copy the full SHA
    52f6c30 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    8e1f01a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc0dfc1 View commit details
    Browse the repository at this point in the history
  3. Rewrite comments

    ttnghia committed May 27, 2022
    Configuration menu
    Copy the full SHA
    79e2f6f View commit details
    Browse the repository at this point in the history
  4. Cleanup headers

    ttnghia committed May 27, 2022
    Configuration menu
    Copy the full SHA
    6eec56a View commit details
    Browse the repository at this point in the history
  5. Cleanup headers

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 27, 2022
    Configuration menu
    Copy the full SHA
    ba91075 View commit details
    Browse the repository at this point in the history
  6. Cleanup headers

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 27, 2022
    Configuration menu
    Copy the full SHA
    de2f197 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'list_label' into offsets_from_labels

    # Conflicts:
    #	cpp/src/lists/drop_list_duplicates.cu
    ttnghia committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d296e32 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Use offsets iterator directly

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 28, 2022
    Configuration menu
    Copy the full SHA
    becb593 View commit details
    Browse the repository at this point in the history
  2. Initialize output at first

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 28, 2022
    Configuration menu
    Copy the full SHA
    e461814 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0d5122 View commit details
    Browse the repository at this point in the history
  4. Fix loop, excluding the last offset value

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 28, 2022
    Configuration menu
    Copy the full SHA
    b7e6d9a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'list_label' into offsets_from_labels

    # Conflicts:
    #	cpp/include/cudf/detail/labeling/label_segments.cuh
    ttnghia committed May 28, 2022
    Configuration menu
    Copy the full SHA
    a3732ac View commit details
    Browse the repository at this point in the history
  6. Add comment

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 28, 2022
    Configuration menu
    Copy the full SHA
    bfe0bf0 View commit details
    Browse the repository at this point in the history
  7. Rewrite comment

    ttnghia committed May 28, 2022
    Configuration menu
    Copy the full SHA
    42ce30b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f83afb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74a33d4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. Try to reverse sort_helper.cu

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 29, 2022
    Configuration menu
    Copy the full SHA
    15d036a View commit details
    Browse the repository at this point in the history
  2. Revert "Try to reverse sort_helper.cu"

    This reverts commit 15d036a.
    ttnghia committed May 29, 2022
    Configuration menu
    Copy the full SHA
    26aed34 View commit details
    Browse the repository at this point in the history
  3. Handle the special case when the output array is empty

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 29, 2022
    Configuration menu
    Copy the full SHA
    a9930b1 View commit details
    Browse the repository at this point in the history
  4. Reorganize code

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 29, 2022
    Configuration menu
    Copy the full SHA
    10812bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebd9e2c View commit details
    Browse the repository at this point in the history
  6. Add a test

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 29, 2022
    Configuration menu
    Copy the full SHA
    847311b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae669df View commit details
    Browse the repository at this point in the history
  8. Simplify code

    ttnghia committed May 29, 2022
    Configuration menu
    Copy the full SHA
    fcc48e9 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Modify test

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 30, 2022
    Configuration menu
    Copy the full SHA
    1e7b843 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba58d6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6683469 View commit details
    Browse the repository at this point in the history
  4. Rewrite comment

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 30, 2022
    Configuration menu
    Copy the full SHA
    6e098a2 View commit details
    Browse the repository at this point in the history
  5. Change termination condition

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 30, 2022
    Configuration menu
    Copy the full SHA
    8dd7f2d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Add comment

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    64a107c View commit details
    Browse the repository at this point in the history
  2. Fix comment

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    77002ef View commit details
    Browse the repository at this point in the history
  3. Rename out_ iterators into label_

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    136511d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    fea7d6d View commit details
    Browse the repository at this point in the history
  2. Rewrite comments

    ttnghia committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    6578a3e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'branch-22.08' into offsets_from_labels

    # Conflicts:
    #	cpp/include/cudf/detail/labeling/label_segments.cuh
    #	cpp/src/lists/drop_list_duplicates.cu
    ttnghia committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    0e24124 View commit details
    Browse the repository at this point in the history
  4. Update comments

    ttnghia committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    88d5554 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    c13b4b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a23dcd View commit details
    Browse the repository at this point in the history