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
thrust::discard_iterator's value_type is any_assign, and not void. However, this is necessary to allow replacing cub::DiscardOutputIterator by thrust::discard_iterator.
The text was updated successfully, but these errors were encountered:
thrust::discard_iterator
'svalue_type
isany_assign
, and notvoid
. However, this is necessary to allow replacingcub::DiscardOutputIterator
bythrust::discard_iterator
.The text was updated successfully, but these errors were encountered: