Skip to content

Commit

Permalink
Update src/cunumeric/index/select.cu
Browse files Browse the repository at this point in the history
Co-authored-by: Manolis Papadakis <[email protected]>
  • Loading branch information
ipdemes and manopapad authored Dec 3, 2023
1 parent 02ef7bd commit 348bf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cunumeric/index/select.cu
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ struct SelectImplBody<VariantKind::GPU, CODE, DIM> {

VAL* outptr = out.ptr(rect);
select_kernel_dense<VAL><<<blocks, THREADS_PER_BLOCK, 0, stream>>>(
outptr, narrays, cond_arr, choice_arr, default_val, out_size);
outptr, narrays, cond_arr, choice_arr, default_val, rect.volume());

} else { // not dense
auto cond_arr =
Expand Down

0 comments on commit 348bf7d

Please sign in to comment.