Skip to content

Commit c8967e6

Browse files
committed
update
1 parent 8929df1 commit c8967e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/phi/kernels/funcs/select_impl.cu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ void SelectKernel(const KPDevice &dev_ctx,
427427
const int kCumVesize = 2;
428428
const int block_c = 256;
429429
const int main_offset_c = Floor(size_count_block, (kCumVesize * block_c));
430+
430431
using Add = kps::AddFunctor<CT>;
431432
CumsumOneBlock<CT, CT, Add, kCumVesize><<<1, block_c, 0, stream>>>(
432433
count_data, cumsum_data, size_count_block, main_offset_c, Add());

0 commit comments

Comments
 (0)