Intrepid2
|
Implementation of an assert that can safely be called from device code. More...
#include <Kokkos_Core_fwd.hpp>
#include <impl/Kokkos_Error.hpp>
#include <cstdio>
#include <cassert>
Go to the source code of this file.
Functions | |
KOKKOS_INLINE_FUNCTION void | Intrepid2::device_assert (bool val) |
Implementation of an assert that can safely be called from device code.
Definition in file Intrepid2_DeviceAssert.hpp.
KOKKOS_INLINE_FUNCTION void Intrepid2::device_assert | ( | bool | val | ) |
KK: this assert header does not need to be separated from utils.hpp
Definition at line 65 of file Intrepid2_DeviceAssert.hpp.
References Intrepid2::device_assert().
Referenced by Intrepid2::device_assert(), Intrepid2::TensorViewIterator< TensorViewType, ViewType1, ViewType2, ScalarType >::increment(), and Intrepid2::TensorViewIterator< TensorViewType, ViewType1, ViewType2, ScalarType >::setLocation().