We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f22c3 commit a9143cfCopy full SHA for a9143cf
thrust/system/detail/generic/scan_by_key.inl
@@ -109,7 +109,7 @@ __host__ __device__
109
AssociativeOperator binary_op)
110
{
111
using OutputType = typename thrust::iterator_traits<InputIterator2>::value_type;
112
- using HeadFlagType = thrust::detail::uint32_t;
+ using HeadFlagType = thrust::detail::uint8_t;
113
114
const size_t n = last1 - first1;
115
@@ -205,7 +205,7 @@ __host__ __device__
205
206
207
using OutputType = T;
208
209
210
211
0 commit comments