rapidsai / cuhornet

BSD 3-Clause "New" or "Revised" License
25 stars 26 forks source link

Add thrust includes. #57

Closed bdice closed 2 years ago

bdice commented 2 years ago

Description

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.

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.

kaatish commented 2 years ago

I am going to merge this and I will open another PR to remove the bundled cub directory.