Adds on top of #2115. Given that performance is better, port `thrust::find` to use `cub::DeviceFind::FindIf` instead of `cub::DeviceReduce::Reduce`.
Adds on top of #2115. Given that performance is better, port
thrust::findto usecub::DeviceFind::FindIfinstead ofcub::DeviceReduce::Reduce.