rapidsai / cuhornet

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

Use of `rmm::exec_policy` class #52

Closed viclafargue closed 3 years ago

viclafargue commented 3 years ago

This PR replaces the legacy rmm::exec_policy function from rmm/thrust_rmm_allocator.h by the new rmm::exec_policy class from rmm/exec_policy.hpp. It is necessary to the PR applying modifications to account for RAFT changes in cuGraph.

BradReesWork commented 3 years ago

@gpucibot merge