Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cudf now leverages rapids-cmake to reduce CMake boilerplate (#9030)
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 maintain, and brings it inline with the rest of RAPIDS. Authors: - Robert Maynard (https://github.com/robertmaynard) Approvers: - Jason Lowe (https://github.com/jlowe) - Mark Harris (https://github.com/harrism) URL: #9030
- Loading branch information