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 11.2+ features via dlopen #990

Commits on Mar 9, 2022

  1. CUDA 11.2+ features are used via dlopen

    By binding to the cudart 11.2 functions at runtime we remove
    the requirement that these symbols exist, therefore allowing
    RMM to be compiled with 11.2+ and used with 11.0 or 11.1.
    robertmaynard committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    8944f92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    838d115 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    452b998 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f05cf86 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    b070025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b598499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3ff2d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b3a2b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    da02b55 View commit details
    Browse the repository at this point in the history
  2. Correct build failures

    robertmaynard committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9d228b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8780a93 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Update include/rmm/detail/dynamic_load_runtime.hpp

    Co-authored-by: Mark Harris <mharris@nvidia.com>
    robertmaynard and harrism authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    9bfb83c View commit details
    Browse the repository at this point in the history
  2. Update include/rmm/detail/dynamic_load_runtime.hpp

    Co-authored-by: Mark Harris <mharris@nvidia.com>
    robertmaynard and harrism authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    2424da3 View commit details
    Browse the repository at this point in the history
  3. Update include/rmm/detail/dynamic_load_runtime.hpp

    Co-authored-by: Mark Harris <mharris@nvidia.com>
    robertmaynard and harrism authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    0a32c5a View commit details
    Browse the repository at this point in the history
  4. Update include/rmm/detail/dynamic_load_runtime.hpp

    Co-authored-by: Mark Harris <mharris@nvidia.com>
    robertmaynard and harrism authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    49df39e View commit details
    Browse the repository at this point in the history
  5. Update include/rmm/detail/dynamic_load_runtime.hpp

    Co-authored-by: Mark Harris <mharris@nvidia.com>
    robertmaynard and harrism authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    80e5316 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8463e0f View commit details
    Browse the repository at this point in the history
  7. fix function_sig typo

    robertmaynard committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    ff9ea91 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3a2cf5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    baf618b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    132305e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2ff56b7 View commit details
    Browse the repository at this point in the history
  12. return empty optional instead of optional(nullptr)

    Co-authored-by: Jake Hemstad <jhemstad@nvidia.com>
    robertmaynard and jrhemstad authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    207cfae View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    13ef5ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ddc6fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76b8db5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    1aad91c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1994bc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48e10d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86ef0f9 View commit details
    Browse the repository at this point in the history