Skip to content

Commit

Permalink
aasdf
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed May 3, 2023
1 parent a73b645 commit bfa7c8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/pmacc/memory/boxes/DataBox.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ namespace pmacc
{
static_assert(sizeof(idx) == 0, "Dim must be 1, 2 or 3");
}
ALPAKA_UNREACHABLE();
}

HDINLINE DataBox shift(DataSpace<Base::Dim> const& offset) const
Expand Down Expand Up @@ -93,6 +94,7 @@ namespace pmacc
{
static_assert(sizeof(IndexType) == 0, "Vector dimension must be 1, 2 or 3");
}
ALPAKA_UNREACHABLE();
}

// LLAMA and DataSpace indices have the same semantic, fast moving index is first.
Expand All @@ -117,6 +119,7 @@ namespace pmacc
{
static_assert(sizeof(idx) == 0, "Dim must be 1, 2 or 3");
}
ALPAKA_UNREACHABLE();
}
} // namespace internal

Expand Down

0 comments on commit bfa7c8c

Please sign in to comment.