From ff69881be60d1440ce891d3cfc6a05680e1ec7e6 Mon Sep 17 00:00:00 2001 From: fbusato Date: Thu, 30 Jan 2025 10:59:23 -0800 Subject: [PATCH] fix conflict --- thrust/thrust/system/cuda/detail/reduce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thrust/thrust/system/cuda/detail/reduce.h b/thrust/thrust/system/cuda/detail/reduce.h index 61ec2086adf..8ef245dc082 100644 --- a/thrust/thrust/system/cuda/detail/reduce.h +++ b/thrust/thrust/system/cuda/detail/reduce.h @@ -156,7 +156,7 @@ struct ReduceAgent using Vector = typename cub::CubVector; using LoadIt = typename core::detail::LoadIterator::type; - using BlockReduce = cub::BlockReduce; + using BlockReduce = cub::BlockReduce; using VectorLoadIt = cub::CacheModifiedInputIterator;