Skip to content

Commit

Permalink
add missing expt
Browse files Browse the repository at this point in the history
  • Loading branch information
artv3 committed Dec 28, 2024
1 parent 71b7f5e commit 76886cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/launch-param-reductions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ int main(int RAJA_UNUSED_ARG(argc), char** RAJA_UNUSED_ARG(argv[]))
RAJA::expt::Reduce<RAJA::operators::maximum>(&cuda_maxloc),
RAJA::expt::ReduceLoc<RAJA::operators::minimum>(&cuda_min2, &cuda_minloc2),
RAJA::expt::ReduceLoc<RAJA::operators::maximum>(&cuda_max2, &cuda_maxloc2),
RAJA::KernelName( "CUDAReductionKernel"),
RAJA::expt::KernelName( "CUDAReductionKernel"),
[=] RAJA_HOST_DEVICE (RAJA::LaunchContext ctx,
VALOP_INT_SUM &_cuda_sum,
VALOP_INT_MIN &_cuda_min,
Expand Down

0 comments on commit 76886cb

Please sign in to comment.