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

Add a host-pinned memory resource that can be used as upstream for pool_memory_resource. #1392

Merged
merged 50 commits into from
Jan 18, 2024

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    fae33fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15be572 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Dec 6, 2023

  1. Respond to review feedback:

     - Consolidate allocate/deallocate functions using default alignment argument.
     - Add missing includes.
    harrism committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2b37372 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Add new util to get a fraction of available device mem, move availabl…

    …e_Device_memory utility.
    harrism committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c43a8c1 View commit details
    Browse the repository at this point in the history
  2. Deprecate old pool_mr ctors (optional initial size) and add new ctors…

    … that require an initial pool size.
    harrism committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d238daa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d65d4c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    66d85b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    265de9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0be364b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    266afa9 View commit details
    Browse the repository at this point in the history
  5. Another missed include.

    harrism committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    5d66f40 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    fae5b73 View commit details
    Browse the repository at this point in the history
  2. merge branch 24.02

    harrism committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    92c0653 View commit details
    Browse the repository at this point in the history
  3. copyright

    harrism committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    2acf759 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a70b24e View commit details
    Browse the repository at this point in the history
  5. Rename file to match class and remove default alignment from some all…

    …ocation/deallocate functions.
    harrism committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b6edcd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    782ff55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ef844a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce58ff5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b4c968 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2f827a5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f91478 View commit details
    Browse the repository at this point in the history
  12. Minor docstring fixes

    wence- committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    f581809 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    bafd70a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a77d215 View commit details
    Browse the repository at this point in the history
  3. Duplicate (for now) alignment utilities in rmm:: namespace since outs…

    …ide libraries use them
    harrism committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    07dffa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8afff2d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fea-explicit-initial-pool-size' of github.com:harrism/r…

    …mm into fea-explicit-initial-pool-size
    harrism committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    0140bd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91752c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    baf429c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c90e81c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c2843be View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e0aeaa View commit details
    Browse the repository at this point in the history
  11. Fix quoted auto includes

    harrism committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c3c61e1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    014ac5b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Add utilities doxygen group

    harrism committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    909b733 View commit details
    Browse the repository at this point in the history
  2. Add utilities to sphinx docs

    harrism committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    0fc3fba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a876b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    27fe52c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da934ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d51fea View commit details
    Browse the repository at this point in the history
  4. copyright year

    harrism committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    85286b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. static_assert MR properties.

    harrism committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f7b0ca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52fc2f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6162699 View commit details
    Browse the repository at this point in the history
  4. Fix docs per feedback

    harrism committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    fa140ae View commit details
    Browse the repository at this point in the history
  5. Factor out mr test utilities.

    harrism committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    aafa18a View commit details
    Browse the repository at this point in the history
  6. Fix docstring for operator==

    harrism committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    92c8e23 View commit details
    Browse the repository at this point in the history