Skip to content

Commit 3cd8c7d

Browse files
FIX
1 parent 59f726a commit 3cd8c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cub/cub/device/dispatch/kernels/kernel_scan.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ template <typename PolicySelector,
180180
typename AccumT,
181181
bool ForceInclusive,
182182
typename RealInitValueT = typename InitValueT::value_type>
183-
__launch_bounds__(get_device_scan_launch_bounds<PolicySelector, InputIteratorT, OutputIteratorT, AccumT>())
183+
__launch_bounds__(get_device_scan_launch_bounds<PolicySelector, InputIteratorT, OutputIteratorT, AccumT>(), 1)
184184
CUB_DETAIL_KERNEL_ATTRIBUTES void DeviceScanKernel(
185185
_CCCL_GRID_CONSTANT const InputIteratorT d_in,
186186
_CCCL_GRID_CONSTANT const OutputIteratorT d_out,

0 commit comments

Comments
 (0)