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

cudf now leverages rapids-cmake to reduce CMake boilerplate #9030

Merged

Commits on Aug 19, 2021

  1. cudf now leverages rapids-cmake to reduce CMake boilerplate

    rapids-cmake providies features such as dependency tracking,
    pre-configured CPM dependencies, and CUDA architecture detction.
    
    Using those features allows cudf to reduce the amount of CMake
    code it needs to mantain, and brings it inline with the rest
    of RAPIDS.
    robertmaynard committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    ebe60c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

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

Commits on Aug 25, 2021

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