Closed bdice closed 2 years ago
This PR cleans up some #includes for Thrust. This is meant to help ease the transition to Thrust 1.16 / 1.17 when that is updated in rapids-cmake.
#include
Required for https://github.com/rapidsai/cugraph/pull/2310.
I am uncertain about how the build system works for this package but it seems that it should be using rapids-cmake rather than bundling cub-1.8.0.
I am going to merge this and I will open another PR to remove the bundled cub directory.
Description
This PR cleans up some
#include
s for Thrust. This is meant to help ease the transition to Thrust 1.16 / 1.17 when that is updated in rapids-cmake.Required for https://github.com/rapidsai/cugraph/pull/2310.
I am uncertain about how the build system works for this package but it seems that it should be using rapids-cmake rather than bundling cub-1.8.0.