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

Use CUDA virtual memory for pinned memory allocator. #10850

Merged
merged 9 commits into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. Use virtual memory for CUDA host pinned allocation.

    - Add a grow-only virtual memory allocator.
    - Define a driver API wrapper. Split up the runtime API wrapper.
    trivialfis committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dc9b87d View commit details
    Browse the repository at this point in the history
  2. lint.

    trivialfis committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6601948 View commit details
    Browse the repository at this point in the history
  3. win.

    trivialfis committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    453eaa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Fix

    trivialfis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6175965 View commit details
    Browse the repository at this point in the history
  2. version.

    trivialfis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6f7cb98 View commit details
    Browse the repository at this point in the history
  3. Cleanup.

    trivialfis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fd8e696 View commit details
    Browse the repository at this point in the history
  4. Cleanup.

    trivialfis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bcca061 View commit details
    Browse the repository at this point in the history
  5. CTK11.

    trivialfis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cacd76c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31f69e3 View commit details
    Browse the repository at this point in the history