Skip to content

Commit

Permalink
Merge pull request #1780 from LLNL/task/rhornung67/rm-failing-ompt-test
Browse files Browse the repository at this point in the history
Comment out exec policy that is failing.
  • Loading branch information
rhornung67 authored Dec 19, 2024
2 parents 5e01096 + e1ba1ac commit 3ffcdf8
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ using OpenMPKernelExecPols = camp::list<
using OpenMPTargetKernelExecPols =
camp::list<

RAJA::KernelPolicy<
RAJA::statement::For<0, RAJA::omp_target_parallel_for_exec<4>,
RAJA::statement::Lambda<0, RAJA::Segs<0>>
>
>,
//RAJA::KernelPolicy<
// RAJA::statement::For<0, RAJA::omp_target_parallel_for_exec<4>,
// RAJA::statement::Lambda<0, RAJA::Segs<0>>
// >
//>,

RAJA::KernelPolicy<
RAJA::statement::For<0, RAJA::omp_target_parallel_for_exec_nt,
Expand Down

0 comments on commit 3ffcdf8

Please sign in to comment.