aboutsummaryrefslogtreecommitdiff
path: root/external/cub-1.3.2/cub/warp/specializations/warp_scan_smem.cuh
diff options
context:
space:
mode:
Diffstat (limited to 'external/cub-1.3.2/cub/warp/specializations/warp_scan_smem.cuh')
-rw-r--r--external/cub-1.3.2/cub/warp/specializations/warp_scan_smem.cuh3
1 files changed, 2 insertions, 1 deletions
diff --git a/external/cub-1.3.2/cub/warp/specializations/warp_scan_smem.cuh b/external/cub-1.3.2/cub/warp/specializations/warp_scan_smem.cuh
index 3bc21e0..75e06d9 100644
--- a/external/cub-1.3.2/cub/warp/specializations/warp_scan_smem.cuh
+++ b/external/cub-1.3.2/cub/warp/specializations/warp_scan_smem.cuh
@@ -219,7 +219,8 @@ struct WarpScanSmem
T &output, ///< [out] Calling thread's output item. May be aliased with \p input.
ScanOp scan_op) ///< [in] Binary scan operator
{
- InclusiveScan(input, output, scan_op, Int2Type<Traits<T>::PRIMITIVE>()); }
+ InclusiveScan(input, output, scan_op, Int2Type<Traits<T>::PRIMITIVE>());
+ }
/// Inclusive scan with aggregate