Skip to content

Commit

Permalink
fix sycl example build
Browse files Browse the repository at this point in the history
  • Loading branch information
artv3 committed Dec 28, 2024
1 parent f87f850 commit ade7a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/launch-param-reductions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ int main(int RAJA_UNUSED_ARG(argc), char** RAJA_UNUSED_ARG(argv[]))
RAJA::expt::Reduce<RAJA::operators::maximum>(&sycl_maxloc),
RAJA::expt::ReduceLoc<RAJA::operators::minimum>(&sycl_min2, &sycl_minloc2),
RAJA::expt::ReduceLoc<RAJA::operators::maximum>(&sycl_max2, &sycl_maxloc2),
RAJA::expt::KernelName( "SyclReductionKernel",
[=] RAJA_HOST_DEVICE (RAJA::LaunchContext ctx,
RAJA::expt::KernelName( "SyclReductionKernel"),
[=] RAJA_HOST_DEVICE (RAJA::LaunchContext ctx,
VALOP_INT_SUM &_sycl_sum,
VALOP_INT_MIN &_sycl_min,
VALOP_INT_MAX &_sycl_max,
Expand Down

0 comments on commit ade7a6a

Please sign in to comment.