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

Forward-merge branch-23.10 to branch-23.12 #14177

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Commits on Sep 22, 2023

  1. Refactor libcudf indexalator to typed normalator (#14043)

    Creates generic normalizing-iterator for integer types for use by the `indexalator` and the future offsets normalizing iterator.
    Mostly code has been moved around or renamed so the normalizing-iterator part can take type template parameter to identify which integer type to normalize to. For the `indexalator`, this type is `cudf::size_type` and for the offsets iterator this type would be `int64`.
    
    Authors:
      - David Wendt (https://github.com/davidwendt)
    
    Approvers:
      - Bradley Dice (https://github.com/bdice)
      - MithunR (https://github.com/mythrocks)
    
    URL: #14043
    davidwendt authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c7dd6b4 View commit details
    Browse the repository at this point in the history