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

Python bindings for cuda_async_memory_resource #718

Merged
merged 21 commits into from
Mar 3, 2021

Commits on Mar 1, 2021

  1. Add 11.2 CUDA bindings

    shwina committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    4ce3db0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f9e13d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fe8da4 View commit details
    Browse the repository at this point in the history
  4. Update python/rmm/_cuda/11.2/gpu.pxi

    Co-authored-by: Keith Kraus <kkraus@nvidia.com>
    shwina and Keith Kraus authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    710de0c View commit details
    Browse the repository at this point in the history
  5. test using non-default stream

    shwina committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    d7abce8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93ee155 View commit details
    Browse the repository at this point in the history
  7. Add skipif

    shwina committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    9870383 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    6321a7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c31688e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09f1798 View commit details
    Browse the repository at this point in the history
  4. breakpoint

    shwina committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    9e8d5be View commit details
    Browse the repository at this point in the history
  5. Redundant join

    shwina committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    74dd4fe View commit details
    Browse the repository at this point in the history
  6. Better error message?

    shwina committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    216b6ba View commit details
    Browse the repository at this point in the history
  7. clang-format

    shwina committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    1d9032b View commit details
    Browse the repository at this point in the history
  8. Update include/rmm/mr/device/cuda_async_memory_resource.hpp

    Co-authored-by: Mark Harris <mharris@nvidia.com>
    shwina and harrism authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    11bec76 View commit details
    Browse the repository at this point in the history
  9. Rename dir

    shwina committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    e967899 View commit details
    Browse the repository at this point in the history
  10. Rename dir

    shwina committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    b7d607b View commit details
    Browse the repository at this point in the history
  11. Only copyfile if we need to

    shwina committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    ae1765d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1f8cdac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    57f5d1b View commit details
    Browse the repository at this point in the history
  14. Fix error message

    shwina committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    f59cb92 View commit details
    Browse the repository at this point in the history