Closed viclafargue closed 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.
rmm::exec_policy
rmm/thrust_rmm_allocator.h
rmm/exec_policy.hpp
RAFT
cuGraph
@gpucibot merge
This PR replaces the legacy
rmm::exec_policy
function fromrmm/thrust_rmm_allocator.h
by the newrmm::exec_policy
class fromrmm/exec_policy.hpp
. It is necessary to the PR applying modifications to account forRAFT
changes incuGraph
.