Skip to content

Commit

Permalink
fix: syntax error with execution policy
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-sivaraman committed Jan 24, 2024
1 parent 2c6ac73 commit af2485c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raja/fasten.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ template <size_t PPWI> class IMPL_CLS final : public Bude<PPWI> {

using launch_policy = RAJA::LaunchPolicy< //
#if defined(RAJA_ENABLE_OPENMP)
RAJA:::omp_launch_t
RAJA::omp_launch_t
#else
RAJA::seq_launch_t
#endif
Expand Down

0 comments on commit af2485c

Please sign in to comment.