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.
2 parents ce483aa + a9143cf commit ed9945eCopy full SHA for ed9945e
thrust/system/detail/generic/scan_by_key.inl
@@ -108,7 +108,7 @@ __host__ __device__
108
AssociativeOperator binary_op)
109
{
110
using OutputType = typename thrust::iterator_traits<InputIterator2>::value_type;
111
- using HeadFlagType = thrust::detail::uint32_t;
+ using HeadFlagType = thrust::detail::uint8_t;
112
113
const size_t n = last1 - first1;
114
@@ -204,7 +204,7 @@ __host__ __device__
204
205
206
using OutputType = T;
207
208
209
210
0 commit comments