Skip to content

Commit

Permalink
Merge branch 'develop' into artv3/reshape
Browse files Browse the repository at this point in the history
  • Loading branch information
artv3 authored Dec 23, 2024
2 parents 119cc95 + 3ffcdf8 commit e105bae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/lc-builds/corona_sycl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ $# -lt 1 ]]; then
echo " 1) SYCL compiler installation path"
echo
echo "For example: "
echo " corona_sycl.sh /usr/workspace/raja-dev/clang_sycl_2f03ef85fee5_hip_gcc10.3.1_rocm5.7.1"
echo " corona_sycl.sh /usr/workspace/raja-dev/clang_sycl_730cd3a5275f_hip_gcc10.3.1_rocm6.0.2"
exit
fi

Expand Down
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 e105bae

Please sign in to comment.