thrust
thrust copied to clipboard
Fix libcu++ usage
I've used cuda::std in the recent additions to thrust. This namespace conflicts with thrust cuda namespace in some cases. This PR changes cuda::std namespace to ::cuda::std one.
run tests