You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
I run into an ambiguous overload of reinterpret_tag when trying to invoke thrust::copy on thrust::detail::pointer objects which are both tagged with the thrust::system::omp::tag. This error does not occur when both pointers are tagged with thrust::system::cuda::tag. It also does not occur when pointers have different tags (i.e., one is from omp and one from cuda).
I run into an ambiguous overload of reinterpret_tag when trying to invoke thrust::copy on thrust::detail::pointer objects which are both tagged with the thrust::system::omp::tag. This error does not occur when both pointers are tagged with thrust::system::cuda::tag. It also does not occur when pointers have different tags (i.e., one is from omp and one from cuda).
The error message indicates the problem comes from
The text was updated successfully, but these errors were encountered: