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

Replace cudf's concurrent_ordered_map with cuco::static_map in semi/anti joins #9666

Merged
merged 14 commits into from
Jan 5, 2022

Commits on Nov 23, 2021

  1. Initial version of semi/anti join using cuco that compiles successful…

    …ly for non-nullable types.
    vyasr committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    c073298 View commit details
    Browse the repository at this point in the history
  2. Add a basic semi join test to verify that the new code works for non-…

    …nullable cases and fix a hashing bug.
    vyasr committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    e6e6365 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0d947c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7e478c View commit details
    Browse the repository at this point in the history
  5. Remove now unnecessary header.

    vyasr committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    2ab9702 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6031051 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad4e295 View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary typedef.

    vyasr committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    e2afdc5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69d2d07 View commit details
    Browse the repository at this point in the history
  10. Address PR comments.

    vyasr committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    dab5739 View commit details
    Browse the repository at this point in the history
  11. Update cuco commit hash.

    vyasr committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    ec8185e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    293ebdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3360100 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

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