Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
fbusato committed Jan 30, 2025
1 parent 455f13f commit ff69881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrust/thrust/system/cuda/detail/reduce.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ struct ReduceAgent

using Vector = typename cub::CubVector<T, PtxPlan::VECTOR_LOAD_LENGTH>;
using LoadIt = typename core::detail::LoadIterator<PtxPlan, InputIt>::type;
using BlockReduce = cub::BlockReduce<T, PtxPlan::BLOCK_THREADS, PtxPlan::BLOCK_ALGORITHM, 1, 1, Arch::ver>;
using BlockReduce = cub::BlockReduce<T, PtxPlan::BLOCK_THREADS, PtxPlan::BLOCK_ALGORITHM, 1, 1>;

using VectorLoadIt = cub::CacheModifiedInputIterator<PtxPlan::LOAD_MODIFIER, Vector, Size>;

Expand Down

0 comments on commit ff69881

Please sign in to comment.