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

Cleanup hostdevice_vector and add more APIs #15252

Merged
merged 17 commits into from
Mar 11, 2024

Commits on Mar 8, 2024

  1. Remove current_size

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c3df9ad View commit details
    Browse the repository at this point in the history
  2. Add front() and back()

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2a1e99a View commit details
    Browse the repository at this point in the history
  3. Remove redundant headers

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4e3829d View commit details
    Browse the repository at this point in the history
  4. Remove push_back API

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    eac0d51 View commit details
    Browse the repository at this point in the history
  5. Remove constructor using two size parameters

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f931d43 View commit details
    Browse the repository at this point in the history
  6. Fix callers

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6ebc756 View commit details
    Browse the repository at this point in the history
  7. Remove capacity

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f2ec56a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17a596a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69f1d8d View commit details
    Browse the repository at this point in the history
  10. Fix span test

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0c149c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Revert "Fix span test"

    This reverts commit 0c149c3.
    ttnghia committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4640d8c View commit details
    Browse the repository at this point in the history
  2. Revert "Remove constructor using two size parameters"

    This reverts commit f931d43.
    
    # Conflicts:
    #	cpp/src/io/utilities/hostdevice_vector.hpp
    ttnghia committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    91e9338 View commit details
    Browse the repository at this point in the history
  3. Revert "Remove push_back API"

    This reverts commit eac0d51.
    
    # Conflicts:
    #	cpp/src/io/utilities/hostdevice_vector.hpp
    ttnghia committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d7979d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2730507 View commit details
    Browse the repository at this point in the history
  5. Revert changes in parquet code

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4ed86b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    259d082 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    034cdfe View commit details
    Browse the repository at this point in the history