Fix compile error using unsupported thrust::detail::is_arithmetic
I believe the most recent version of Thrust are no longer defining this class. Instead, it is using cuda::std::is_arithmetic.
Fixes: #824 (closed)
Backport: release-2.0
Backport: release-2.1
Backport: release
Edited by Kenneth Moreland