Skip to content

Commit

Permalink
Merge pull request #1159 from LLNL/task/v0.14.1-rc2
Browse files Browse the repository at this point in the history
Fixes for RTD docs.
  • Loading branch information
rhornung67 authored Nov 15, 2021
2 parents b066137 + f5a55a0 commit e44448c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
python:
version: 3.7
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docutils<0.18
4 changes: 2 additions & 2 deletions include/RAJA/pattern/detail/reduce.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace RAJA
namespace reduce
{

#if defined(RAJA_RAJA_ENABLE_TARGET_OPENMP)
#if defined(RAJA_ENABLE_TARGET_OPENMP)
#pragma omp declare target
#endif

Expand Down Expand Up @@ -99,7 +99,7 @@ struct and_bit : detail::op_adapter<T, RAJA::operators::bit_and> {
};


#if defined(RAJA_RAJA_ENABLE_TARGET_OPENMP)
#if defined(RAJA_ENABLE_TARGET_OPENMP)
#pragma omp end declare target
#endif

Expand Down

0 comments on commit e44448c

Please sign in to comment.