Skip to content

Commit

Permalink
Disable BasicView access test in OpenACC
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Oct 3, 2024
1 parent a78e91e commit 324f994
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/unit_test/view/TestBasicView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ TEST(TEST_CATEGORY, basic_view_mapping_ctor_right) {
Kokkos::extents<std::size_t, 2, 3>(), 9);
}

// There seems to be some hard to track down issue.
// See: https://github.com/kokkos/kokkos/pull/7385#issuecomment-2392528089
#ifndef KOKKOS_ENABLE_OPENACC
template <class ViewType>
struct MDRangeTestFunctor {
ViewType view;
Expand Down Expand Up @@ -260,5 +263,6 @@ TEST(TEST_CATEGORY, basic_view_atomic_accessor) {
test_atomic_accessor<Kokkos::complex<double>>();
#endif
}
#endif

} // namespace

0 comments on commit 324f994

Please sign in to comment.