From 76886cbafef9072c0da275ac74fc66b6d87438ba Mon Sep 17 00:00:00 2001 From: Arturo Vargas Date: Sat, 28 Dec 2024 06:04:12 -0800 Subject: [PATCH] add missing expt --- examples/launch-param-reductions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/launch-param-reductions.cpp b/examples/launch-param-reductions.cpp index 703ca231b5..af37735dd2 100644 --- a/examples/launch-param-reductions.cpp +++ b/examples/launch-param-reductions.cpp @@ -300,7 +300,7 @@ int main(int RAJA_UNUSED_ARG(argc), char** RAJA_UNUSED_ARG(argv[])) RAJA::expt::Reduce(&cuda_maxloc), RAJA::expt::ReduceLoc(&cuda_min2, &cuda_minloc2), RAJA::expt::ReduceLoc(&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,