Skip to content

Commit

Permalink
OpenMPTarget: Add a fixme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahulkumar Gayatri committed May 30, 2023
1 parent bbd9a78 commit d1ecf9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tpls/desul/include/desul/atomics/Thread_Fence_OpenMP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ SPDX-License-Identifier: (BSD-3-Clause)
namespace desul {
namespace Impl {

// FIXME_OPENMPTARGET_NVHPC: NVHPC compiler does not support omp flush.
#if _OPENMP > 201800 && !defined(KOKKOS_COMPILER_NVHPC)

// There is no seq_cst flush in OpenMP, isn't it the same anyway for fence?
Expand Down

0 comments on commit d1ecf9a

Please sign in to comment.