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

Refactoring of Buffers (last step towards unifying COW and Spilling) #13801

Merged
merged 30 commits into from
Jan 15, 2024

Commits on Aug 3, 2023

  1. Introduce and use BufferOwner

    madsbk committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4273e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6201b6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06ab42e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa076ef View commit details
    Browse the repository at this point in the history
  5. doc

    madsbk committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b37425c View commit details
    Browse the repository at this point in the history
  6. clean up inits

    madsbk committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d6fc8b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b49970 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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

Commits on Nov 3, 2023

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

Commits on Nov 23, 2023

  1. Apply suggestions from code review

    Co-authored-by: Lawrence Mitchell <wence@gmx.li>
    madsbk and wence- authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    3196670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de0cc61 View commit details
    Browse the repository at this point in the history
  3. Update python/cudf/cudf/core/buffer/utils.py

    Co-authored-by: Lawrence Mitchell <wence@gmx.li>
    madsbk and wence- authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    1f82e1b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. fix errror check

    madsbk committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d22370c View commit details
    Browse the repository at this point in the history
  2. clean up __str__ and __repr__

    madsbk committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3053e3a View commit details
    Browse the repository at this point in the history
  3. Update python/cudf/cudf/core/buffer/buffer.py

    Co-authored-by: Lawrence Mitchell <wence@gmx.li>
    madsbk and wence- authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    63382d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba1bd1e View commit details
    Browse the repository at this point in the history
  5. type hint clean up

    madsbk committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    bd59f7c View commit details
    Browse the repository at this point in the history
  6. test_buffer_str

    madsbk committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    411590d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f450e28 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. doc

    madsbk committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c423812 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    2b70e7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d81cd3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89b45fd View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    a428f15 View commit details
    Browse the repository at this point in the history
  2. doc

    Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
    madsbk and vyasr authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5ffba0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1606ccf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7d6378 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1cb966 View commit details
    Browse the repository at this point in the history
  6. copyrights

    madsbk committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a00a12b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a9597a View commit details
    Browse the repository at this point in the history