thrust icon indicating copy to clipboard operation
thrust copied to clipboard

Fix libcu++ usage

Open gevtushenko opened this issue 2 years ago • 1 comments

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.

gevtushenko avatar Aug 09 '22 13:08 gevtushenko

run tests

gevtushenko avatar Aug 09 '22 13:08 gevtushenko