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

Provide ./build.sh flag to control CUDA async malloc support #901

Commits on Nov 1, 2021

  1. Provide ./build.sh flag to control CUDA async malloc support

    This allows rmm to be built with CUDA 11.2 but removes the
    runtime requirement of CUDA 11.2+, allowing for execution
    with older CUDA 11.X runtimes.
    robertmaynard committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    e76efc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1934902 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    74a3f7a View commit details
    Browse the repository at this point in the history
  2. fix style checks

    ajschmidt8 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    e74a799 View commit details
    Browse the repository at this point in the history
  3. fix cmake style issues

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