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

Base device_memory_resource on cuda::stream_ordered_memory_resource #883

Closed

Commits on Oct 6, 2021

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

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    bffc9d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9380636 View commit details
    Browse the repository at this point in the history
  3. Add missing header

    harrism committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    ae26177 View commit details
    Browse the repository at this point in the history
  4. Make device_memory_resource inherit `cuda::stream_ordered_memory_re…

    …source<cuda::memory_kind::device>`
    harrism committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    7c8b515 View commit details
    Browse the repository at this point in the history
  5. cmake style

    harrism committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    8343e10 View commit details
    Browse the repository at this point in the history
  6. cmake style iter 2

    harrism committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    10ff7a3 View commit details
    Browse the repository at this point in the history
  7. Update cmake/thirdparty/get_libcudacxx.cmake

    Co-authored-by: Robert Maynard <robertjmaynard@gmail.com>
    harrism and robertmaynard authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    4eafee8 View commit details
    Browse the repository at this point in the history
  8. Update cmake/thirdparty/get_libcudacxx.cmake

    Co-authored-by: Robert Maynard <robertjmaynard@gmail.com>
    harrism and robertmaynard authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    c586b53 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Add simple resource_view test

    harrism committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    f7dccee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d54620c View commit details
    Browse the repository at this point in the history
  3. cmake style

    harrism committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    391375a View commit details
    Browse the repository at this point in the history
  4. cmake formatting

    harrism committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    0a6e9c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    4e37232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e00ac4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    2ce1677 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    226e11b View commit details
    Browse the repository at this point in the history
  3. cmake style

    harrism committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    af3dc39 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Eliminate Upstream pointers

    harrism committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    bcd8336 View commit details
    Browse the repository at this point in the history
  2. Add missing stream argument

    harrism committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    c0a6cee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4326cea View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    5f7d6f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e3efad View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

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

Commits on Nov 4, 2021

  1. DOC v22.02 Updates

    ajschmidt8 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    c735dd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    75ea357 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rapidsai#915 from rapidsai/branch-21.12

    [gpuCI] Forward-merge branch-21.12 to branch-22.02 [skip gpuci]
    GPUtester authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    7b6658e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Merge pull request rapidsai#922 from rapidsai/branch-21.12

    [gpuCI] Forward-merge branch-21.12 to branch-22.02 [skip gpuci]
    GPUtester authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    68de77e View commit details
    Browse the repository at this point in the history
  2. Simplify CMake linting with cmake-format (rapidsai#913)

    This PR adds a script to find the cmake-format-rapids-cmake.json file in a standard location and run the cmake-format or cmake-lint programs with that config file. The script fails gracefully when the file cannot be found and is therefore suitable for use as a pre-commit hook in scenarios where no build directory (containing the config file) exists yet. A corresponding pre-commit configuration is added here as well, replacing the old cmake-format hook which did not use the rapids-cmake config file.
    
    Resolves rapidsai#903.
    
    Authors:
      - Vyas Ramasubramani (https://github.com/vyasr)
    
    Approvers:
      - Mark Harris (https://github.com/harrism)
      - Robert Maynard (https://github.com/robertmaynard)
      - Rong Ou (https://github.com/rongou)
    
    URL: rapidsai#913
    vyasr authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    27715b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Merge pull request rapidsai#925 from rapidsai/branch-21.12

    [gpuCI] Forward-merge branch-21.12 to branch-22.02 [skip gpuci]
    GPUtester authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    91dd10e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

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

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    a50e09f View commit details
    Browse the repository at this point in the history
  2. Make device_memory_resource inherit from a device-accessible `strea…

    …m_ordered_resource`
    harrism committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    ee7c6cf View commit details
    Browse the repository at this point in the history