Skip to content

Commit

Permalink
Comment out exec policy that is failing. Will make an issue to look i…
Browse files Browse the repository at this point in the history
…nto.
  • Loading branch information
rhornung67 committed Dec 19, 2024
1 parent 5e01096 commit e1ba1ac
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 e1ba1ac

Please sign in to comment.